what circuitry will drive two dc gear motors?
jaspittman
Posts: 22
first let me say this is a first class forum. i am new to electronics and i need to control two dc gear motors.the motors need 500 mA each, both motors will be linked and are bi-directional. i do not need independent control over just one motor. i don't need pwm or brakeing ether. what is the cheapest way to do this with a bs2 and a 12V battery. thanks.
Comments
Assuming that you do need to reverse the motor's electrical polarity (to reverse them), the easiest (and fairly cheap) way to do this is to buy a DPDT relay rated for 12V or more and at least 1A for current (better to double this). You'll need a switching transistor to activate the relay from the Stamp (see the "What's a Microcontroller?" tutorial for an example of this). To turn the motor on and off, you can use a power transistor with at least a 1A rating like the IRF510.
A DPDT relay that RadioShack carries is www.radioshack.com/product/index.jsp?productId=2062483&cp=2032058.2032230.2032277&parentPage=family
The IRF510 is also available from RadioShack: www.radioshack.com/product/index.jsp?productId=2062618&cp=2032058.2032230.2032279&parentPage=family.
You'll also need some 1N4001/2/3/4 diodes to protect the transistor from the motor when it's switched off. The tutorial discusses this.
So, the DPDT relay will reverse the motor direction based on whether a Stamp pin is HIGH or LOW. The motor would be turned on by another Stamp pin.
Here's an example of how the relay is used: [url=http:// http://www.electronicsinschools.org/page.php?m=3&ps=2&p=34] http://www.electronicsinschools.org/page.php?m=3&ps=2&p=34[/url].
The two IRF510 transistors would be used to:
1) turn on the DPDT relay as shown in the Industrial Control tutorial.
2) turn on the power to the motor. If you look at the example above, the IR510 would be connected between the relay and the negative terminal of the 12V battery as shown in the Industrial Control tutorial.
Post Edited (Mike Green) : 7/29/2007 12:57:01 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
D Faust
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
D Faust