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:

- 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:

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 |
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:

- 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:

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 |