Skip to Content

Servo Motor MG996R 180° High Torque – 11kg/cm, Rotation (Metal Gear)

MG996R High Torque Servo Motor – 11kg/cm, 180° Rotation (Metal Gear)

The MG996R is a high-performance, high-torque servo motor designed for demanding robotic and RC applications. Featuring full metal gears, stable rotation, and a powerful motor, it’s perfect for robotic arms, steering mechanisms, and heavy-duty mechanical motion projects.

🔩 Features

  • High torque up to 11kg/cm (6V)

  • Full metal gear construction for durability

  • Smooth 180° rotation with PWM control

  • Standard 3-wire servo interface (Signal, VCC, GND)

  • Compatible with Arduino, Raspberry Pi, and other controllers

📊 Technical Specifications

ParameterValue
Operating Voltage4.8V – 7.2V
Torque @ 6VUp to 11 kg·cm
Speed @ 4.8V0.19s/60°
Speed @ 6V0.17s/60°
Motor TypeCoreless
Gear TypeFull Metal
Weight~55g
Dimensions40.7 x 19.7 x 42.9 mm
Rotation Angle~180°
Signal TypePWM (1ms – 2ms)
Connector3-pin (Signal, VCC, GND)

🔧 Wiring with Arduino

MG996R PinDescriptionArduino Pin
BrownGNDGND
RedVCC (5-6V)External Power Supply (not directly from Arduino)
OrangeSignalD9 or any PWM pin

⚠️ Note: MG996R draws high current. Use an external power supply (with common GND) to avoid damaging the Arduino.

💻 Sample Arduino Code


#include <Servo.h> Servo myServo; void setup() { myServo.attach(9); // Connect signal to pin 9 myServo.write(90); // Center the servo } void loop() { myServo.write(0); // Rotate to 0° delay(1000); myServo.write(180); // Rotate to 180° delay(1000); }

🧠 Applications

  • Robotic arms and legs

  • Steering for RC cars or boats

  • Pan/tilt camera platforms

  • Mechanical claws and grabbers

  • Automated machines requiring torque

🎥 YouTube  Video


https://youtu.be/HcHLgKtCmr4?si=i2bKQVGAiUl2sILe

270.00 LE 270.00 LE

This combination does not exist.

Servo Motor