Skip to content

Commit 6f26cc8

Browse files
committed
changes stuff about servo
1 parent 8e548e5 commit 6f26cc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
-166 KB
Binary file not shown.
154 KB
Loading

docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ Servos are motors that are designed for precise position control. Instead of fre
109109

110110
For the servos in our competition, you can use it to precisely control your mechanism for the Mechanical Challenge. To interface it with your ESP32, you will connect the wires as follows:
111111

112-
<img src="{{ '/_assets/images/DRV8833Servo.png' | prepend: site.baseurl }}" alt="servo_wiring.png">
112+
<img src="{{ '/_assets/images/DRV8833withServo.png' | prepend: site.baseurl }}" alt="servo_wiring.png">
113113

114-
The Red wire is connected to 5V from the battery pack.
115114

116-
| Servo Wire | ESP32 Pin |
115+
| Servo Wire | Connection |
117116
|:-------------|:------------------|
117+
| Red | 5V from the battery pack |
118118
| Black | GND |
119-
| White | Any PWM enabled pin |
119+
| White | Any PWM enabled pin on the ESP32 |
120120

121121
If you're not sure about the ESP32 pinout, then check out [this page!](https://ut-ras.github.io/RobotathonESP32/getting-started/microcontroller-interface)
122122

0 commit comments

Comments
 (0)