SG90 Servo Motor: Specifications and Applications

SG90 Servo Motor

The SG90 is a micro-sized servo motor ideal for robotics and electronics projects requiring precise motion control.

Overview

The SG90 is a 9g lightweight servo motor, perfect for small-scale applications. It is widely used in DIY electronics and robotics projects due to its affordability, ease of use, and compatibility with microcontrollers like Arduino.

Specifications

  • Weight: 9g
  • Operating Voltage: 4.8V to 6V
  • Torque: 1.8 kg/cm (4.8V), 2.2 kg/cm (6V)
  • Speed: 0.1s/60° (4.8V), 0.09s/60° (6V)
  • Rotation Angle: 0° to 180°
  • Connector Type: 3-wire (Signal, Vcc, Ground)

PureVPN
84% Off for a Limited Time!

As seen in Forbes, PCMag & TechRadar

High-Speed VPN for Streaming & Security

6,500+ Servers in 78+ Countries

Unblocks Netflix, Hulu, BBC iPlayer & More

84% OFF + 5 Extra Months FREE!

🔥 Claim Your 84% Discount Now!

Features

  • Compact and lightweight design.
  • High efficiency and low power consumption.
  • Wide compatibility with Arduino, Raspberry Pi, and other microcontrollers.
  • Durable plastic gear for smooth operation.

Applications

  • Robotics: Small robotic arms and grippers.
  • RC Vehicles: Steering mechanisms.
  • Cameras: Pan-and-tilt mechanisms for lightweight cameras.
  • DIY Projects: Animatronics and custom automation systems.

How to Use SG90

To control the SG90 with Arduino:

  1. Connect the SG90's signal wire to a PWM pin on the Arduino.
  2. Provide power (5V) and ground connections.
  3. Upload the following code:
#include 
Servo sg90;

void setup() {
  sg90.attach(9); // Connect to pin 9
}

void loop() {
  sg90.write(0);   // Rotate to 0°
  delay(1000);
  sg90.write(90);  // Rotate to 90°
  delay(1000);
  sg90.write(180); // Rotate to 180°
  delay(1000);
}
            

Contact Us

Microautomation logo featuring a modern, abstract design with interconnected gears, circuit lines, and microcontroller elements, symbolizing automation and technology.

If you have any questions or inquiries, feel free to reach out to us at Microautomation.no@icloud.com .

Follow our Socials for the newest updates!

Follow us on Facebook Follow us on Reddit Follow us on Instagram