motor control question (1.5 - 3.0V motor)
RPratt
Posts: 19
I am working on a prototype setup for a new turnstile product idea. I put together a small desktop version (picture big enough to look normal next to a barbie doll) to work out the programming kinks with, and just used bi-color LED's to signal when the gates would be opened for traffic coming through or going out. I am to the point of moving to actual gates with motor control, and was thinking of using the small 1.5 - 3.0V hobby motor sets from Tamiya. I know with a larger motor (6V and up) I would need to look at some type of motor controller, but would that be necessary with motors this small? manufacturers specs say they are a "no load" motor at 1.5V DC, but I would rather be safe than blow out my STAMP. any advice would be greatly appreciated! thanks
Comments
BTW, there is no such thing as a no load motor. More than likely this refers to the current draw with no load on the motor. You need to figure out the max current needed for the motor and your application and make sure you can provide it. However, for the small mototrs you mentin, basically any controller or MOSFET or relay will work.
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
I'd recommend an h-bridge. Most single chip h-bridges can support two motors with direction control... or four motors/relays with no direction control.
The SN754410 is the one I use (available at www.sparkfun.com for $2.35) and it works great with those motors, it doesn't even heat up.
There are three problems with hooking motors to stamps... first is they draw far more current than a stamp can handle.
Second is when they first start up they can draw as much as twice as much current as normal.
The third is that when you stop them or cause them to reverse direction, they very briefly turn into little generators that produce power that will
kill any microcontroller that's not properly protected.
The SN754410 has both control and protection built-in so it's as simple as connecting the chip to your stamp and then to the motor.
Edit: I forgot to point out that you can get speed control by simply using PWM on the enable pin of the h-bridge.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Have fun with your experimenting!
I have been trying to get an L298HN to come up on like for a model railroad
switching display for our club, and have not been able to get it to turn on.
It appears that I have missed sending a PWM pulse to the enable pin, with
the speed set at somewhere between 0-255.
Comments would be appreciated - - I have been digging around the web and on
the forum trying to find an answer, or a source to research.
Thanks