Skip to Content

Servo Metal Gear High Torque MG995

The MG995 is a high-performance digital metal-geared servo motor ideal for medium to large-sized projects. It delivers high torque and precision with excellent durability due to its metal gears. The servo can rotate up to 60 degrees and weighs 55 grams. It includes three arms, screws, and pre-soldered female wires for ease of use. For optimal control, use Arduino pins 9 or 10 as per the Servo library. Ensure correct wiring to prevent damage.

Package Includes:

  • 1 x Servo Metal Gear High Torque MG995
  • 3 x Arms
  • Screws

28.00 AED 28.00 AED Tax Included
28.00 AED Tax Included

Not Available For Sale

This combination does not exist.

Metal High Torque Servo

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

 

Features:

  • High torque for precise and accurate movements
  • Durable digital metal gears prevent stripping
  • Standard size for a variety of applications
  • Rotates up to 60 degrees
  • Lightweight at 55g
  • Comes with arms, screws, and pre-soldered female wires
  • Recommended pin usage: pins 9 or 10 (Servo library standard)
  • Easy to integrate and control

 

Principle of Work:

The MG995 servo motor operates using Pulse Width Modulation (PWM). The control wire receives a series of pulses, and the duration of each pulse determines the position of the shaft. A potentiometer measures the shaft's position and feeds back to the control circuit, which adjusts the pulses to maintain the desired angle.

Pinout of the Module:

MG995 Pinout

  • GND: Ground connection
  • VCC: Power supply (4.8V ~ 6.6V)
  • Signal: Control signal input (PWM)

Applications:

  • Robotics – precise movement for arms, grippers, etc.
  • Automation – positioning in assembly lines, conveyors
  • Model making – radio-controlled vehicles
  • Medical equipment – positioning systems in devices
  • Industrial equipment – packaging, cutting, etc.

Circuit:

Arduino circuit using 5V 4A supply and pin 9 for control:

MG995 Arduino Circuit

Library:

No need to install a library; the Servo library is included with the Arduino IDE.

Example Code:

#include <Servo.h>

Servo myservo;

void setup() {
  myservo.attach(9); // attach the servo signal pin to pin 9
}

void loop() {
  for (int i = 0; i < 180; i++) {
    myservo.write(i);
    delay(15);
  }
  for (int i = 180; i > 0; i--) {
    myservo.write(i);
    delay(15);
  }
}

Technical Details:

  • Color: Black
  • Connector Wire: Heavy duty, 300mm
  • Weight: 55g
  • Dimensions: 40.7 × 19.7 × 42.9 mm
  • Stall Torque: 9.4kg·cm (4.8V), 11kg·cm (6.0V)
  • Operating Speed: 0.20 sec/60° (4.8V), 0.16 sec/60° (6.0V)
  • Operating Voltage: 4.8V ~ 6.6V
  • Gear Type: Metal

Resources:

Comparisons:

Specification MG995 MG946R
Stall Torque (4.8V/6V) 9.4kg·cm / 11kg·cm 13kg·cm / 15kg·cm
Operating Speed (4.8V/6V) 0.20 sec/60° / 0.16 sec/60° 0.17 sec/60° / 0.13 sec/60°
Dimensions (mm) 40.7 × 19.7 × 42.9 40.7 × 20.0 × 43.0
Operating Voltage 4.8V ~ 6.6V 4.8V ~ 6.6V