A Complete Guide on How a Servo Motor Works

Inside the servo motor, there is a built-in 'DC'5V (using voltage regulator). Amount of voltage
(direct current) motor with gearing and feedbackdepends on applications needed. 5V voltage is
control loop circuitry. This gearing enables speedenough to drive torque to perform useful motions.
reduction and high torque production. The controlCommonly, servo motors are powered by smaller
loop circuitry is responsible for its high precisionbatteries like Nickel Cadmium ('NiCd') or
control. This reduces the need for additional motorNickel-Metal Hydride ('NiMh') or even the latest;
driver circuit. Servos or servo motors in thisLithium Polymer ('LiPo').
project rotate from approximately 90 to 180External power supply delivers power the motors.
degrees range. Note that servos can be modifiedPower supply to micro controller circuit board
to rotate continuously (360 degrees).should be separate, and powered by computer
Wiring of the servo is simple; red wire is for 'DC'universal serial bus 'USB' (Universal Serial Bus)
+5V, black wire connects to 'GND' (ground) andconnection. Both power supplies ground
white wire for signal (where 'PWM' is sent to theconnections must be in common to each other,
motor). The white wire is responsible forfor the servo motors to function properly.
controlling degree of rotations.A pulse of 1.5milisecond (ms) will always set servo
Voltages from 4.8V to 6.0V can be used toto its neutral position (90 degrees). A minimum
power a servo. Higher voltage rating (6.0V)pulse of 1ms sets it to turn 90 degrees left. A
produces higher torque. But for safetymaximum pulse of 2ms will bring it to the 180
conservation, a regulated 'DC' voltage of 5V isdegrees position. These pulse width or 'PWM'
used. This way, servo motors would not exceed(pulse width modulation) can vary, depending on
its maximum voltage limit.programming of micro controller. For example,
The servo motors are usually powered byservo will turn to approximately 45 degrees if
batteries. This power source is then regulated togiven a 'PWM' of 1.25ms.