Understanding voltage divider and How to use it as voltage sensor - Electronic Basic #3

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • In this video, I am talking about what is a voltage divider, how it works, and how to use it as a voltage sensor.
    Join this channel to support me or to get access to perks:
    / @miliohm
    You can find the sketch/code use in the video here:
    miliohm.com/understanding-vol...
  • НаукаНаука

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

  • @samithetechsavvy6485
    @samithetechsavvy6485 5 месяцев назад

    Very well explained, thank you

  • @peterlethbridge7859
    @peterlethbridge7859 9 месяцев назад

    Thank you. Excellent video

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

    Please continue Electronic basic series.🙂

  • @AS-cy1jt
    @AS-cy1jt 2 месяца назад

    just what I was looking for

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

    nice video.......thanks

  • @Dinesh-Bhardwaj
    @Dinesh-Bhardwaj Год назад +1

    This video is too underrated.

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

      Thank you. Really appreciate it!

  • @adeelprince3150
    @adeelprince3150 Год назад +1

    Great job 👍 excellent

  • @ankitkumarshaw9096
    @ankitkumarshaw9096 2 месяца назад

    Sir, I want control the voltage using a 10K potentiometer, Vin=12V DC, and Vout= (between 0v-5v) from the potentiometer. So, I need a resistance R1, that will drop the voltage from 12v to 5v, in order to produce Vout = 0v to 5v from the potentiometer.
    But I am unable to calculate the R1 resistance value.
    Please help me in this.

  • @syaputrarama2188
    @syaputrarama2188 Год назад +1

    Sir I want to ask where the values 13 and 3 from the Vin formula come from

  • @unglaubichuberlieber8048
    @unglaubichuberlieber8048 14 дней назад

    danke danke danke...

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

    Dear sir, could u tell us about the calculation in arduino programm in detail?

  • @momd6417
    @momd6417 Год назад +2

    Can you give me the values ​​of the resistors if I want to measure a voltage up to 30v?

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

      Hey. Why do you not watch this video here, and learn instead? This video here explains it all. So ask questions to the understanding of this video, and I will assist you.

    • @nal0007
      @nal0007 5 месяцев назад

      Use this formula for voltage divider with 2 values resistors, R1 (top resistor), R2(button one), consider R1 is 10K, Vout is 5 volts (arduino max input voltage ) and Vin (yours 30 volts):
      R2= R1*(Vout/Vin-Vout). The result is 2K. Now you can find the values of R2 for any voltage you want.

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

    dear sir ,can i measure upto 0 to 5 volt directly connect to arduino A0 pin without any voltage divider circuit ?

    • @miliohm
      @miliohm  Год назад +1

      Sure. Just make sure the maximum is 5V

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

      @@miliohm yes my maximum voltage is fixed 5volt ,thankyou sir for sharing knowledge. 🙏

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

    👍.

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

    Can the code be used in esp32

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

      Sure, you just need to make sure the voltage result. Esp32 module only able handle up to 3.3V.
      And also don't forget to change the pin you are using.

  • @54firepower
    @54firepower Год назад

    why do I need to multiply by 13 and divide by 3

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

      Yeah, i didn't understand too for the calculation in arduino program

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

      I would like a answer to that too.

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

      @@HenrikHvalpen I already explain that on 5:46

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

      @@miliohm I'm sorry but I still don't get where 13 comes from?

    • @miliohm
      @miliohm  Год назад +3

      @@HenrikHvalpen since the original voltage is multiplied by 3 and divided by 13 (look at the circuit and formula). So the voltage on the arduino should be multiplied by 13 and divided by 3 to get the original value.
      The point is multiply the divided voltage, so we can print the original voltage before divided.