Skip to content

Commit ba98c97

Browse files
committed
Update servo illustrations
1 parent 4653cc9 commit ba98c97

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed
Binary file not shown.
Binary file not shown.
Loading
Loading

content/learn/04.electronics/05.servo-motors/servo-motors.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,19 @@ You can also visit the [Servo GitHub repository](https://github.com/arduino-libr
2222

2323
Servo motors have three wires: power, ground, and signal. The power wire is typically red, and should be connected to the 5V pin on the Arduino board. The ground wire is typically black or brown and should be connected to a ground pin on the board. The signal pin is typically yellow or orange and should be connected to PWM pin on the board. In these examples, it is pin number 9.
2424

25+
***Always make sure to power your servo motor with a external power source. Connecting a servo directly to your board will cause your board to behave erratically and can damage your board***
26+
2527
### Knob Circuit
2628

2729
For the **Knob** example, wire the potentiometer so that its two outer pins are connected to power (+5V) and ground, and its middle pin is connected to `A0` on the board. Then, connect the servo motor to +5V, GND and pin 9.
2830

29-
![The Knob Circuit.](assets/servo-knob-circuit.png)
31+
![The Knob Circuit.](assets/servo_circuit_knob.png)
3032

3133
### Sweep Circuit
3234

3335
For the **Sweep** example, connect the servo motor to +5V, GND and pin 9.
3436

35-
![The Sweep Circuit.](assets/servo-sweep-circuit.png)
37+
![The Sweep Circuit.](./assets/servo_circuit.png)
3638

3739
## Examples
3840

0 commit comments

Comments
 (0)