Arduino Analog Input


Posted on Feb 7, 2014

A potentiometer is a simple knob that provides a variable resistance, which you can read into the Arduino board as an analog value. In this example, you`ll connect a poterntiometer to one of the Arduino`s analog inputs to control the rate at which the built-in LED on pin 13 blinks. Connect three wires to the Arduino board. The first goes to ground


Arduino Analog Input
Click here to download the full size of the above Circuit.

from one of the outer pins of the potentiometer. The second goes from 5 volts to the other outer pin of the potentiometer. The third goes from analog input 0 to the middle pin of the potentiometer. For this example, it is possible to use the Arduino board`s built in LED attached to pin 13. To use an additional LED, attach its longer leg (the positive leg, or anode), to digital pin 13, and it`s shorter leg (the negative leg, or cathode) to the ground (gnd) pin next to pin 13. Because of the low amount of current coming from digital pin 13, it is not necessary to use a current limiting resistor in this particular case. In the beginning of this program, the variable sensorPin is set to to analog pin 0, where your potentiometer is attached, and ledPin is set to digital pin 13. You`ll also create another variable, sensorValue i to store the values read from your sensor. The analogRead() command converts the input voltage range, 0 to 5 volts, to a digital value between 0 and 1023. This is done by a circuit inside the Arduino called an analog-to-digital converter or ADC. By turning the shaft of the potentiometer, you change the amount of resistance on either side of the center pin (or wiper) of the potentiometer. This changes the relative resistances between the center pin and the two outside pins, giving you a different voltage at the analog input. When the shaft is turned all the way in one direction, there is no resistance...




Leave Comment

characters left:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    Guitar Crash Sync effect
    Tone control circuit
    Portable Nicad Charger
    I/O Line Protectors
    B-Field Measurer
    Super Led Flasher Circuit
    4017 gate sequencer
    LMD18200 3A 55V H-Bridge
    60 Light Sequencer using a Matrix
    12V Glow Plug Converter
    XR400



    Top