Datasheet: Emax Es08ma Ii

void setup() myServo.attach(9); // Signal on pin 9 // The Servo library automatically uses 5-10 microsecond dead band

The ES08MA II occupies the "sweet spot." It is significantly more durable than the SG90 (which strips easily), but 1/4th the price of the Hitec HS-65MG. For hobbyists on a budget who need metal gears, this is the default choice. Part 6: Wiring and Control Signal (From Datasheet) The wiring standard is consistent with the datasheet’s pinout diagram: Emax Es08ma Ii Datasheet

With a speed of 0.10 seconds at 6V, this is considered a medium-fast servo. It is not a race servo (like a 0.06 sec unit), but it is perfectly adequate for flight control surfaces on a 1-meter wingspan plane or dynamic leg movement in a small robot. 2.3 Torque (Stall) | Voltage | Torque (oz-in) | Torque (kg-cm) | | :--- | :--- | :--- | | 4.8V | 21.7 oz-in | 1.6 kg-cm | | 6.0V | 25.0 oz-in | 1.8 kg-cm | void setup() myServo

void loop() myServo.write(0); // 1.0ms pulse (CCW) delay(1000); myServo.write(90); // 1.5ms pulse (Center) delay(1000); myServo.write(180); // 2.0ms pulse (CW) delay(1000); It is not a race servo (like a 0

| Feature | | TowerPro SG90 | Hitec HS-65MG | Emax ES08A (Nylon) | | :--- | :--- | :--- | :--- | :--- | | Gears | Metal | Nylon | Metal | Nylon | | Torque (6V) | 1.8 kg-cm | 1.2 kg-cm | 1.9 kg-cm | 1.5 kg-cm | | Speed (6V) | 0.10 sec | 0.10 sec | 0.11 sec | 0.09 sec | | Weight | 13.4g | 9g | 12g | 13g | | Price | $5 - $8 | $2 - $4 | $25 - $30 | $4 - $6 | | Best For | Durability/value | Cheap prototypes | Precision RC | Lightweight planes |