Current Sensor ACS712 Simulation with arduino Proteus

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • A Quick simulation guide for current sensor ACS712 with arduino uno using proteus simulation software. Always connect main line or positive on IP+ pin and IP- on bulb terminal otherwise you will get negative value as shown in video.
    theelectronics...
    Music By: NoCopyrightSounds

Комментарии • 46

  • @AfroDemoz
    @AfroDemoz 2 года назад +1

    Thank you ery much you made me get where I was making mistake

    • @SatyamsinghYT
      @SatyamsinghYT  2 года назад

      Please don't forget to subscribe my channel.

  • @fernandogondallierdetugny534
    @fernandogondallierdetugny534 10 месяцев назад

    Hi, i have a question. this type sensor measures current of 0.05 A?

  • @A_NG81
    @A_NG81 2 года назад

    I did not find the Simulino Uno in Proteus used in the circuit. Can you provide me in the library to download the program directly?

    • @SatyamsinghYT
      @SatyamsinghYT  2 года назад

      github.com/satyamkr80/Protuino-Arduino-Library-for-proteus

  • @mesquitamk1681
    @mesquitamk1681 3 года назад +1

    Cool very good your work would you have a video similar to my project? I have a screwdriver project where I use Arduino mini or attiny85. and SSD1306 mini LED display. with ACS758 50-or-200A module. of amperage. with an H Bridge and 4 touch button 2 to increase and decrease the amperage that the engine will be turned off. and 2 button to turn the motor to the left and to the right so the screwdriver will not blow the screw .... which I will tighten, be it small or large ... for arduino I only know how to write the code. since already thank you >>>>>>> suddenly it's a suggestion for a new video

  • @annaoaulinovna
    @annaoaulinovna 2 года назад

    make a transistor and capacitor curve tracer with the acs712 fault locator done.

  • @friski7307
    @friski7307 Год назад

    Can you explain :
    1. a_vol
    2.curr_val
    3. Ofstvol
    4. Sensi
    Thansss🙏

  • @GaboValdes1
    @GaboValdes1 3 года назад +1

    The current is on A or mA?

  • @paulovasquez7924
    @paulovasquez7924 4 года назад +1

    hola, estaba probando para lecturas de corriente AC, pero los resultados estan muy lejanos a un resultado de un multimetro, me puede ayudar? :( (para lecturas de corriente DC si me funciono).

    • @SatyamsinghYT
      @SatyamsinghYT  4 года назад +1

      Yes it can measure both ac and dc current, but you have to choose different variant as per the load requirements. Its available in 5A, 20A and 30A. Please subscribe channel

    • @SatyamsinghYT
      @SatyamsinghYT  4 года назад

      components101.com/sensors/acs712-current-sensor-module read this, you have to change scale factor as per your module you are using

  • @samrawitkidane-cr8mn
    @samrawitkidane-cr8mn 4 месяца назад

    the virtual terminal is not displaying the right words. help me out, please.

    • @SatyamsinghYT
      @SatyamsinghYT  4 месяца назад

      Please check the baud rate of the virtual terminal. Or modify the baud rate to 9600 in your code.

  • @edisonsumba2394
    @edisonsumba2394 4 года назад +2

    me puede ayudar con el código de la programación :)

    • @SatyamsinghYT
      @SatyamsinghYT  4 года назад +1

      gist.github.com/satyamkr80/bb10de258af4054126e72a304b338241
      Pleased subscribe channel

  • @shahzebsaqib6086
    @shahzebsaqib6086 3 года назад +1

    Does anyone have the arduino code for this.

  • @thaqif7180
    @thaqif7180 2 года назад

    this circuit is use for what application??

    • @SatyamsinghYT
      @SatyamsinghYT  2 года назад

      To measure current consumption from load

  • @sumailking6086
    @sumailking6086 2 года назад

    Can i have the arduino code for this, sir?

  • @andrie1820
    @andrie1820 3 года назад

    How can you change the current value sir?

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад

      It depends on the device, like if you change the bulb with fan value will change automatically

    • @andrie1820
      @andrie1820 3 года назад

      @@SatyamsinghYT only the fan that could change the value of current?

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад

      No, its depends on the current consumption by that device whether it is an led or any device.

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад

      Just increase the load and you can see the difference

    • @andrie1820
      @andrie1820 3 года назад

      @@SatyamsinghYT owww I see, if I try to change 120v load of led to 240v it could change the value?

  • @thaiscasoni
    @thaiscasoni 3 года назад

    I didnt understand this part of your code:
    adcValue = analogRead(currentPin);
    adcVoltage = (adcValue / 1024.0) * 5000;
    currentValue = ((adcVoltage - offsetVoltage) / sensitivity);
    could you please explain me that? thank you very much!

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад +1

      adcValue / 1024 formula part is used to convert received value on analog pin to a voltage value. Otherwise you will just get a value Between 0-1023 (for 0-5v) and then i put another formula to find current value from obtained voltage value

    • @hrishikeshsul5307
      @hrishikeshsul5307 2 года назад

      @@SatyamsinghYT could you elaborate more on this

    • @prakashpunj421shukla4
      @prakashpunj421shukla4 2 года назад +1

      @@SatyamsinghYT what is the sensitivity value for acs 712 20-t

    • @SatyamsinghYT
      @SatyamsinghYT  2 года назад

      It's 100mV/A .

  • @muhammadshafiemohdramli3470
    @muhammadshafiemohdramli3470 3 года назад +1

    Hi, Can I get the Arduino code for this circuit?

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад

      Please connect me on instagram @ioturtle

  • @yashgaya4896
    @yashgaya4896 4 года назад

    Can you upload arduino code for this

    • @SatyamsinghYT
      @SatyamsinghYT  4 года назад

      Email me or connect me on instagram @ioturtle, i will share link

    • @yashgaya4896
      @yashgaya4896 4 года назад +1

      @@SatyamsinghYT hi i sent you an email please check

    • @SatyamsinghYT
      @SatyamsinghYT  4 года назад

      Code link sent, don't forget to subscribe channel .

    • @tuananhbui41
      @tuananhbui41 3 года назад

      i sent you on Instagram, please check

    • @tuananhbui41
      @tuananhbui41 3 года назад

      @@SatyamsinghYT i sent you on Instagram, please check

  • @ytbgaming2610
    @ytbgaming2610 3 года назад

    hey can you share an email so that I can ask for its code

  • @doaaal-sehail3168
    @doaaal-sehail3168 4 года назад

    Hi can I contact with you on email?