Description

Description of Servo Motor SG-90:

Servo motors are high torque motors that are commonly used in robotics and several other applications due to the fact that it is easy to control their rotation. Servo motors have a geared output shaft, which can be electrically controlled to turn one (1) degree at a time. For the sake of control, unlike normal DC motors, servo motors usually have additional pin asides the two power pins (Vcc and GND), which is the signal pin. The signal pin is used to control the servo motor, turning its shaft to any desired angle.The TowerPro Servo Motor SG-90  is lightweight, high-quality, and lightning-fast.

The servo is designed to work with almost all the radio control systems. It is with excellent performance that brings you to another horizon of flight. The Servo Motor SG-90 mini servo with accessories is perfect for Remote controlled helicopter, plane, car, boat, and truck use.

Specification of Servo Motor SG-90:

  1. Operating Voltage : 4.8~6.0 V
  2. Operating Speed : 0.12 sec/60 degree(4.8 V)~0.1 sec/60 degree(6.0 V)
  3. Torque : 1.6 kg/cm(4.8 V)
  4. Dead Band Width : 5 usec
  5. Temperature Range : -30~ 60?
  6. Cable Length : 25 cm
  7. Servo Type: Analog Servo
  8. Brand Model: Tower Pro SG-90
  9. Modulation: Analog
  10. Speed: 4.8 V: 0.12 sec/60°
  11. Weight: 0.32 oz (9.0 g)
  12. Dimensions: Length:0.91 in (23.0 mm)
  13. Width:0.48 in (12.2 mm)
  14. Height:1.14 in (29.0 mm)
  15. Motor Type: 3-pole
  16. Gear Type: Plastic
  17. Rotation/Support: Bushing
  18. Pulse Width: 500-2400 µs
  19. Connector Type: JR
  20. Brand Model : Tower Pro

SG-90Servo Motor SG-90 Working:

Image result for sg90 gif

Testing Code: Without Knobe

#include <Servo.h>

Servo servo;

int angle = 10;

void setup() {

servo.attach(8);

servo.write(angle);

}

void loop()

{

// scan from 0 to 180 degrees

for(angle = 10; angle < 180; angle++)

{

servo.write(angle);

delay(15);

}

// now scan back from 180 to 0 degrees

for(angle = 180; angle > 10; angle–)

{

servo.write(angle);

delay(15);

}

}

Package Includes:

1 x TowerPro Servo Motor SG-90

 

Additional information

Weight 0.1 kg

Reviews

There are no reviews yet.

Be the first to review “Servo Motor SG-90 In Pakistan”

Your email address will not be published. Required fields are marked *

three × three =