top of page

Analog Servo 

We use a potentiometer, and an servo to test out our Arduino.

1.

We power up the bread board to start.

AnalogInputToServo_bbBreadBoard.png

2.

We now connect the potentiometer to the Arduino.

AnalogInputToServo_bbKnob.png
PotConnections

3.

We now connect the 3 wires for the servo. 

AnalogInputToServo_bbDone.png
ServoConnections

4.

Software:

We read the value of the potentiometer on pin A2. It will give a value between 0-1023. The Servo will move left or right to follow the knob. 

Note:

clipart1869059.png

You need to open the serial monitor and see if the value of the pot.

Code

More Info coming soon!

bottom of page