Product Page

MG996R Metal Gear Servo Motor In Pakistan | microsolution.com.pk

 2,500

[yith_wcwl_add_to_wishlist]

Need some help?

Contact Us

Product Ships in

2-3-business Days

Payment Methods:

MG996R Metal Gear Servo Motor 180 Degree Servo Motor For Arduino(metal Gear)

 

MG996R Metal Gear Servo Motor MG946 Servo Motor For Arduino is equipped with very good quality DC motor and a thicker connection cable than other servo motors that we sell, hence we are selling it as a Good Quality Servo Motor. It has metal gears which makes it robust and reliable motor. These MG995 TowerPro Servo Motors are the high-speed servo motors with the mighty torque of 13 kg/cm.

They are compatible with all the applications that use the genuine TowerPro MG995 Servo Motor because of their same size, comparable quality, and optimized performance. This pack contains TowerPro MG995 Servo High-Speed Digital Metal Gear Servo Motor with CNC Aluminum Steering Servo Horn Arm. The Aluminum Steering Servo Horn Arm is having good strength and ready for your high power application. This is 25 teeth horn which has an overall length of 30mm with 2mm thickness.

The optimized performance and reliability of this servo have made it the favorite choice of many RC hobbyists.The TowerPro MG995 High-Speed Digital Servo Motor rotates 90° in each direction making it 180° servo motor. It is a Digital Servo Motor which receives and processes PWM signal faster and better. It equips sophisticated internal circuitry that provides good torque, holding power, and faster updates in response to external forces.

They are packed within a tight sturdy plastic case which makes them water and dust resistant which is a very useful feature in RC planes, Boats, and RC Monster Trucks etc. It equips 3-wire JR servo plug which is compatible with Futaba connectors too.

Key Specifications

  • Rotation Angle: 180 degrees (0° to 180° standard angular control)
  • Operating Voltage: 4.8V to 7.2V DC
  • Stall Torque: 9.4 kg-cm at 4.8V, up to 11–15 kg-cm at 6.0V (depending on the specific batch/manufacturer variant)
  • Operating Speed: 0.17 sec/60° at 4.8V; 0.13 sec/60° at 6.0V (no load)
  • Gear Type: Full metal gears for enhanced durability
  • Weight: 55g
  • Dimensions: 40.7 mm × 19.7 mm × 42.9 mm 

Pinout & Wiring Connections

The servo features a standard 3-pin female connector:
  • Brown / Black wire: Ground (GND) – Connect to Arduino GND
  • Red wire: Voltage (VCC, 4.8V–7.2V) – Connect to an external 5V power source or Arduino 5V (Note: an external power supply is strongly recommended under load to prevent resets)
  • Orange / Yellow wire: PWM Signal – Connect to a digital PWM pin on the Arduino (e.g., Pin 9) 

Basic Arduino Code Example

You can control the MG996R using the built-in Arduino Servo library:
cpp
#include <Servo.h>

Servo myservo;  // Create servo object to control the servo

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

void loop() {
  myservo.write(0);    // Tell servo to go to 0 degrees
  delay(1000);         // Waits 1 second
  myservo.write(90);   // Tell servo to go to 90 degrees
  delay(1000);         // Waits 1 second
  myservo.write(180);  // Tell servo to go to 180 degrees
  delay(1000);         // Waits 1 second
}
Categories: , , , Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,