Building a Mini Dual H-Bridge
Hey, i want to make this project: http://www.instructables.com/id/Hexagon-Acrylic-Robot/?ALLSTEPS and i really need to know how can i build the Mini Dual H-Bridge.
Can anybody help me with a schematic? Or maybe there`s an IC which contains all the transistors so it will costs me less space ??
Thanx
Can anybody help me with a schematic? Or maybe there`s an IC which contains all the transistors so it will costs me less space ??
Thanx
Comments
www.ebay.com/itm/370820305644
http://www.pololu.com/catalog/product/2135
This one may be more appropriate for use with a Basic Stamp since it can run the motors while the Stamp is doing other things.
http://www.pololu.com/catalog/product/1110
http://www.instructables.com/id/QuickStart-bi-directional-motor-control/
That's an all transistor bridge using 2N3904-2N3906 transistors on a Propeller Quickstart.
It works, but it's way large.
I'm using a TB6612FNG breakout board for a much smaller package.
From Sparkfun - https://www.sparkfun.com/products/9457
And just starting on the software... dual motor PWM driver.
But that's Propeller stuff...
Another easy solution if your motors aren't going to draw too much current are SN754410 chips.
I think it will be difficult to send a PWM signal to the two motors from a Basic Stamp. From my reading of the Basic Stamp manual, it looks like the PWM command blocks the flow of a program. I also think the Basic Stamp's PWM frequency my be too fast for some H-bridges. I believe these problems are one of the reasons the BOE-Bot uses CR servos for its motors.