![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I need to switch on a couple power supplies with a 5V logic signal and want to do this with a MOSFET (for lower voltage loss than a BJT). The first is 3.3V at 5A max, and the other is 12V at 1A max. But I'm not sure how to design these switches and choose the MOSFETs. Can someone here help me with this design or know of a link that will teach me this. Thanks. | |
| |
| | (permalink) |
| Is there a reason you can't switch a small relay for even lower loss?
__________________ \"You can\'t make a circuit fool-proof, cause fools are so ingenious!\" | |
| |
| | (permalink) |
| Actually doing that currently, but wanted to change to the MOSFET since it would be much smaller. Space is tight. Also, from my high-level calculations ( P=I^2 x Rdson ), *average* power wasted should be quite low, since average current drawn is pretty low. I'm just not sure how to design it. | |
| |
| | (permalink) |
| 12V should'nt be a problem but the 3.3V level is near the g-s threshold of where MOSFET's only start to turn on.
__________________ \"You can\'t make a circuit fool-proof, cause fools are so ingenious!\" | |
| |
| | (permalink) |
| Interesting statement. I always felt that it was based on the control voltage only (Vgs???) and not the *controlled* voltage. The good news here is that I have been able to find a substitiute for the 3.3V which can an on/off pin. So I'll make this a lower priority. So for the 12V line, can you direct me to how to go about designing this? Thanks. | |
| |
| | (permalink) | |
| Here is one way to do this with a PFET. Quote:
__________________ \"You can\'t make a circuit fool-proof, cause fools are so ingenious!\" | ||
| |
| | (permalink) | |
| Quote:
http://www.digikey.com Search MOSFET. Select "Logic Level". Select whether you want n-channel or p-channel. You probably want n. | ||
| |
| | (permalink) |
| A word of caution here. If you look at various logic level MOSFET specs, the gate threshold typically can be as high as 3.5V and as low as 1V. At this threshold only about 250uA of drain current is measured at about 10Vds at 25 deg C (gets worse at higher case temperatures). Unfortunately no manufacturer can guarantee what it will be. That is why they quote a min and max threshold. So if it is your unlucky day you may end up with some 3.5V devices. Definitely not the chance I will take to design such a device into a product for production with only 3.3V to switch it with.
__________________ \"You can\'t make a circuit fool-proof, cause fools are so ingenious!\" | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) | |
| Quote:
If someone is a optimist he will like to work with the 1V spec. Me as a pessimist and designing for worst case would like to work with the 3V. At least I will feel confident that it will work very-very close to 100% of the time in my application (production).
__________________ \"You can\'t make a circuit fool-proof, cause fools are so ingenious!\" | ||
| |
| | (permalink) |
| TheOne, thanks for the circuit... it's small/simple, and my switch-on signal is already active low, so I guess I can eliminate the NPN transistor. However, I'm interested in *how* this circuit was designed. Care to explain? So far any tutorials I've found on MOSFETS only discuss the design of these with holes and doping p-channel material, etc, etc. There is a big gap of practical design knowledge (that I'm missing) between that theory and a working schematic. Oznog, I generally prefer TO-220 packages (easier to heatsink) so I started with that and found the FDP6030L. The datasheet says 13mOhm RdsOn at 10Vgs, which is close enough to the 12V that I should actually get. That translates to a nice low 13mV drop at a full 1A output. And also only 13mW of power consumption. Nice. Is that all there is to it? I've dropped the requirement for the 3.3V switch. Instead, I need to switch 5V at up to 5A. If I use the same part, I'm looking at .5W used, which is considerable (in terms of heatsinking). Instead I (should) have an FDP6676 around here that has an RdsOn of .0075Ohms at 4.5Vgs. Calcs with this one give me .188 mW used at a full 5A, which is much nicer. Is that really all there is to it? Yes, this is a one-off device. But I do also prefer to design for worst-case operation. I usually also add in an additional safety margin, depending on what is being designed and the consequences. On a side note, if I wanted to make a MOSFET switch *really* turn on, can I just use a negative voltage that the gate to essentially raise the Vgs? Thanks. | |
| |
| | (permalink) |
| I think you already explained it yourself :lol: . The device switches because of the Vgs difference. If you could pull the gate of a device on your 3.3V line below zero w.r.t the +3.3V it should switch just fine. If the device is used in fast switching applications with high currents, voltages, like in UPS's SMPS etc. then the gate drive calculations needs more careful attention.
__________________ \"You can\'t make a circuit fool-proof, cause fools are so ingenious!\" | |
| |
| | (permalink) | ||
| Quote:
If you are only going to make ONE of something, it is not a bad thing to choose a part that has a real threshold where you need it. My _experience_ has been that most manufacturers produce parts that are actually close to nominal values even though the spec is wide. For your example, what I am saying is chances are GOOD that the real threshold will be very close to 1.6V so if he only buys a few and has to use only ONE, chances are good that he wont end up part that all have Vth of 3V. The author has not stated he is going into mass production with this so he is not and doesnt necessarily need to be thinking about designing for such. | |||
| |