Це відео не доступне.
Перепрошуємо.

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

Поділитися
Вставка
  • Опубліковано 16 сер 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/un...

КОМЕНТАРІ • 30

  • @Ticks_and_Chaos
    @Ticks_and_Chaos 11 місяців тому

    Please continue Electronic basic series.🙂

  • @ankitkumarshaw9096
    @ankitkumarshaw9096 3 місяці тому

    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.

  • @samithetechsavvy6485
    @samithetechsavvy6485 6 місяців тому

    Very well explained, thank you

  • @syaputrarama2188
    @syaputrarama2188 Рік тому +1

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

  • @AS-cy1jt
    @AS-cy1jt 3 місяці тому

    just what I was looking for

  • @Dinesh-Bhardwaj
    @Dinesh-Bhardwaj Рік тому +1

    This video is too underrated.

    • @miliohm
      @miliohm  Рік тому

      Thank you. Really appreciate it!

  • @peterlethbridge7859
    @peterlethbridge7859 10 місяців тому

    Thank you. Excellent video

  • @momd6417
    @momd6417 Рік тому +2

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

    • @davidsvarrer8942
      @davidsvarrer8942 11 місяців тому

      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 6 місяців тому

      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.

  • @otiknuril4033
    @otiknuril4033 Рік тому

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

  • @adeelprince3150
    @adeelprince3150 Рік тому +1

    Great job 👍 excellent

  • @Hardeep2dhanjal
    @Hardeep2dhanjal Рік тому

    nice video.......thanks

  • @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. 🙏

  • @unglaubichuberlieber8048
    @unglaubichuberlieber8048 Місяць тому

    danke danke danke...

  • @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.

  • @Amperekaefer
    @Amperekaefer 2 роки тому

    👍.

  • @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.