Bi-polar stepping motor
Jonathan Allison
Posts: 96
Ok I've been doing a bit of research on bipolar motors and most of the post here seem to be somewhat inconclusive. Although in one post I read you can use 8 bs2 pins and a darlington array to control them or alternativley some other chip. I'm interesting in using 8 of the bs2 pins, does anyone have any schematics of this or know of any good resources pertaining to the bs2 / bi-polar steppers?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Johnny
Post Edited (Jonathan Allison) : 2/24/2005 4:28:03 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Johnny
Post Edited (Jonathan Allison) : 2/24/2005 4:28:03 PM GMT
Comments
As I have done this before and it works very well and is SO much easier that what you are thinking of trying I will tell you:
Go find some old floppy drives. 5 1/4" or 3 1/2" work fine. the larger ones have bigger motors. They already have all the driver circuit boards built and require only 2 signals. one for direction and one for step.
check out this link for better info.
http://jewel.morgan.edu/~tmalone/dskdrv/dskdrv.html
or better yet this:
http://www.doc.ic.ac.uk/~ih/doc/stepper/tm100/
I have used this information to built 2 very accurate coil winding machines for next to nothing. ($5.00 a piece for old floppy drives at goodwill or salvation army)
You can send the signals from the PC parallel port or a basic stamp. I use Winbatch http://winbatch.com and win95 (better access to the port than on an NT kernal like XP which uses a HAL)
works great.
good luck,
-Steers
With a unipolar, you just need to send current through 1 or 2 of 4 windings in the right sequence, and the motor runs. The current either passes in the same direction through any coil, or no current flows.
With a bipolar, you need to pull one wire low while pulling the other wire high to send current through in one direction, then pull the low end high and the high end low to send current through in the other direction. So the driving circuitry is more complicated. Since each wire needs both a high-pulling switch and a low-pulling switch, the driver circuit looks like an H, where the coil is the bar of the H, so drivers are sometimes called H-bridges.
Sure, your stamp could run the motor, but you need to know what you're doing with controlling the power switches - if you accidently turn on both the high and the low switch, things would not go smoothly in your circuit!
You can buy H-bridge drivers for not too much, if you just want to run your motor for some project.
David
AG
Thanks AG, I'll let you know.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Johnny