DRV8811 stepper cntrl/drv alternative

jackorocko

Apr 4, 2010
1,284
Joined
Apr 4, 2010
Messages
1,284
So I have come up against another road block. I want to be able to drive some steppers that have ~3A+ current rating per coil. I like the simplicity of the DRV8811 chip because it has everything I need in one package except for the current capability.

Things I would like to have or know how to make with alternative components.

  1. Step and direction pins input to the driver
  2. At least 3A output current required
  3. Current chopper design
  4. 16 Micro-stepping
  5. In a non surface mount package

Probably a lot to ask, but I am a hobbiest (I absolutely hate surface mount crap). I would at the very least need step/dir input to the driver and 16 micro-stepping with mostly through hole components.
 

jackorocko

Apr 4, 2010
1,284
Joined
Apr 4, 2010
Messages
1,284
tb6560ahqa.png


I found this circuit on instructibles. It uses a TB6560 which from reading the datasheet is rated at a MAX 3.5A per phase. More realistically, I might get 3A per phase output with adequate heatsink.

The one thing I do not understand is whether it has microstepping. I believe it does, but they seem to use different terminology. http://www.datasheetarchive.com/
The excitation mode can be selected from 2 phase, 1-2 phase, 2W1-2 phase, and 4W1-2 phase modes using
the M1 and M2 inputs. It is capable of forward and reverse driving of a two-phase bipolar stepping motor with
CW and CCW terminals using only a clock signal.
'
I take it the excitation mode is == to microstepping? What resolution do these modes give me?

Edit: after looking at this schematic for some time I noticed one thing I am switching right off the bat. Drop the inverters, switch the step/dir input to the other input pin on the opto and use GND instead of VCC. That way I don't have to inverter my micro-controller outputs. I would rather go with HIGH as 'do something' and LOW as 'wait for something'
 
Last edited:
Top