Driving higher current with multiple pins
hinv
Posts: 1,255
For a project I am working on, I wanted to experiment with using multiple pins tied together and used as outputs. I understand that I could cause problems if I didn't drive them in the same way basicly crowbarring the power supply, but if I was careful not to do that, could I use this method to drive more current for a small motor maybe? Is there any other gochas?
I have 3 reasons to want do this:
1. I have several spare pins available in this project.
2. I want to keep the part count down.
3. I am not good at FETs and driving transistors from a propeller.
Thanks,
Doug
I have 3 reasons to want do this:
1. I have several spare pins available in this project.
2. I want to keep the part count down.
3. I am not good at FETs and driving transistors from a propeller.
Thanks,
Doug
Comments
I'm afraid that none of your reasons provide an adequate rationale to do what you contemplate -- particularly the third one. Sorry, man, but FETs aren't magic, and they aren't out to get you. Here's a simple circuit to get you started:
-Phil
Use a cheap transistor and control it
as a switch using one pin. A pn4401
or pn2222 can handle a few hundred ma
and cost just a few pennies.
If you want to control a lot of current
and protect your Prop from any chance
of spike damage just use a cheap optocoupler.
I like to use darlington optocouplers. You can
switch a large power transistor with the
coupler.
For getting started, I have bunches 3904 and 3906 transistors. Where do I get started in designing a circuit for output from a propeller? Can I use the 3904 and 3906 in pairs like darlingtons?
Thanks for all your help,
Doug
Fets are quite easy to drive, although often to turn them on fully you need voltages above 3V3. I recommend you try Phils circuit.
Why not just use resistors on each leg to limit the amount of current allowed out each pin? Then your only worries are inductive destruction. The way igbt's take care of that back emf is with protection diodes.
There is one reason to use the prop to drive loads like this, and that is the frequencies that are possible in such a configuration.
Ok, I'm dense...
Maybe someone can start up a basic conversation about which to use when. I know I would get a lot of info out of it.
KK
As far as the second concern you have, with regards to frequency, a 2n2222a like the one linked at the bottom of this post, can switch @ 300MHz @ 20V Vcc, more than double the speed the prop can PLL output (128MHz). RF transisitors switch into the GHz/THz range.
@ hinv -learning how transistors work will give you a powerful understanding of this suvject and make you quite versitile in this field once you gain the knowledge on the opperation and different configurations transistors can be used in. If nothing more, i highly recomend learning all you can about the use of transistors. Its a very pwerful tool in your mental toolbox for any project you get involved in with the prop.
Happy programming
Mike
http://www.datasheetcatalog.org/datasheet/stmicroelectronics/9288.pdf
http://www.beam-online.com/Robots/Tutorials/Freeform/H-bridge/hbridge.html
But, after ordering and playing with the L293, it is so much simpler.
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/L293/List/0/SortField/4/ProductID/608/Default.aspx
I ordered some IRF3708 MOSFETs so I will be playing with them after I get my zapper project done.
Thanks for encouraging me to go outside my "comfort zone"
Doug