Propeller and a micro stepper help
grasshopper
Posts: 438
I am having trouble with a stepper motor propeller combo.
Running the code and IC listed in Nuts and Volts "spin baby spin" www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol7/col/NV134.pdf
Running the code and the IC listed in Nuts and Volts ""Stepping out with spin" www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol7/col/NV136.pdf
My stepper motor just pulse left to right. The data sheet for my stepper motor list the phase as this.
PhaseA + - - +
PhaseB + + - -
Its a 20 steps per revolution 2 phase stepper.
Perhaps my wiring is messed up? Any help is appreciated.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit my site -> [url=Http://www.rawcircuits.com]www.rawcircuits.com[/url]
Running the code and IC listed in Nuts and Volts "spin baby spin" www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol7/col/NV134.pdf
Running the code and the IC listed in Nuts and Volts ""Stepping out with spin" www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol7/col/NV136.pdf
My stepper motor just pulse left to right. The data sheet for my stepper motor list the phase as this.
PhaseA + - - +
PhaseB + + - -
Its a 20 steps per revolution 2 phase stepper.
Perhaps my wiring is messed up? Any help is appreciated.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit my site -> [url=Http://www.rawcircuits.com]www.rawcircuits.com[/url]
Comments
I have used the circuit in the NutsVolts on my prop board with good results. I was using the 4-phase stepper that Parallax sells. I tried another stepper that I pulled out of an Epson printer, and it just did a little jiggle left and right also. I found that I had to drive it from an external supply.
I haven't delt with 2-phase steppers, but you can find a good article here:
http://www.seattlerobotics.org/encoder/may98/steppers.html
Also try and swap the motor leads around. I had to do that once even though I swore I had them hooked up right!
P.S. Your ebay BS2P24/40 is the perfect foundation of a dual Vmusic2 project that I am doing for a local Library.
Jim
So... when are you going to turn your X-Project into a kit?
AND... I have micro steppers all over my basement... but no data sheets[noparse]:)[/noparse] In the long term, I would like to create a set-up with a variable power supply and iterative software that looks for the right connections and voltages. Or, if someone more advanced than myself would like to offer such a solution, I'd be willing to offer a small incentive[noparse]:)[/noparse]
Nice work.
Rich
I have two attached to a small x-y table that really bugs me, because it allows for incredible positioning accuracy... and it last worked about 15 years ago... lost all the supporting software along the way. I've gone to the manufacturer, who was sold in the meantime. A complete dead end.
It can't be that hard. I need to hack together a variable power supply and try to tackle it myself.
I have my hands full right now, I'll get back to you.
I really like your X project.
Rich
Jason
http://en.wikipedia.org/wiki/Stepper_motor
and
http://electojects.com/motors/stepper-motors-2.htm
Jim
An engine has 4 steps in full mode.
step is in the middle of a total of 8.
If you work in micro steps, and you have to interpolate using PWM
The outline missing diodes not to break the l293
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Did the curiosity kill the cat?
......................................
Jason
Jason
To get more torque, most drivers do what you did and actvate two neighboring coils at the same time. That looks like 0011, 0110, 1100, 1001.
When I said 'shared bit', I meant the bit that is common between two successive steps, which also means the motor coil that is common between two successive steps. It's actually a little easier to think of if you start with the 'single coil' sequence I wrote above. 0001, 0010 represent two of the steps, and the 1 bits specify which motor coils to engage. To put a half step between these, you just turn on BOTH coils in between these two steps, like this: 0001, 0011, 0010.
If you are starting with the 'double coil' steps, to add the half steps you need to figure out which coil (bit) is on in a pair of successive steps and insert a new step with only that coil (bit) on, so 0011, 0010, 0110.
Sorry - I'm typing this on a phone, so I can't do graphics easily. [noparse]:)[/noparse]
Jason
IE feed one signal direct into the stepper motor and the other via a NOT gate
Use two not gates with a four wire motor you can reduce the signal to two inputs