Servo Motor

Servo Motor What are Servo Motors?
Servo refers to an error sensing feedback control which is used to correct the performance of a system. Servo or RC Servo Motors are DC motors equipped with a servo mechanism for precise control of angular position. The RC servo motors usually have a rotation limit from 90° to 180°. Some servos also have rotation limit of 360° or more. But servos do not rotate continually. Their rotation is restricted in between the fixed angles.
 
Where are Servos used?
The Servos are used for precision positioning. They are used in robotic arms and legs, sensor scanners and in RC toys like RC helicopter, airplanes and cars.
 
Servo Motor Applications in RC Helicopter
Servo Motor Applications in RC Airplanes Servo Motor Applications in RC Airplanes
Servo Motors in Robotic  Arms Servo Motors in Robotic Arms
 
Servo Motor manufacturers
There are four major manufacturers of servo motors: Futaba, Hitec, Airtronics and JR radios. Futaba and Hitec servos have nowadays dominated the market. Their servos are same except some interfacing differences like the wire colors, connector type, spline etc.
 
Servo Motor Manufacturers
 
 

Comments (28)

Thanks for this article i was

Thanks for this article i was searching about for servo motors and finally i found what i wanted to learn.

thanks for this article. i

thanks for this article. i wanted to know about servo motors.......

thank you i fully understand

thank you i fully understand about servo motor very thanhs

give the detailed explain of

give the detailed explain of electronic component in servo

 very informative article

 very informative article

 A article with all

 A article with all information about servo motor at one place. 

hi sir this was really

hi sir

this was really informative.I m using HS-311 servo mortors with ATMEGA 16 microcontroller.for making it rotate to 0degree i gave 0.33 us on pulse and 20 ms off pulse,for 90 degree i gave 0.95ms on pulse and for 180 degree......1.56 ms pulse.... it worked effectively.for2 servos i had to use 2 avr ports. i want to use 4 servos in only 1 port in ATMEGA 16,how can it be done without interfering with other servo's PWM??

super like.....its 2 good

super like.....its 2 good ....

really i impressed with this

really i impressed with this presentation

how will move servo from ic

how will move servo from ic 555. 

This Site has taken my

This Site has taken my tension by giving such a worderful guidence @AVR.

i am really impressed with

i am really impressed with the explanation of servomotor. i now see that its a step ahead of the dc motor we used back in the days

thanks 

thank u it was really

thank u it was really helpfull

Informative post on servo

Informative post on servo motors. This post will really help in selecting a servo and in manufacturing it. Generally, people have to face problem while selecting a particular servo according to their requirement. Thanks a lot for this wonderful post.

very informative

very informative article

should post some relative circuit diagram to check the servo's working

hi plz attach pdf form of

hi plz attach pdf form of this artile for download tanx very informative article

nice information very

nice information very usefull 

Thanks........

nice article

nice article

this is a really nice to

this is a really nice to learn all about the servo motor by the artical.

 

The post is really cool,

The post is really cool, thanks for sharing it here. Good thing someone shared it so we can all use it as guide and future reference when it comes to servo motor.

Anyway, it's nice to know

Anyway, it's nice to know that a lot of people shows interest at servo motors.:)

A very well done by the

A very well done by the author. A very informational article with clear a well structured literature. A real joy to read . Once again WELL DONE!

Hi, I am new to electronics

Hi, 

I am new to electronics world i would like to know is there a way to reduce the speed of sservo motors without decreasing its toque. 

Thanks in advance.

Regards

Hi sirIm using MG995 twoerPro

Hi sir

Im using MG995 twoerPro servo motor interfacing with arduino.
im not getting result as programed 
I connected red to +5v
brown to ground

& yellow for signal to arduinos pin 9

 

and want to rotate 20 degrees like this

for (i=0;i<=180; i=i+20)

move 20 degree

 

 

here is the complete program

here is the complete program (i tested with arduino uno board with vs2 and v0006 servo)

 

 

#include <Servo.h> 
 
Servo myservo;  // create servo object to control a servo 
               
 
int pos = 0;    // variable to store the servo position 
 
void setup() 
  myservo.attach(9);  // attaches the servo on pin 9 to the servo object 
 
 
void loop() 
  for(pos = 0; pos < 180; pos += 20)  // goes from 0 degrees to 180 degrees 
  {                                  // in steps of 20 degree 
    myservo.write(pos);              // tell servo to go to position in variable 'pos' 
    delay(15);                       // waits 15ms for the servo to reach the position 
  } 
  for(pos = 180; pos>=1; pos-=20)     // goes from 180 degrees to 0 degrees 
  {                                
    myservo.write(pos);              // tell servo to go to position in variable 'pos' 
    delay(15);                       // waits 15ms for the servo to reach the position 
  } 

thank you very much . this

thank you very much . this article is so detailed, love it

hy siri'm using pic 16f877A

hy sir

i'm using pic 16f877A controller
i'wanna conrol a servo motor in such a way that pulses of different time period  are given to motor ........
i'm using CCs compiler
i've confusion to make the code
any 1 help me please

engg_umair17@yahoo.com

i'm tHankful to yOUh.. .. ..

I GOT WHAT I M FINDING ABOUT

I GOT WHAT I M FINDING ABOUT SERVO MOTOR

 

Post new comment

  • Allowed HTML tags: <a> <blockquote> <br> <cite> <code> <dd> <div> <dl> <dt> <em> <h2> <h3> <h4> <h5> <h6> <img> <li> <ol> <p> <pre> <span> <strong> <ul>
    Allowed Style properties: background-color, color, font-size, font-weight, height, text-align, width
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
This is to ensure that you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.
You are here