Relationship between Angle & Analog
value
SER0044 Servo
Formula: Actual angle = Analog value degree *0.47-33.4
Before Usage
There will be some error between each servos. If you want to use the servos with scenes that
require precise control, you can calibrate them separately. A quick three-point calibration method is
provided here:
• 1. Drive the servo to 90 degrees (1500us), record the actual angle as reference angle A, and record
the corresponding feedback analog value a;
• 2. Drive the servo to 0 degrees (500us), record the actual angle as reference angle B, and record
the corresponding feedback analog value B:
• 3. Drive the servo to 270 degrees (2500c), record the actual angle as reference angle C, and record
the corresponding feedback analog value C
The following formula gives the relationship between Analog value & Angle:
• Actual angle = m * Analog value + n
• m=[(A-B)/(a-b)+(C-A)/(c-a)]/2
• n=[(Ab-Ba)/(b-a)+(Bc-Cb)/(c-b)]/2
If you doesn't need such accurate value, you can use m=0.47;n=-33.4 directly.