I'm in a bit of a fix. We're setting up an installation with 10 motors in a weeks time. I was using small motors with very little power because they were super cheap but I needed more juice. I came across this ebay site with really cheap Stepper Motors (cnc4you on eBay). The guy was super helpful and really nice but he doesn't know much about Arduinos. I would recommend him to anyone making CNC equipment! I didn't want a 4-axis pre-built driver though...
Anyone had luck with the L297/L298 controller? I'm a little hesitant to start on a board from scratch with my time pressure at hand. The comments on attempts get a bit detailed and confusing. http://www.w-r-e.de/robotik/data/treiber/l297_appnote_1734.pdf
I found this driver for DC motors from hobby engineering. Can I use it for my steppers? I have the 2 wire stepper configuration from the Arduino site which I tried on a smaller motor but can I use a DC driver like this one: L298 Motor Driver Dual H-Bridge Electronic Kit – Hobby Engineering?
If time is an issue you are best off with a motor driver module, like the one you identified from Solarbotics (the L298 one) or our own Rugged Motor Driver. Really, if that will work depends upon the voltage you are applying and the current you want to pump into each phase. It sounds like 24V is the voltage given the power supply you bought but I'm not sure you mentioned what the per-phase coil current is for the motors you bought, nor what current you WANT to run them at to get the required torque.
Any more details on your motors or application?
--
The Gadget Shield: accelerometer, RGB LED, IR transmit/receive, speaker, microphone, light sensor, potentiometer, pushbuttons
That was the idea behind the Adafruit but in getting the motor to just spin, I blew out the transistor. I've attached the two data sheets I have for it.
I initially had it rigged to a 24V 0.8A power supply from Maplin running through a Darlington array and it grunted a little bit but never spun. Thus the increased amps.
It's still not entirely clear to me how I control the amperage going into the motor which is also why I'm depending on the motor driver. How do I know the Rugged Motor Driver won't blow out? It's only rated to 2.8A whilst the motor is 1.3-4.
The application: It is running a vertical assembly up and down with bits of timber (as light as possible) and some bending sheet material. The weight is as yet unknown which is why I'd like the protection of a bigger motor.
The motor info link is a duff, nothing is shown in the displayable document.
You need to know what current you want to drive. Four amps per coil is a lot of power, you will have to have a driver that has separate FETs for this.
There are two ways of limiting the current. One is by applying the appropriate voltage to the coils, the other is by using a chopping driver. These have current sensing resistors and turn off the voltage when the current rises to the value set. Therefore you get the chopping effect on the voltage. This has the advantage of being able to get the maximum speed out of a motor.
It sounds like you are applying too much voltage either for the motor or your driver.
There's no such thing as a 24V 4A Nema 23 stepper motor - it would require forced liquid cooling. If its 4A its probably about 2V or so - high current motors like this should be driven with a current-limiting driver. The supply can be 24V in this case as the driver does buck conversion - high voltage means the motors can be driven faster (this extra voltage overcomes the back-EMF and does useful work).
I suspect the original spec meant there was a 24V driver circuit available for it.
Basically there are two approaches to stepper motor design - one uses high resistance windings to limit the current so that they can be voltage driven and not burn out. These motors can't spin very fast. The other uses low-resistance low-inductance windings to maximize operating frequency and these are designed for constant-current drive and are capable of high-performance.
The motor is actually 24-50V, 1.3-4A. It has very low resistance in the motor--the distributor told me that. I was looking into a current limiter but got lost in the pre-made driver boards
Ah yes, the voltage is just a recommendation for driver circuitry. I note there are some fairly cheap and well featured 3- and 4-axis stepper controllers on ebay - should be something that can handle that kind of current (you don't necessarily need to run a motor at its full current, BTW, so a controller where you can tune the current is a good idea). They tend to have a parallel port connector but the control is usually a 5V logic step and a direction signal per axis. Microstepping is good if you can afford it - motors run much smoother and more quietly.