---
product_id: 375874580
title: "10 pair 8mm Micro Stepper Motor 2-Phase 4-Wire DC 5-6V with Connection line +gear"
brand: "abovehill"
price: "₹ 3060"
currency: INR
in_stock: true
reviews_count: 3
category: "Abovehill"
url: https://www.desertcart.in/products/375874580-10-pair-8mm-micro-stepper-motor-2-phase-4-wire
store_origin: IN
region: India
---

# 5-6V low power drive Dual-shaft length with copper gear 8mm precision micro motor 10 pair 8mm Micro Stepper Motor 2-Phase 4-Wire DC 5-6V with Connection line +gear

**Brand:** abovehill
**Price:** ₹ 3060
**Availability:** ✅ In Stock

## Summary

> ⚡ Micro Power, Macro Impact: Step into precision engineering!

## Quick Answers

- **What is this?** 10 pair 8mm Micro Stepper Motor 2-Phase 4-Wire DC 5-6V with Connection line +gear by abovehill
- **How much does it cost?** ₹ 3060 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.in](https://www.desertcart.in/products/375874580-10-pair-8mm-micro-stepper-motor-2-phase-4-wire)

## Best For

- abovehill enthusiasts

## Why This Product

- Trusted abovehill brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Dual Shaft Versatility:** Includes paired motors with 4mm and 3.5mm output shafts plus durable 2.2mm copper gears for flexible integration.
- • **Energy-Efficient Drive:** Operates at a low 0.12A current on 5-6V, ensuring minimal power consumption without sacrificing performance.
- • **Compact Precision Power:** Ultra-compact 8mm diameter with 8.2mm height fits seamlessly into your sleekest digital devices.
- • **Plug-and-Play Connectivity:** Color-coded 4-wire configuration simplifies wiring and speeds up your prototyping or production process.
- • **Reliable & Ready for Precision:** Ideal for autofocus and zoom mechanisms, these motors deliver smooth, noiseless microstepping with modern drivers.

## Overview

This set of 10 pairs of 8mm two-phase, four-wire micro stepper motors offers precision control with low power consumption (5-6V, 0.12A). Designed for compact digital applications like camera autofocus and small appliances, each motor features dual shaft lengths (4mm & 3.5mm) and robust 2.2mm copper gears. Color-coded wiring ensures easy integration, making these motors a must-have for professionals seeking reliable, noiseless microstepping performance in miniature form factors.

## Description

product description: Stepper motor diameter: 8 MM Height: 8.2 MM Type: Two-phase four-wire Long axis (blue: A +, black: A-. Red: B +, white: B-) Short-axis (purple: A +, yellow: B-. Orange: B +, green: B-) Phase internal resistance: 39.2 ohms 6 V short-circuit current: 0.14 A (Estimated phase voltage is 5V-6V, driving current is about 0.12A) Output shaft diameter: 1.5 MM Output shaft length: long axis 4MM, short axis 3.5MM. Outer diameter of copper gear: 2.2 MM (9 teeth, 0.2 modulus) Shipping list: 10 pairs of 8mm two-phase four-wire stepper motors

Review: For some reason the listing doesn't provide any details about what part these are. They are, specifically, PM08-2 stepper motors. So from that, its pretty easy to find spec sheet with coil polarity, current, and all the dimensional information. These are typically used for autofocus and/or zoom mechanisms in lenses, so they're a very common stepper motor. So far all the ones I've tested in the pack worked. They're easy to drive, generally with a dedicated stepper controller, although you can kind of drive them directly from a microcontroller, but you've got a pretty good chance of cooking it. These, and their controller, aren't going to get hot at the very low current they run at, but it more than most microcontrollers can handle. Driving them with TMC2209 drivers works like a charm, if pretty substantial overkill. They are 18 degree steppers, so they're 20 steps per rotation on a 9 tooth gear. That's a half tooth per step, so the microstepping of a modern dedicated controller may be useful depending on what you're using it for. The brass (or copper, some PM08s are copper gears) is 2mm in diameter pressed on, and I kind of doubt you can remove it without destroying the stepper. Its a 0.2 modulus, which are unfortunately fairly pricey gears and very small even for resin printing, so interfacing with these isn't especially easy if its not simply being used as a replacement.
Review: While this motor ended up being a little too small for my usecase, I was pleasantly surprised to find that it could be driven from an Arduino's raw PWM outputs. (Just barely; the current draw is at the edge of frying the output pins). I used this code to drive it at a constant speed with the DFRobot "Beetle" Arduino: ``` void setup() { pinMode(3 , OUTPUT); pinMode(11, OUTPUT); pinMode(9 , OUTPUT); pinMode(10, OUTPUT); } void loop() { float floatTime = float(millis()); float A = (sin((floatTime * 0.03) )) * 255; float B = (sin((floatTime * 0.03) + 1.5708)) * 255; analogWrite(3, max(0, A)); analogWrite(11, max(0,-A)); analogWrite(9, max(0, B)); analogWrite(10, max(0,-B)); } ``` However driving it raw is a little noisy; putting a SilentStepStick (TMC2208) in-between got rid of the noise and ~doubled the effective torque, but the pot needs to be adjusted to keep it from getting hot. Also, the way the steppers are packed two-per-piece on a single connector isn't very convenient... Make sure to pay attention to the description's pinout order; here's the mapping I used for the StepStick's pinout to the description to the wire colors: 2B = "A-" = Black or Yellow 2A = "A+" = Blue or Purple 1A = "B+" = Red or Orange 1B = "B-" = White or Green

## Features

- 1. This is a precision 8MM micro stepping motor, widely used in digital products such as digital cameras and other small appliances.
- 2.Suitable for voltage 5-6V, driving current is 0.12A, short-circuit current is 0.14A.
- 3. Each pair of motors is bundled by two motors, the output shaft length is 4mm and 3.5mm respectively, and the gears are installed separately.
- 4. Motor diameter: 8mm, motor height: 8.2mm, output shaft diameter: 1.5mm, gear outer diameter: 2.2mm
- 5. Distribution of long-axis motor connection lines: (blue: A +, black: A-. Red: B +, white: B-) Short-axis motor connection line distribution: (purple: A +, yellow: B-. Orange: B +, green: B-)

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B08346RFVZ |
| Manufacturer | abovehill |
| Product Dimensions | 1.22 x 0.79 x 0.79 cm; 57.83 g |

## Product Details

- **Brand:** Abovehill
- **Model name:** gear
- **Product dimensions:** 12W x 8H millimeters
- **Speed:** 2000 RPM
- **Voltage:** 6 Volts

## Images

![10 pair 8mm Micro Stepper Motor 2-Phase 4-Wire DC 5-6V with Connection line +gear - Image 1](https://m.media-amazon.com/images/I/61Mrx175NvL.jpg)

## Questions & Answers

**Q: Can you please link a driver that will work with these?**
A: I would probably recommend 8834 driver, but I couldn't get those so I'm using a sn754410 w/an arduino. Try not exceeding 5v continuous voltage as the motor will heat up.

**Q: How many steps per rotation?**
A: 20

**Q: Do these motors come with a driver attached?**
A: No driver, just the motor. Can be easily driven with ttl level signals.

**Q: What is the step angle or steps per rev?**
A: There appear to be 20 one-phase steps according to my tests.

## Customer Reviews

### ⭐⭐⭐⭐⭐ Review
*by G***G on 10 June 2024*

For some reason the listing doesn't provide any details about what part these are. They are, specifically, PM08-2 stepper motors. So from that, its pretty easy to find spec sheet with coil polarity, current, and all the dimensional information. These are typically used for autofocus and/or zoom mechanisms in lenses, so they're a very common stepper motor. So far all the ones I've tested in the pack worked. They're easy to drive, generally with a dedicated stepper controller, although you can kind of drive them directly from a microcontroller, but you've got a pretty good chance of cooking it. These, and their controller, aren't going to get hot at the very low current they run at, but it more than most microcontrollers can handle. Driving them with TMC2209 drivers works like a charm, if pretty substantial overkill. They are 18 degree steppers, so they're 20 steps per rotation on a 9 tooth gear. That's a half tooth per step, so the microstepping of a modern dedicated controller may be useful depending on what you're using it for. The brass (or copper, some PM08s are copper gears) is 2mm in diameter pressed on, and I kind of doubt you can remove it without destroying the stepper. Its a 0.2 modulus, which are unfortunately fairly pricey gears and very small even for resin printing, so interfacing with these isn't especially easy if its not simply being used as a replacement.

### ⭐⭐⭐⭐ Review
*by J***. on 22 February 2022*

While this motor ended up being a little too small for my usecase, I was pleasantly surprised to find that it could be driven from an Arduino's raw PWM outputs. (Just barely; the current draw is at the edge of frying the output pins). I used this code to drive it at a constant speed with the DFRobot "Beetle" Arduino: ``` void setup() { pinMode(3 , OUTPUT); pinMode(11, OUTPUT); pinMode(9 , OUTPUT); pinMode(10, OUTPUT); } void loop() { float floatTime = float(millis()); float A = (sin((floatTime * 0.03) )) * 255; float B = (sin((floatTime * 0.03) + 1.5708)) * 255; analogWrite(3, max(0, A)); analogWrite(11, max(0,-A)); analogWrite(9, max(0, B)); analogWrite(10, max(0,-B)); } ``` However driving it raw is a little noisy; putting a SilentStepStick (TMC2208) in-between got rid of the noise and ~doubled the effective torque, but the pot needs to be adjusted to keep it from getting hot. Also, the way the steppers are packed two-per-piece on a single connector isn't very convenient... Make sure to pay attention to the description's pinout order; here's the mapping I used for the StepStick's pinout to the description to the wire colors: 2B = "A-" = Black or Yellow 2A = "A+" = Blue or Purple 1A = "B+" = Red or Orange 1B = "B-" = White or Green

### ⭐⭐⭐ Review
*by J***. on 5 December 2022*

The product arrived in a timely fashion, exactly as described; however, other than one line written on the outside of the package describing the contents, there was no information included on this product; no suggestions on how to run it; and no links online for more information about it. Why has including instructions on a product ordered online become something companies feel no obligation to do anymore?

## Frequently Bought Together

- Abovehill 10 pair 8mm Micro Stepper Motor 2-Phase 4-Wire DC 5-6V with Connection line +gear
- Acxico 10Pcs DC 5V 2-Phase 4-Wire Micro Mini Ultra-Tiny 4 mm Precision Stepper Motor DIY
- Acxico 2 pcs Mini 5mm 2-Phase 4-Wire 3V 5V Planetary Gear Stepper Motor Linear Screw Slider

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.in/products/375874580-10-pair-8mm-micro-stepper-motor-2-phase-4-wire](https://www.desertcart.in/products/375874580-10-pair-8mm-micro-stepper-motor-2-phase-4-wire)

---

*Product available on Desertcart India*
*Store origin: IN*
*Last updated: 2026-04-27*