Interface ACS712 with ESP32 and ADS1115.

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 54

  • @vicjs216
    @vicjs216 ปีที่แล้ว +1

    Is the voltage going to the gpio pin 5.5v? I thought it had to 3.3. Please let me know . Thanks for the video.

  • @andrzejreszka6367
    @andrzejreszka6367 ปีที่แล้ว +1

    Prosto i ciekawie. Podziwiam

  • @muhamadandymaulana
    @muhamadandymaulana หลายเดือนก่อน

    I have a project to measure dc voltage and current from a generator, previously I used a voltage divider circuit and acs712 sensor for measurements. but the acs measurement results are very bad on the esp32, can this ads1115 module help the esp32 in reading the current measurement results?

    • @ElectroRetro
      @ElectroRetro  หลายเดือนก่อน

      Yes, ads1115 can improve the readings.

  • @edyahirvargas2038
    @edyahirvargas2038 ปีที่แล้ว

    Hello friend, I have a question, the LM7805 regulator should not have condensers and heatsinks for the heat generated, in this case I want to connect a brushless motor to measure the current, but I use an Arduino

  • @woodenmonster
    @woodenmonster ปีที่แล้ว

    your code is spot on,. thank you I've tried so many others always an issue. I have the ACHS-7125 only had to change the sensitivity from 0.066 to 0.040

  • @thenextproblem8001
    @thenextproblem8001 11 หลายเดือนก่อน

    How to use it with 50V ? What's the minimum stable current you can measure with it?

    • @ElectroRetro
      @ElectroRetro  11 หลายเดือนก่อน

      You can use it with 50V. The one i am using is 30A version, with it I can measure minimum stable current of 0.100A.

  • @ProfJordiOrts
    @ProfJordiOrts ปีที่แล้ว +3

    I2C bus at 5V without level shifter?

    • @GaryMarkowski
      @GaryMarkowski 11 วันที่ผ่านมา

      I question this myself. I tried supplying the ACS1115 with 5v and it seems to give the same answers. However, I wonder how long the ESP32 will last with the 5v instead of 3.3v being supplied to the ACS1115. It appears the ACS712 likes 5v, so I understand that. But I wonder if supplying the ACS1115 with 5v is a proper solution. For me, I have this same question.

  • @HRAscent
    @HRAscent 2 หลายเดือนก่อน

    Hello Sir, can you share a code with esp32+acs712 measuring DC current along with circuit diagram since resistor will be involved due to voltage difference. this value should be seen on blynk or thingspeak. help is appreciated.

  • @vishnuk6305
    @vishnuk6305 2 ปีที่แล้ว

    ESP32 required 3.3V and in coding you used (2.5-adc value)xxx for calculating current value is that correct ? is that 2.5 offset is correct? or 3.3/2?

    • @ElectroRetro
      @ElectroRetro  2 ปีที่แล้ว +1

      The acs712 sensor has an output voltage of Vcc x 0.5 = 2.5 at the input current 0A.

  • @simonburke6681
    @simonburke6681 ปีที่แล้ว

    Verry good if needed for multiple device, why not just use the analouge pin on esp for 1 light tho?

    • @GaryMarkowski
      @GaryMarkowski 11 วันที่ผ่านมา +1

      Both work, however the ADS1115 provides more accuracy (16 bits) than the ESP32 by itself (12 bits).

  • @anirudhkundu3567
    @anirudhkundu3567 ปีที่แล้ว

    I need some guidance

  • @zaydsaoudi1525
    @zaydsaoudi1525 ปีที่แล้ว

    Is it obligation to use ads1115 ? Because the esp32 has his own ADC . Please answer me

    • @ElectroRetro
      @ElectroRetro  ปีที่แล้ว +3

      Esp32 adc is 12bit. Ads1115 is 16bit.

    • @zaydsaoudi1525
      @zaydsaoudi1525 ปีที่แล้ว

      i tryed the same circuit and tha same code but i have problem it's giving me values between +12 AMPS and -12 AMPS and keeping up and down between this two values and i know 12 amp the right one , any solution ?
      @@ElectroRetro

    • @ElectroRetro
      @ElectroRetro  ปีที่แล้ว

      Are you measuring Ac or Dc current?

    • @zaydsaoudi1525
      @zaydsaoudi1525 ปีที่แล้ว

      @@ElectroRetro Ac

    • @ElectroRetro
      @ElectroRetro  ปีที่แล้ว

      You can measure Ac current with acs712, But this code is for Dc current only.

  • @bashiralao9172
    @bashiralao9172 2 ปีที่แล้ว

    Is that usb to TTL programer? or usbAsp

    • @ElectroRetro
      @ElectroRetro  2 ปีที่แล้ว

      USB to TTL

    • @bashiralao9172
      @bashiralao9172 2 ปีที่แล้ว

      @@ElectroRetro alright thanks sir.
      Do you have any video guide on how to use USB to TTL to program esp32?

    • @ElectroRetro
      @ElectroRetro  2 ปีที่แล้ว

      www.mischianti.org/2021/05/30/esp32-wroom-32-esp32-s-flash-pinout-specs-and-ide-configuration-1/amp/

  • @qbotx
    @qbotx 10 หลายเดือนก่อน

    can i use it without ADS?

  • @jmgl361
    @jmgl361 ปีที่แล้ว

    Can it mesure 220V?

    • @ElectroRetro
      @ElectroRetro  ปีที่แล้ว

      It can measure AC current.

  • @raveeshadissanayake2912
    @raveeshadissanayake2912 2 ปีที่แล้ว

    What is the simulator software for the schematic

    • @ElectroRetro
      @ElectroRetro  2 ปีที่แล้ว

      I am using easyeda for circuit diagrams. For simulation you can use proteus.

    • @raveeshadissanayake2912
      @raveeshadissanayake2912 2 ปีที่แล้ว

      @@ElectroRetro Is esp 32 available in proteus 8.9.

    • @ElectroRetro
      @ElectroRetro  2 ปีที่แล้ว +1

      I think Esp32 is not available in Proteus. There is an online simulator called wokwi. You can use that for Esp32

  • @malikraheel1826
    @malikraheel1826 ปีที่แล้ว

    What is the -2.5 in the calculation value bro

    • @GaryMarkowski
      @GaryMarkowski 11 วันที่ผ่านมา

      The ACS712 is being supplied 5v. The 2.5v is half of that (zero point).

  • @soyfelizconmigo7048
    @soyfelizconmigo7048 2 ปีที่แล้ว

    it is compatible with any version of esp32?

  • @0124akash
    @0124akash 10 หลายเดือนก่อน

    (volts0 - 1.61)/0.025
    Am using WCS 1700
    Some minor issues in accuracy.
    You have any solution sir ?

    • @ElectroRetro
      @ElectroRetro  10 หลายเดือนก่อน

      I think it's because wcs1700 sensitivity isn't linear.

    • @ElectroRetro
      @ElectroRetro  10 หลายเดือนก่อน

      The sensitivity of wcs1700 change with different current.

  • @kevinadrian4143
    @kevinadrian4143 2 ปีที่แล้ว

    Current ac or dc?

  • @thusharpa2924
    @thusharpa2924 2 ปีที่แล้ว +3

    😁👍

  • @user-cf8cc9jz4i
    @user-cf8cc9jz4i 2 ปีที่แล้ว

    Hello are you there I need a help
    ... please

    • @ElectroRetro
      @ElectroRetro  2 ปีที่แล้ว

      Yes

    • @user-cf8cc9jz4i
      @user-cf8cc9jz4i 2 ปีที่แล้ว

      @@ElectroRetro bro do you know how to make an ic tester with Arduino

    • @ElectroRetro
      @ElectroRetro  2 ปีที่แล้ว

      th-cam.com/video/COznTZYp8K4/w-d-xo.html

  • @kevinadrian4143
    @kevinadrian4143 2 ปีที่แล้ว

    Kenapa memakai ads?

  • @athuldev5307
    @athuldev5307 2 ปีที่แล้ว +3

    🤓

  • @listiamelani4630
    @listiamelani4630 ปีที่แล้ว

    adakah

  • @tomg8069
    @tomg8069 ปีที่แล้ว

    Rather bad solution, you compare score to not acurate clamp meter with only one digit after coma. After ACS you didnt add any rc circuit for filtering noise, you did not increase capacitor on acs pcb, you do not calibrate acs to midle point which flows for this sensor ;) for me it is standard current measurement