how to connect h bridge L298 to microcontroller

Thread Starter

ahmeddeia

Joined Feb 11, 2009
2
hiiiiiiiii everybody h r u???

i really want to know how to:how to connect h bridge L298 to microcontroller
PIC 16F877A???

plssssssss reply as fast as u can??
 

ELECTRONERD

Joined May 26, 2009
1,147
hiiiiiiiii everybody h r u???

i really want to know how to:how to connect h bridge L298 to microcontroller
PIC 16F877A???

plssssssss reply as fast as u can??
Why do you want to do that? We need to know more about your requirements and constraints before we can help you.
 

Thread Starter

ahmeddeia

Joined Feb 11, 2009
2
Why do you want to do that? We need to know more about your requirements and constraints before we can help you.
i want to make a line tracking robot automatically without any control so i want to know will i put any component between the PIC and the h bridge??or connect them together directly???

thanxx
 

thatoneguy

Joined Feb 19, 2009
6,359
I use PORTB and connect the outputs directly to the inputs of an IC driver, a SN754410, which can directly drive small motors, or drive a larger driver.
 

hgmjr

Joined Jan 28, 2005
9,027
You may want to consider using this pre-designed L298 board available from solarbotics and other websites as well. It comes in kit form so you will need to do the soldering yourself. It packages the L298 in a form that makes it more easily interfaced to your microcontroller.

hgmjr
 

rushi53

Joined May 8, 2009
21
Why not an L297 in between the PIC and L298 ?
It makes the programming on the PIC much simpler.
Use of L297 depends on application/flow of program,
If uC/PIC don't have to do any task while motor is rotating, then there is no need of L297, it will increase cost and size of PCB.
 
Top