Files
Main/99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Electronics/Why We Need Feedback Servos.md
2024-12-02 15:11:30 +01:00

8 lines
653 B
Markdown

# Feedback Servo
Feedback servos have a fourth wire that sends the position information of the sensor back to the controller. It is the same feedback information that the servo uses internally to do the PID-position-control.
# Programmable Servos
Programmable servos
# Reasons
1. Initialization: when we start the Flight controller it will initialize the servo signal to the PWM value specified in the `PWM_MAIN_5_DIS` parameter. If the servo is physically at a different location during startup it will slam the servo to the correct position which is a large strain on the system (servo as well as mechanics) and will result in a large vibration.
2.