Servo
A servomotor is a DC motor that embeds a mechanims that measures the shaft position. The shaft position can be controlled by providing an angle.
- require PWM control signals
- shaft position controlled by pulse width
Controlling a Servo on an ESP32 board requires using the ESP32Servo
library.
Indeed, the standard Servo
Arduino library does not work on ESP32.