Skip to Content

MG90S Micro Servo Full Metal Gear 180 Degree

MG90S Micro Servo Motor – Full Metal Gear (180°)

The MG90S is a compact and high-performance micro servo with durable full metal gears, designed for applications requiring precise control in tight spaces. With high torque output and improved gear strength over plastic alternatives, it is ideal for robotics, RC models, and Arduino projects.

Features

  • Full metal gear construction for durability and high torque handling

  • 180° rotation for a wide range of motion

  • Fast response time with precise angle control

  • Lightweight and compact design

  • Compatible with most servo libraries and microcontrollers

Specifications

ParameterValue
Operating Voltage4.8V to 6V
Torque @ 4.8V1.8 kg·cm
Torque @ 6V2.2 – 2.5 kg·cm
Speed @ 4.8V0.1s/60°
Speed @ 6V0.08s/60°
Gear TypeFull Metal
Weight~13.5g
Dimensions22.8 x 12.2 x 28.5 mm
Rotation Angle0° to 180°
Motor TypeCoreless DC Motor
Control SignalPWM (1ms–2ms)
Connector3-pin (VCC, GND, Signal)

Arduino Wiring Guide

MG90S PinDescriptionArduino Pin
BrownGNDGND
RedVCC (5V)5V
OrangeSignalD9 (PWM)

Sample Arduino Code

cpp
CopyEdit
#include <Servo.h> Servo myServo; void setup() { myServo.attach(9); myServo.write(90); // Set to center position } void loop() { myServo.write(0); // Move to 0° delay(1000); myServo.write(180); // Move to 180° delay(1000); }

This code uses the built-in Servo library. It sweeps the servo from 0 to 180 degrees.

Applications

  • Arduino-controlled pan/tilt systems

  • Small robotic arms and legs

  • RC airplanes, cars, and boats

  • Animatronics and motion control setups

  • Precise angular movement in compact builds


https://youtu.be/UeLOUQrxpZo?si=-QQcsCPqBAn5zgN0

170.00 LE 170.00 LE

This combination does not exist.

Servo Motor