Select Language:
فارسی انگلیسی
Shopping Cart: (0) items
Welcome, Dear User
Online support
Live Support
Categories
Notifications
NotificationsNotify me of updates to TB6600 Stepper Motor Driver
Shopping Cart
 
0 items
Compare list
No products added for compare!
Login
Email Address:
Password:

Forgot your password?
Create an account
Products Tags
Articles
New Articles
All Articles
All Topics
 Other Articles
Articles RSS Feed

TB6600 Stepper Motor Driver[ROB-00089]products model : ROB-00089

TB6600 Stepper Motor Driver
Price: $14.36
 
 
TB6600 Stepper Motor DriverTB6600 Stepper Motor DriverTB6600 Stepper Motor DriverTB6600 Stepper Motor Driver
TB6600 Stepper Motor Driver

Introduction

TB6600 arduino Stepper Motor Driver is an easy-to-use professional stepper motor driver, which could control a two-phase stepping motor. It is compatible with Arduino and other microcontrollers that can output a 5V digital pulse signal. TB6600 arduino stepper motor driver has a wide range power input, 9~42VDC power supply. And it is able to output 4A peak current, which is enough for the most of stepper motors. The stepper driver supports speed and direction control. You can set its micro step and output current with 6 DIP switch. There are 7 kinds of micro steps (1, 2 / A, 2 / B, 4, 8, 16, 32) and 8 kinds of current control (0.5A, 1A, 1.5A, 2A, 2.5A, 2.8A, 3.0A, 3.5A) in all. And all signal terminals adopt high-speed optocoupler isolation, enhancing its anti-high-frequency interference ability. As a professional device, it is able to drive 57, 42-type two-phase, four-phase, hybrid stepper motor.

Note: this is a upgrade version of TB6600 Stepper Motor Driver.

Features

  • Support 8 kinds of current control
  • Support 7 kinds of micro steps adjustable
  • The interface adopts high-speed optocoupler isolation
  • Automatic semi-flow to reduce heat
  • Large area heat sink
  • Anti-high-frequency interference ability
  • Input anti-reverse protection
  • Overheat, over current and short circuit protection

Specification

  • Input Current: 0~5A
  • Output Current: 0.5~4.0A
  • Control Signal: 3.3~24V
  • Power (MAX): 160W
  • Micro Step: 1, 2/A, 2/B, 4, 8, 16, 32
  • Temperature: -10~45℃
  • Humidity: No Condensation
  • Weight: 0.2 kg
  • Dimension: 96 * 71 * 37 mm

Quick Start

In this section, we'll show you how to use TB6600 arduino motor driver quickly. More detail could be found on the User Guide.

Rquirements

Connection Diagram

Arduino TB6600 Stepper Motor

  1. In this tutorial, we'll use a bipolar stepper motor, 1.8 step angle, 1.7A
  2. Set current: 1.7A
  3. Set Micro Step: 32
  4. Connect a 9~42V DC power supply

Up: OFF; Down: "ON"

Sample Code

int PUL=7; //define Pulse pin
int DIR=6; //define Direction pin
int ENA=5; //define Enable Pin
void setup() {
  pinMode (PUL, OUTPUT);
  pinMode (DIR, OUTPUT);
  pinMode (ENA, OUTPUT);
}
void loop() {
  for (int i=0; i<6400; i++)    //Forward 5000 steps
  {
    digitalWrite(DIR,LOW);
    digitalWrite(ENA,HIGH);
    digitalWrite(PUL,HIGH);
    delayMicroseconds(50);
    digitalWrite(PUL,LOW);
    delayMicroseconds(50);
  }
  for (int i=0; i<6400; i++)   //Backward 5000 steps
  {
    digitalWrite(DIR,HIGH);
    digitalWrite(ENA,HIGH);
    digitalWrite(PUL,HIGH);
    delayMicroseconds(50);
    digitalWrite(PUL,LOW);
    delayMicroseconds(50);
  }
}

Result

The stepper motor rotates 6400 steps (a cycle), and reverses 6400 steps (a cycle).

Comments

  • When “EN” is Low, the motor is in a free states (Off-line mode). In this mode, you can adjust the motor shaft position manually; when “EN” is High (Vacant), the motor will be in an automatic control mode.
  • "Direction" is the motor direction signal pin,
  • "PULSE" is the motor pulse signal pin. Once the driver get a pulse, the motor move a step.
Add to Compare list Reviews Back
Customers who bought this product also purchased
TB6560- کنترل تا 1/16 stepper motor driver board 3A
TB6560- کنترل تا 1/16 stepper motor driver board 3A
Arduino Pro Mini 5.0V
Arduino Pro Mini 5.0V
Analogue Ampermeter 85C1 20mA DC
Analogue Ampermeter 85C1 20mA DC
serial bluetooth HC-06
serial bluetooth HC-06
"Nextion Basic NX3224T024 - Generic 2.4'' HMI Touch Display "
"Nextion Basic NX3224T024 - Generic 2.4'' HMI Touch Display "
Miniature Joystick
Miniature Joystick
Solid State Relays G3MB-202P-12VDC 4 feet 2A240VAC
Solid State Relays G3MB-202P-12VDC 4 feet 2A240VAC
1602 Characteric LCD 16PIN Module BLUE
1602 Characteric LCD 16PIN Module BLUE
USB Charge Volt Ampere Monitoring
USB Charge Volt Ampere Monitoring
ZMCT103C Current Transformer Used for Protecting Motor
ZMCT103C Current Transformer Used for Protecting Motor
DRV8825 Stepper Motor Driver
DRV8825 Stepper Motor Driver
9V Battery Snap Connector with Power Plug
9V Battery Snap Connector with Power Plug
DC Power Jack Socket DC-022
DC Power Jack Socket DC-022
Mini RS232 To TTL MAX3232 Converter Adaptor Module Serial Port Arduino
Mini RS232 To TTL MAX3232 Converter Adaptor Module Serial Port Arduino
Terminals wire connector row column quickly spring pressing docking two CH-2
Terminals wire connector row column quickly spring pressing docking two CH-2
+ Volume 3W Stereo Amplifier PAM8403
+ Volume 3W Stereo Amplifier PAM8403
Inching digital Arduino TTP223B touch capacitive touch
Inching digital Arduino TTP223B touch capacitive touch
5V 10A 4 Channel Relay Board Module with opto isolator
5V 10A 4 Channel Relay Board Module with opto isolator
inebea 47.3MM 2 phase 4 wire 42 stepper motor 1.8 degrees 0.5N.m
inebea 47.3MM 2 phase 4 wire 42 stepper motor 1.8 degrees 0.5N.m
Arduino Mega2560 R3
Arduino Mega2560 R3
Arduino MEGA2560 R3 development board development board acrylic shell
Arduino MEGA2560 R3 development board development board acrylic shell
5mW 650nM Red Laser with Poin Beam
5mW 650nM Red Laser with Poin Beam
Analogue Ampermeter 85C1 50mA DC
Analogue Ampermeter 85C1 50mA DC
L298N Dual H Bridge DC Stepper Motor Driver Module Controller Board For Arduino
L298N Dual H Bridge DC Stepper Motor Driver Module Controller Board For Arduino
12V Peristaltic Liquide Pump Right
12V Peristaltic Liquide Pump Right
Encoder Module
Encoder Module
Micro HDMI to HDMI Adapter
Micro HDMI to HDMI Adapter
Miniature hydrochloric acid pump AC24V 9W
Miniature hydrochloric acid pump AC24V 9W
Line Tracking Sensor
Line Tracking Sensor
I2C Driver for 16x2 Character LCD
I2C Driver for 16x2 Character LCD
Reflective Photosensor - RPR220
Reflective Photosensor - RPR220
AMS1117-3.3 Fiexed Voltage Regulator
AMS1117-3.3 Fiexed Voltage Regulator
L298P PWM Speed Controller Dual High-Power H-bridge Driver ,Bluetooth Interface, L298P Motor Shield Board for Arduino
L298P PWM Speed Controller Dual High-Power H-bridge Driver ,Bluetooth Interface, L298P Motor Shield Board for Arduino
30W DC Motor Speed Controller (PWM)
30W DC Motor Speed Controller (PWM)
"Mini DC Voltage Step-Down Regulator (Mini-360)  "
"Mini DC Voltage Step-Down Regulator (Mini-360) "
Servo Tester
Servo Tester
PIR HC-SR501 Motion Sensor
PIR HC-SR501 Motion Sensor
Step-Down Converter Based on LM2596
Step-Down Converter Based on LM2596
MG995  180° High Torque Standard Servo Motor
MG995 180° High Torque Standard Servo Motor
PWM DC Motor Speed Controller 6-90V DC
PWM DC Motor Speed Controller 6-90V DC
10K Ohm Potentiometer Joystick JH-D400X-R4
10K Ohm Potentiometer Joystick JH-D400X-R4
Single Axis 360 Degree TTL Inclinometer
Single Axis 360 Degree TTL Inclinometer
Sabertooth Dual 25A DC Motor Driver
Sabertooth Dual 25A DC Motor Driver
5.8G TX2000mw 2W + RC805 Illustrated FPV aerial wireless remote! transmitter
5.8G TX2000mw 2W + RC805 Illustrated FPV aerial wireless remote! transmitter
5A Hall Effect Current Sensor ACS712ELCTR-05B
5A Hall Effect Current Sensor ACS712ELCTR-05B