Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Correction For ALL my Logic FET Posts

Status
Not open for further replies.

gramo

New Member
If there’s anyone out there that has used the IRL2203 FET in the past because of my guidance, I'm sorry!

I have recommended it in the past with Micro Controller projects, but things may not work as they intended too

Just tonight in a practical circuit I ran into some hick-ups. The IRL2203 is not logic voltage driven - as I have suggested in the past :(

However - The following available from digikey.com is a logic voltage driven FET;

RFD14N05L-ND
https://www.electro-tech-online.com/custompdfs/2007/03/RFD14N05LSM.pdf

The above model is a TO-251AA package (similar to the TO-220, but without the heat sink hole on top)
 
Why would base resistors be required on a pair of emitter followers?
 
gramo said:
When does that happen :eek:

When things go badly wrong! - it might NEVER happen, but there have been plenty of commercial examples where 'non-essential' components have been left out, only to cause much more damage when things do go wrong.

In this particular case the FET could easily go S/C, this could very possibly damage the top transistor, which in turn could stick 12V down the PIC pin. Not a problem in this case, as a PIC is cheap - but if this was a commercial product, with a protected PIC, and the manufacturer has gone bust - then your entire device is scrap, all for the cost of a simple resistor?.

It's good practice, it costs very little, and it 'might' prove of great value?.
 
Ahh, I see :eek:

Well the whole idea about not having a resistor there is to improve switching speeds of the FET. If the FET becomes biased (not fully on or off) for any period of time, it develops a lot of heat in high current circuits.

So, keeping that in mind, you would need a 480ohm resistor to limit the sink current (max 25mA) on the PIC from a 12V potential, should the transistor break. But that would decrease the bias current on the transistors down to 10mA.

Would that still be suffice to switch the FET's fast enough?
 
gramo said:
The FET's gate acts like a capacitor, and charges to its potential, with the transistors only being driven by 1/2 the PIC's maximum, wont that decrease the amount of current they will switch to the FET's gate?

How much current do you need? - probably not as much as you think?.
 
The totempole circuit shown in gramo's post isn't going to help a non-logic level MOSFET since it doesn't increase the gate drive voltage to the MOSFET anyway.

In fact it's slightly worse than driving it directly from the PIC output because you get the 0.6v base-emitter drop as well.

You need another NPN transistor and resistor to 12V rail between the PIC and the totempole transistors to make it work.
 
geko said:
The totempole circuit shown in gramo's post isn't going to help a non-logic level MOSFET since it doesn't increase the gate drive voltage to the MOSFET anyway.

The PIC's 5V output will bias the transistors on and off, allowing much more voltage (in this case 12V) and current to switch the FET's Gate.

This allows the Gate to charge and discharge much faster, as the Gate acts like a capacitor, requiring time to charge/discharge.
During this time the FET becomes biased, and will drop a voltage across it, instantly dissipating much more heat as P = V * I

Now you can use PWM signals to control the output safely, or for switching of high current loads without burning out your FET.

geko said:
In fact it's slightly worse than driving it directly from the PIC output because you get the 0.6v base-emitter drop as well.

The base-emitter voltage drop is not the issue, infact, its across Vce. Ideally Vce = 0, and the FET's gate can charge at 200mA (Ic max of the 3904/3905, 800% more than the PIC's maximum current output). And the opposite with a low output from the PIC - when the PNP ties the FET's gate to earth.

geko said:
You need another NPN transistor and resistor to 12V rail between the PIC and the totempole transistors to make it work.

I don’t understand why, as the transistors will drive hard on with 5V and no base resistor wont they?
 
Last edited:
I don’t understand why, as the transistors will drive hard on with 5V and no base resistor wont they?

The 2N3904 is an NPN transistor and you're using it as an emitter follower. If you drive its base to 5V, its emitter has to be 0.6V less. (unless its failed with an emitter-collector short)

The PIC's 5V output will bias the transistors on and off, allowing much more voltage (in this case 12V) and current to switch the FET's Gate

Not with the circuit shown. Put it on a bread board and try it.
 
The PNP won't ever turn off will it.

The simulation is flawed because you're not simulating the output of a PIC. Except for the open drain outputs, a PIC will drive the output either to near Vss or Vdd. Your simulation is opening a switch, leaving the base of the transistor floating with no signal on it. It needs to drive it like a real PIC will.

You need an NPN transistor like the attached schematic shows
 

Attachments

  • driver.jpg
    driver.jpg
    6.4 KB · Views: 148
Last edited:
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top