How to Read analog Value in Arduino | Read ADC value in Arduino Urdu||Hindi

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • In this video you will Learn How to read analog value in Arduino as we discussed previously arduino Uno has 6 0n-board ADC channels which can be used to read analog signal in the range 0-5V. It has 10-bit ADC means it will give digital value in the range of 0 - 1023 (2^10). This is called as resolution which indicates the number of discrete values it can produce over the range of analog values that values can be use for controlling devices.
    #ADC_Reading
    #Analog_Input
    #Analog_Pins_reading
    #Analog_signal

КОМЕНТАРІ • 12

  • @mohananchan
    @mohananchan 2 роки тому +1

    excellent communication...my doubts got clear..thanks pls keep sending videos

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

    If I attached sd card to Arduino for storages data,
    How can Arduino replay the data from sd card to repeat the motion of potentiometer
    And make LEDs lighting and off again.
    Many thanks 👍

  • @farukhmughal7863
    @farukhmughal7863 4 роки тому +1

    Very nice sir

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

    @automationhouse8613 can you send me the hardware picture that you made it on breadboard

  • @isotechpapertech1330
    @isotechpapertech1330 3 роки тому

    Plz attach 7sigment display show and pot reading show 0 to 99.9 plzz send me code and digram pot 10kohm multispeed

  • @SandeepKumar-hy3qn
    @SandeepKumar-hy3qn 2 роки тому

    how to connect potentiometer in arduino in which port i will insert wire in arduino please tell me in video it is not clearify

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

      Dear you can connect potentiometer at any analog input pin i mean A0 to A6

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

    But if circuit is open then analog pin give input as random values b/w 0 to 1023
    Why

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

      Due to distortion/noises present in environment generate millivolts that's why Arduino channel shows some random value..

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

      @@automationhouse8613 so how to get rid from that

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

      By using analog reference pin of Arduino you can minimize that problem...