15amp 24V H-Bridge and Pulse width Modulation
Steven
Posts: 7
I would like to know if anyone has ever built a H-Bridge that can handle 24V at 15Amps, and then how they contorlled it with the Basic Stamp 2 module? We are converting a 24vDC wheelchair into a robot, and have come into some severe problems. We want·to build the H-Bridge instread of buying it. We were using this h-Bridge:
http://www.bobblick.com/techref/projects/hbridge/hbridge.html
·This is not working correctly for us. If anyone has any good ideas please let me know.
Thanks
Steven
http://www.bobblick.com/techref/projects/hbridge/hbridge.html
·This is not working correctly for us. If anyone has any good ideas please let me know.
Thanks
Steven
Comments
73
spence
k4kep
The Stamp PWM is really I guess pulse density modulation.
You want a true PWM signal for an H-bridge.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out· the "SX-Video Display Module"
www.sxvm.com
·
http://www.bobblick.com/techref/projects/sv2pwm/sv2pwm.html
I HAVE NOT GOTTEN THAT FAR YET BUT AM HEADING SOMEWHAT PARALLEL WITH YOU. BOUGHT A 7 CHAN FUTABA 75 MHZ FOR MY WIFE TO USE WITH
A MOBILE ROBOTIC BASE. CARRYING A CAMERA AND OTHER STUFF.
SHE CAN RUN IT OUT ON THE DRIVE TO VIEW THE RFD MAILBOX.. SHE IS WHEELCHAIR BOUND. NOW IF I COULD JUST TURN IT INTO A GARDENERS HANDYMAN SHE WOULD BE REAL PLEASED.
73
SPENCE
K4KEP
This looks fairly straightforward but it sounds like some more independent study <g> might be in order.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
XYZZY...PLUGH...*poof*
I'd suggest one of the products from http://www.roboteq.com/. I've bought two so far and am using them in a 75 pound and a 150 pound sumo robot. They are easily driven directly from a Stamp (serial out command).
Rick
Did you say PDM "pulse density modulation"?
here is a solution that I have used in the past, that will convert PDM or straight analog
input into a PWM signal that is a little bit more "motor friendly".
Note: (for reference we will use (PWM) signals from the stamp and PWM for the output of this circuit)
1) The active input range is between 2.2V to 3.7V anything outside of this range will clip to 0% or
100% PWM duty cycle on the output.
2) Using the BS2 (PWM) command, the approximate active range is between 112 and 188 for (PWM) values.
3) With regular (PWM) updates from the Stamp, this circuit will HOLD the output PWM value for several
seconds while other programming tasks within the Stamp can take place.
4) With the component values used, the base PWM frequency runs at about 6kHz.
Forgive the blurry pictures.... I can't quite seem to get the hang of it with the proper distance my camera
should be.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe - Mask Designer III
National Semiconductor Corporation
(Communication Interface Division)
500 Pinnacle Court, Suite 525
Mail Stop GA1
Norcross,GA 30071
Post Edited (Beau Schwabe) : 3/6/2005 7:22:34 AM GMT