SlideShare a Scribd company logo
1 of 6
1.BOARD NAME : SERVO MOTOR DRIVER
CIRCUIT.
2.BOARD ID : B1049
3.Description :
The servo motor is actually an assembly of four
things: a normal DC motor, a gear reduction unit, a
position-sensing device (usually a potentiometer—a
volume control knob), and a control circuit.
The function of the servo is to receive a control
signal that represents a desired output position of the
servo shaft, and apply power to its DC motor until
its shaft turns to that position. It uses the position-
sensing device to determine the rotational position of
the shaft, so it knows which way the motor must turn
to move the shaft to the commanded position. The
shaft typically does not rotate freely round and round
like a DC motor, but rather can only turn 200
degrees or so back and forth. The servo has a 3 wire
connection: power, ground, and control. The power
source must be constantly applied; the servo has its
own drive electronics that draw current from the
power lead to drive the motor.
We all know that most of the arduino boards can
source only a frugal 200 mA of current, which is not
enough to drive a servo motor which typically
requires 1A current each. Hence, to drive the servo,
we need an external power source, this is where a
driver circuit comes into picture, another advantage
of having a driver circuit is that we can interface
multiple servo motors, if the need arises. The
breakout shown below can drive upto 8 servos at a
time!.
4.Board image :
5.Board schematic :
6.Connection image :
7.Schematic :
8.Sample program :
#include<Servo.h>
Servo myservo;
int pos = 0;
voidsetup()
{
myservo.attach(9);
}
voidloop()
{
for (pos = 0; pos < 180;pos += 1)
{
myservo.write(pos);
delay(15);
}
for(pos = 180; pos>=1; pos-=1)
{
myservo.write(pos);
delay(15);
}
}
9.Output image :

More Related Content

What's hot

Stepper and hbridgestepper motor as generator hack
Stepper and hbridgestepper motor as generator hackStepper and hbridgestepper motor as generator hack
Stepper and hbridgestepper motor as generator hackSuchit Moon
 
Motor driver IC L293D
Motor driver IC L293DMotor driver IC L293D
Motor driver IC L293DAmit kumar
 
servo motor, servo systems, Types of Servo motor, Controlling a servo motor ...
servo motor, servo systems, Types of  Servo motor, Controlling a servo motor ...servo motor, servo systems, Types of  Servo motor, Controlling a servo motor ...
servo motor, servo systems, Types of Servo motor, Controlling a servo motor ...Waqas Afzal
 
Motors and Drivers
Motors and DriversMotors and Drivers
Motors and DriversThink LABS
 
Energy Conservation (Apparel Industry)
Energy Conservation (Apparel Industry)Energy Conservation (Apparel Industry)
Energy Conservation (Apparel Industry)Mansoor Cheema
 
DC Motor Direction Control Using 8051 C Program
DC Motor Direction Control Using 8051 C ProgramDC Motor Direction Control Using 8051 C Program
DC Motor Direction Control Using 8051 C ProgramDinesh Damodar
 
11305119, roll. no 5, akshay kumar
11305119, roll. no 5, akshay kumar11305119, roll. no 5, akshay kumar
11305119, roll. no 5, akshay kumarAkshay Kumar
 
How does a servo motor work?
How does a servo motor work?How does a servo motor work?
How does a servo motor work?rashid baloch
 
slide on stepper motor
slide on stepper motorslide on stepper motor
slide on stepper motorSamikshya Kar
 
Stepper Motor Types, Advantages And Applications
 Stepper Motor Types, Advantages And Applications Stepper Motor Types, Advantages And Applications
Stepper Motor Types, Advantages And Applicationselprocus
 
Servo motor and servo drive
Servo motor and servo driveServo motor and servo drive
Servo motor and servo driveSai Kumar
 
Stepper Motor Control System
Stepper Motor Control SystemStepper Motor Control System
Stepper Motor Control SystemWanita Long
 
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
 Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu... Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...dharmesh nakum
 

What's hot (20)

Stepper and hbridgestepper motor as generator hack
Stepper and hbridgestepper motor as generator hackStepper and hbridgestepper motor as generator hack
Stepper and hbridgestepper motor as generator hack
 
Motor driver IC L293D
Motor driver IC L293DMotor driver IC L293D
Motor driver IC L293D
 
Stepper Motor
Stepper MotorStepper Motor
Stepper Motor
 
L298 Motor Driver
L298 Motor DriverL298 Motor Driver
L298 Motor Driver
 
servo motor, servo systems, Types of Servo motor, Controlling a servo motor ...
servo motor, servo systems, Types of  Servo motor, Controlling a servo motor ...servo motor, servo systems, Types of  Servo motor, Controlling a servo motor ...
servo motor, servo systems, Types of Servo motor, Controlling a servo motor ...
 
Motor driver ic
Motor driver icMotor driver ic
Motor driver ic
 
Motors and Drivers
Motors and DriversMotors and Drivers
Motors and Drivers
 
Energy Conservation (Apparel Industry)
Energy Conservation (Apparel Industry)Energy Conservation (Apparel Industry)
Energy Conservation (Apparel Industry)
 
DC Motor Direction Control Using 8051 C Program
DC Motor Direction Control Using 8051 C ProgramDC Motor Direction Control Using 8051 C Program
DC Motor Direction Control Using 8051 C Program
 
Servomotor control
Servomotor controlServomotor control
Servomotor control
 
H bridge
H bridgeH bridge
H bridge
 
11305119, roll. no 5, akshay kumar
11305119, roll. no 5, akshay kumar11305119, roll. no 5, akshay kumar
11305119, roll. no 5, akshay kumar
 
How does a servo motor work?
How does a servo motor work?How does a servo motor work?
How does a servo motor work?
 
slide on stepper motor
slide on stepper motorslide on stepper motor
slide on stepper motor
 
Servo motor drive
Servo motor driveServo motor drive
Servo motor drive
 
Stepper Motor Types, Advantages And Applications
 Stepper Motor Types, Advantages And Applications Stepper Motor Types, Advantages And Applications
Stepper Motor Types, Advantages And Applications
 
Servo motor and servo drive
Servo motor and servo driveServo motor and servo drive
Servo motor and servo drive
 
Stepper Motor Control System
Stepper Motor Control SystemStepper Motor Control System
Stepper Motor Control System
 
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
 Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu... Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
Braking and multi-quadrant operation of VSI drives,Cycloconverter based indu...
 
Stepper motor interfacing
Stepper motor interfacingStepper motor interfacing
Stepper motor interfacing
 

Viewers also liked

HP Vinio Maverick campaign
HP Vinio Maverick campaignHP Vinio Maverick campaign
HP Vinio Maverick campaignAndrew Bradbury
 
What students should know and do regarding fossil fuel (gasoline)
What students should know and do regarding fossil fuel (gasoline)What students should know and do regarding fossil fuel (gasoline)
What students should know and do regarding fossil fuel (gasoline)Arnulfo Laniba
 
Drug Trends in central PA workshop 9-28-2011
Drug Trends in central PA workshop 9-28-2011Drug Trends in central PA workshop 9-28-2011
Drug Trends in central PA workshop 9-28-2011Michael J. Burns
 
Evolución de la comunicación humana
Evolución de la comunicación humanaEvolución de la comunicación humana
Evolución de la comunicación humanaAlex Acossta
 
Configuración de multivibrador astable y monoestable
Configuración de multivibrador astable y monoestableConfiguración de multivibrador astable y monoestable
Configuración de multivibrador astable y monoestableGustavo Avella
 
Nuestra primer jornada de trabajo compartido
Nuestra primer jornada de trabajo compartidoNuestra primer jornada de trabajo compartido
Nuestra primer jornada de trabajo compartidojardin345
 
Redencion y evolucion a traves de la educacion
Redencion y evolucion a traves de la educacionRedencion y evolucion a traves de la educacion
Redencion y evolucion a traves de la educacioncentroespirita
 
Application Server Certification
Application Server CertificationApplication Server Certification
Application Server CertificationBrandon Varner
 
Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015
Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015
Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015dieguay
 
Career and financial management strategy for millennials – 22 year olds to 38...
Career and financial management strategy for millennials – 22 year olds to 38...Career and financial management strategy for millennials – 22 year olds to 38...
Career and financial management strategy for millennials – 22 year olds to 38...paul young cpa, cga
 

Viewers also liked (17)

AIM Directors List 3
AIM Directors List 3 AIM Directors List 3
AIM Directors List 3
 
HP Vinio Maverick campaign
HP Vinio Maverick campaignHP Vinio Maverick campaign
HP Vinio Maverick campaign
 
What students should know and do regarding fossil fuel (gasoline)
What students should know and do regarding fossil fuel (gasoline)What students should know and do regarding fossil fuel (gasoline)
What students should know and do regarding fossil fuel (gasoline)
 
Fabricación aditiva
Fabricación aditivaFabricación aditiva
Fabricación aditiva
 
Org.trobada
Org.trobadaOrg.trobada
Org.trobada
 
Drug Trends in central PA workshop 9-28-2011
Drug Trends in central PA workshop 9-28-2011Drug Trends in central PA workshop 9-28-2011
Drug Trends in central PA workshop 9-28-2011
 
Evolución de la comunicación humana
Evolución de la comunicación humanaEvolución de la comunicación humana
Evolución de la comunicación humana
 
CARTAS
CARTASCARTAS
CARTAS
 
Configuración de multivibrador astable y monoestable
Configuración de multivibrador astable y monoestableConfiguración de multivibrador astable y monoestable
Configuración de multivibrador astable y monoestable
 
Ciclo del agua
Ciclo del aguaCiclo del agua
Ciclo del agua
 
Nuestra primer jornada de trabajo compartido
Nuestra primer jornada de trabajo compartidoNuestra primer jornada de trabajo compartido
Nuestra primer jornada de trabajo compartido
 
David santiago
David santiagoDavid santiago
David santiago
 
Redencion y evolucion a traves de la educacion
Redencion y evolucion a traves de la educacionRedencion y evolucion a traves de la educacion
Redencion y evolucion a traves de la educacion
 
Application Server Certification
Application Server CertificationApplication Server Certification
Application Server Certification
 
Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015
Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015
Lista del Cuerpo Diplomático acreditado ante España a diciembre de 2015
 
Serial sql2008
Serial sql2008Serial sql2008
Serial sql2008
 
Career and financial management strategy for millennials – 22 year olds to 38...
Career and financial management strategy for millennials – 22 year olds to 38...Career and financial management strategy for millennials – 22 year olds to 38...
Career and financial management strategy for millennials – 22 year olds to 38...
 

Similar to Servo

Electric Servo Motor
Electric Servo MotorElectric Servo Motor
Electric Servo MotorGello Hembz
 
Quadcopter bldc motor
Quadcopter bldc motorQuadcopter bldc motor
Quadcopter bldc motorAl Al
 
Introduction to AC Motors with constructional details.ppt
Introduction to AC Motors with constructional details.pptIntroduction to AC Motors with constructional details.ppt
Introduction to AC Motors with constructional details.pptdatamboli
 
Raspberry pi Part 17
Raspberry pi Part 17Raspberry pi Part 17
Raspberry pi Part 17Techvilla
 
VFDARIABLE FREQUENCY DRIVE
VFDARIABLE FREQUENCY DRIVE VFDARIABLE FREQUENCY DRIVE
VFDARIABLE FREQUENCY DRIVE VISHAKHA GARG
 
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...Enhmandah Hemeelee
 
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...Enhmandah Hemeelee
 
Introduction to motors
Introduction to motorsIntroduction to motors
Introduction to motorskhairee khalid
 
dual axis control of servomotor using joystick
dual axis control of servomotor using joystickdual axis control of servomotor using joystick
dual axis control of servomotor using joystickHanif Pathan
 
Introduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdfIntroduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdfBereket Walle
 
Variable Frequency Drive.ppt
Variable Frequency Drive.pptVariable Frequency Drive.ppt
Variable Frequency Drive.pptMukeshKumarJha26
 
Chapter 40
Chapter 40Chapter 40
Chapter 40mcfalltj
 
Halderman ch054 lecture
Halderman ch054 lectureHalderman ch054 lecture
Halderman ch054 lecturemcfalltj
 
It 5170 stepper motor
It 5170 stepper motorIt 5170 stepper motor
It 5170 stepper motorIshfaqah
 
Third Freshers\' Workshop 2011
Third Freshers\'  Workshop 2011Third Freshers\'  Workshop 2011
Third Freshers\' Workshop 2011Aditya Agarwal
 
presentation 1.pptx
presentation 1.pptxpresentation 1.pptx
presentation 1.pptxreemkamalOda
 
Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...
Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...
Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...Amol Mahurkar
 

Similar to Servo (20)

Electric Servo Motor
Electric Servo MotorElectric Servo Motor
Electric Servo Motor
 
Quadcopter bldc motor
Quadcopter bldc motorQuadcopter bldc motor
Quadcopter bldc motor
 
Introduction to AC Motors with constructional details.ppt
Introduction to AC Motors with constructional details.pptIntroduction to AC Motors with constructional details.ppt
Introduction to AC Motors with constructional details.ppt
 
Raspberry pi Part 17
Raspberry pi Part 17Raspberry pi Part 17
Raspberry pi Part 17
 
VFDARIABLE FREQUENCY DRIVE
VFDARIABLE FREQUENCY DRIVE VFDARIABLE FREQUENCY DRIVE
VFDARIABLE FREQUENCY DRIVE
 
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
 
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
Programmable logic controllers (pl cs) (experiment _2)_bi-directional control...
 
Ac servomotor
Ac servomotorAc servomotor
Ac servomotor
 
Introduction to motors
Introduction to motorsIntroduction to motors
Introduction to motors
 
dual axis control of servomotor using joystick
dual axis control of servomotor using joystickdual axis control of servomotor using joystick
dual axis control of servomotor using joystick
 
Cnc feed drives
Cnc feed drivesCnc feed drives
Cnc feed drives
 
Introduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdfIntroduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdf
 
Variable Frequency Drive.ppt
Variable Frequency Drive.pptVariable Frequency Drive.ppt
Variable Frequency Drive.ppt
 
Chapter 40
Chapter 40Chapter 40
Chapter 40
 
Halderman ch054 lecture
Halderman ch054 lectureHalderman ch054 lecture
Halderman ch054 lecture
 
Dc servo motor
Dc servo motorDc servo motor
Dc servo motor
 
It 5170 stepper motor
It 5170 stepper motorIt 5170 stepper motor
It 5170 stepper motor
 
Third Freshers\' Workshop 2011
Third Freshers\'  Workshop 2011Third Freshers\'  Workshop 2011
Third Freshers\' Workshop 2011
 
presentation 1.pptx
presentation 1.pptxpresentation 1.pptx
presentation 1.pptx
 
Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...
Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...
Study of Vector Control Algorithm and Inverter design for BLDC Motor, V/f con...
 

Servo

  • 1. 1.BOARD NAME : SERVO MOTOR DRIVER CIRCUIT. 2.BOARD ID : B1049 3.Description : The servo motor is actually an assembly of four things: a normal DC motor, a gear reduction unit, a position-sensing device (usually a potentiometer—a volume control knob), and a control circuit. The function of the servo is to receive a control signal that represents a desired output position of the servo shaft, and apply power to its DC motor until its shaft turns to that position. It uses the position- sensing device to determine the rotational position of the shaft, so it knows which way the motor must turn to move the shaft to the commanded position. The shaft typically does not rotate freely round and round like a DC motor, but rather can only turn 200 degrees or so back and forth. The servo has a 3 wire connection: power, ground, and control. The power source must be constantly applied; the servo has its own drive electronics that draw current from the power lead to drive the motor.
  • 2. We all know that most of the arduino boards can source only a frugal 200 mA of current, which is not enough to drive a servo motor which typically requires 1A current each. Hence, to drive the servo, we need an external power source, this is where a driver circuit comes into picture, another advantage of having a driver circuit is that we can interface multiple servo motors, if the need arises. The breakout shown below can drive upto 8 servos at a time!. 4.Board image :
  • 4. 7.Schematic : 8.Sample program : #include<Servo.h> Servo myservo; int pos = 0; voidsetup()
  • 5. { myservo.attach(9); } voidloop() { for (pos = 0; pos < 180;pos += 1) { myservo.write(pos); delay(15); } for(pos = 180; pos>=1; pos-=1) { myservo.write(pos); delay(15); } }