Nano 3.0 + 2PCS A4988 Red Driver 1PCS Purple DVR8825 Reprap Stepper Drivers Set for Arduin0

Product Details
Customization: Available
Usage: Computer, Workstation, Server, Mobile phone, Laptop
Type: Wired
Gold Member Since 2025

Suppliers with verified business licenses

Audited Supplier

Audited by an independent third-party inspection agency

High Repeat Buyers Choice
More than 50% of buyers repeatedly choose the supplier
Fast Delivery
The supplier can deliver the goods within 15 days
QA/QC Inspectors
The supplier has 1 QA and QC inspection staff
R&D Capabilities
The supplier has 1 R&D engineers, you can check the Audit Report for more information
to see all verified strength labels (11)
  • Nano 3.0 + 2PCS A4988 Red Driver 1PCS Purple DVR8825 Reprap Stepper Drivers Set for Arduin0
  • Nano 3.0 + 2PCS A4988 Red Driver 1PCS Purple DVR8825 Reprap Stepper Drivers Set for Arduin0
  • Nano 3.0 + 2PCS A4988 Red Driver 1PCS Purple DVR8825 Reprap Stepper Drivers Set for Arduin0
Find Similar Products
  • Overview
  • Product Description
  • Company Information
Overview

Basic Info.

Model NO.
Nano 3.0 A4988 Red Driver DVR8825
Support Network
Ethernet
Information content
Data
Certification
CE
Condition
New
Single Gross Weight
0.100kg
Delivery Time
3days
Product Name
Nano 3.0 A4988 Reddriverdvr8825
Selling Units
Single Item
Single Package Size
26X25X15.Cm
MOQ
10
Transport Package
Standard Packing
Specification
/
Trademark
OEM
Origin
Guangdong, China
HS Code
0000000
Production Capacity
50000PCS/ Month

Product Description

Product Description

This expansion board as a driver expansion board, can be used for engraving machines, 3D printers.

It is a total of four slots, can drive four A4988 stepper motor. Each road stepper motors only need two IO ports. In other words, six IO ports can be well managed three stepper motors. Very convenient to use.
 
Two, UNO for module IO port correspondence introduction.
IO corresponding figure above
 
UNO--------------------- expansion board
8 ------------------------ EN ( stepper motor driver enable , active low )
7 ----------------------- Z.DIR (Z -axis direction control )
6 ----------------------- Y.DIR (Y -axis direction control )
5 ----------------------- X.DIR (X -axis direction control )
4 ---------------------- Z.STEP (Z -axis stepper control )
3 ---------------------- Y.STEP (Y -axis stepper control )
2 ---------------------- X.STEP (X -axis stepper control )
 
/ / The following is a simple stepper motor control procedures,
 
# define EN 8 / / stepper motor enable , active low
# define X_DIR 5 / / X -axis stepper motor direction control
# define Y_DIR 6 / / y -axis stepper motor direction control
# define Z_DIR 7 / / z axis stepper motor direction control
# define X_STP 2 / / x -axis stepper control
# define Y_STP 3 / / y -axis stepper control
# define Z_STP 4 / / z -axis stepper control
/ *
/ / Function : step . function: to control the direction of the stepper motor , the number of steps .
/ / Parameters : dir direction control , dirPin corresponding stepper motor DIR pin , stepperPin corresponding stepper motor " step " pin , Step number of step of no return value.
 
* /
void step (boolean dir, byte dirPin, byte stepperPin, int steps)
{
digitalWrite (dirPin, dir);
delay (50);
for (int i = 0; i
digitalWrite (stepperPin, HIGH);
delayMicroseconds (800);
digitalWrite (stepperPin, LOW);
delayMicroseconds (800);
}
}
void setup () {/ / The stepper motor used in the IO pin is set to output
pinMode (X_DIR, OUTPUT); pinMode (X_STP, OUTPUT);
pinMode (Y_DIR, OUTPUT); pinMode (Y_STP, OUTPUT);
pinMode (Z_DIR, OUTPUT); pinMode (Z_STP, OUTPUT);
pinMode (EN, OUTPUT);
digitalWrite (EN, LOW);
}
void loop () {
step (false, X_DIR, X_STP, 200); / / X axis motor reverse 1 ring, the 200 step is a circle.
step (false, Y_DIR, Y_STP, 200); / / y axis motor reverse 1 ring, the 200 step is a circle.
step (false, Z_DIR, Z_STP, 200); / / z axis motor reverse 1 ring, the 200 step is a circle.
delay (1000);
step (true, X_DIR, X_STP, 200); / / X axis motor forward 1 laps, the 200 step is a circle.
step (true, Y_DIR, Y_STP, 200); / / y axis motor forward 1 laps, the 200 step is a circle.
step (true, Z_DIR, Z_STP, 200); / / z axis motor forward 1 laps, the 200 step is a circle.
delay (1000);
 

 

condition original
warranty 180 days

 

DRV8825

The DRV8825 stepper motor driver carrier is a breakout board for TI's DRV8825 microstepping bipolar stepper motor driver.

The module has a pinout and interface that are nearly identical to those of our A4988 stepper motor driver carriers, so it can be used as a higher-performance drop-in replacement for those boards in many applications.

The DRV8825 features adjustable current limiting, overcurrent and overtemperature protection, and six microstep resolutions (down to 1/32-step). It operates from 8.2 - 45 V and can deliver up to approximately 1.5 A per phase without a heat sink or forced air flow (rated for up to 2.2 A per coil with sufficient additional cooling).

Features:
* Simple step and direction control interface
* Six different step resolutions: full-step, half-step, 1/4-step, 1/8-step, 1/16-step, and 1/32-step
* Can interface directly with 3.3 V and 5 V systems
* Over-temperature thermal shutdown, over-current shutdown, and under-voltage lockout
* Short-to-ground and shorted-load protection
* 4-layer, 2 oz copper PCB for improved heat dissipation
* Exposed solderable ground pad below the driver IC on the bottom of the PCB
* Module size, pinout, and interface match those of our A4988 stepper motor driver carriers in most respects (see the bottom of this page for more information)
* Adjustable current control lets you set the maximum current output with a potentiometer, which lets you use voltages above your stepper motor's rated voltage to achieve higher step rates
* Intelligent chopping control that automatically selects the correct current decay mode (fast decay or slow decay)
* 45 V maximum supply voltage
* Built-in regulator (no external logic voltage supply needed)

A4988

This product is a breakout board for Allegro's A4988 DMOS Microstepping Driver with Translator and Overcurrent Protection; please read the A4988 datasheet carefully before using this product. This stepper motor driver lets you to operate bipolar stepper motors in full-, half-, quarter-, eighth-, and sixteenth-step modes, with an output drive capacity of up to 35 V and 2 A. The translator is the key to the easy implementation of the A4988. Simply inputting one pulse on the STEP input drives the motor one microstep. There are no phase sequence tables, high frequency control lines, or complex interfaces to program.The A4988 interface is an ideal fit for applications where a complex microprocessor is unavailable or is overburdened. Feature: Simple step and direction control interface; Five different step resolutions: full-step, half-step, quarter-step, eighth-step, and sixteenth-step; Adjustable current control lets you set the maximum current output with a potentiometer, which lets you use voltages above your stepper motor's rated; Voltage to achieve higher step rates; 3.3 and 5 V compatible logic supply Intelligent chopping control that automatically selects the correct current decay mode (fast decay or slow decay); Over-temperature thermal shutdown, under-voltage lockout, and crossover-current protection; Short-to-ground and shorted-load protection.

Nano 3.0 + 2PCS A4988 Red Driver 1PCS Purple DVR8825 Reprap Stepper Drivers Set for Arduin0Nano 3.0 + 2PCS A4988 Red Driver 1PCS Purple DVR8825 Reprap Stepper Drivers Set for Arduin0

Company Information

  With " Quality Focus, Client First" as our core philosophy, Skyriver is found by a team ful of industry experience and knowledge.By Leveraging our deep understanding of the market,we are able to integrate various elements into the product Design,prudcing. The goal of Skyeriver is to build a brand combining the features of durability,fashion,elegance and personality, with is also the key factor differentiating us from other competitors.

Nano 3.0 + 2PCS A4988 Red Driver 1PCS Purple DVR8825 Reprap Stepper Drivers Set for Arduin0

Send your message to this supplier

*From:
*To:
*Message:

Enter between 20 to 4,000 characters.

This is not what you are looking for? Post a Sourcing Request Now
Contact Supplier