Page 1 of 1

H-bridge

Posted: Dec 13th, 2013, 6:17 am
by eng.hossam
hello,i'd like to make H-bridge for my motors to control them in both direction and its speed.

my motors need 24 V and 5 A to work perfectly ,any help?

Re: H-bridge

Posted: Dec 13th, 2013, 7:37 am
by a_shorething
I haven't built one, but I've read write-ups on Instructables that might help. Here's one:

http://www.instructables.com/id/H-Bridg ... readboard/

I also found this write-up at let's make robots:
http://letsmakerobots.com/node/2484

Re: H-bridge

Posted: Dec 13th, 2013, 7:59 am
by martinw
If you want to control speed you'll need something that generates PWM signals.

http://www.nathandumont.com/node/249

Which normally involves a microcontroller.

http://ww1.microchip.com/downloads/en/A ... 00893a.pdf

I'm a fan of Microchip, but lots of other different microcontrollers, such as the Arduino, which seems to be quite popular on this website and many others will do a similar job.

I hope this helps.

Martin