Re: Driving a MOSFET
Posted: Jun 13th, 2013, 4:17 pm
http://www.infineon.com/dgdl/tle5206-2_ ... 3823a06a50
got the part no from http://forum.arduino.cc/index.php?topic=51996.0
Really only one step away from using a standard RC motor controller, which would use half as many port pins. Still, more compact and gives you the small task of writing a bit of code to drive them.
The simplest way, I think, would be to use a ULN2003 chip to drive normal P-channel FETs and the coils of the reversing relays. More bulky and still uses 2 pins per motor but parts are more easily obtainable. Easier to fix and can up the current without changing your whole design. You could run 3 FETs and 3 relays off a single 2003
Have you considered using a slave microcontroller (Arduino in this case it seems) to do just the motors, leaving the main controller to do everything else?
got the part no from http://forum.arduino.cc/index.php?topic=51996.0
Really only one step away from using a standard RC motor controller, which would use half as many port pins. Still, more compact and gives you the small task of writing a bit of code to drive them.
The simplest way, I think, would be to use a ULN2003 chip to drive normal P-channel FETs and the coils of the reversing relays. More bulky and still uses 2 pins per motor but parts are more easily obtainable. Easier to fix and can up the current without changing your whole design. You could run 3 FETs and 3 relays off a single 2003
Have you considered using a slave microcontroller (Arduino in this case it seems) to do just the motors, leaving the main controller to do everything else?