---
product_id: 10167889
title: "Easydriver Board Drive Step Motor Kit"
brand: "tinysine"
price: "€ 3.84"
currency: EUR
in_stock: false
url: https://www.desertcart.be/products/10167889-easydriver-board-drive-step-motor-kit
store_origin: BE
region: Belgium
---

# Easydriver Board Drive Step Motor Kit

**Brand:** tinysine
**Price:** € 3.84
**Availability:** ❌ Out of Stock

## Quick Answers

- **What is this?** Easydriver Board Drive Step Motor Kit by tinysine
- **How much does it cost?** € 3.84 with free shipping
- **Is it available?** Currently out of stock
- **Where can I buy it?** [www.desertcart.be](https://www.desertcart.be/products/10167889-easydriver-board-drive-step-motor-kit)

## Best For

- tinysine enthusiasts

## Why This Product

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

## Description

EasyDriver stepper motor drive is easy to use, can work with any Pulse signal equipment which output is 0-5V (3V please Short circuit SJ2) .  Kit include： 1pcs Easydriver board  1pcs 142 hybrid 2 phase 4-wire stepper motor 1pcs middle breadboard 10pcs jumper wires  CODE#define DIR_PIN 2 #define STEP_PIN 3void setup() { pinMode(DIR_PIN, OUTPUT); pinMode(STEP_PIN, OUTPUT); }void loop(){ //rotate a specific number of degrees rotateDeg(360, 1); delay(1000); rotateDeg(-360, .1); //reverse delay(1000); //rotate a specific number of microsteps (8 microsteps per step) //a 200 step stepper would take 1600 micro steps for one full revolution rotate(1600, .5); delay(1000); rotate(-1600, .25); //reverse delay(1000); }void rotate(int steps, float speed){ //rotate a specific number of microsteps (8 microsteps per step) - (negitive for reverse movement) //speed is any number from .01 -> 1 with 1 being fastest - Slower is stronger int dir = (steps > 0)? HIGH:LOW; steps = abs(steps); digitalWrite(DIR_PIN,dir); float usDelay = (1/speed) * 70; for(int i=0; i digitalWrite(STEP_PIN, HIGH); delayMicroseconds(usDelay); digitalWrite(STEP_PIN, LOW); delayMicroseconds(usDelay); } }void rotateDeg(float deg, float speed){ //rotate a specific number of degrees (negitive for reverse movement) //speed is any number from .01 -> 1 with 1 being fastest - Slower is stronger int dir = (deg > 0)? HIGH:LOW; digitalWrite(DIR_PIN,dir); int steps = abs(deg)*(1/0.225); float usDelay = (1/speed) * 70; for(int i=0; i digitalWrite(STEP_PIN, HIGH); delayMicroseconds(usDelay); digitalWrite(STEP_PIN, LOW); delayMicroseconds(usDelay); } }

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Manufacturer | Tinysine |
| Certification | ABS |

## Images

![Easydriver Board Drive Step Motor Kit - Image 1](https://m.media-amazon.com/images/I/41cMEOwRVmL.jpg)
![Easydriver Board Drive Step Motor Kit - Image 2](https://m.media-amazon.com/images/I/51WmrxnktdL.jpg)

---

## 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.be/products/10167889-easydriver-board-drive-step-motor-kit](https://www.desertcart.be/products/10167889-easydriver-board-drive-step-motor-kit)

---

*Product available on Desertcart Belgium*
*Store origin: BE*
*Last updated: 2026-05-05*