Electronic – Saturation Points for Mosfets; driving gate with 3.3V output

circuit-designesp8266led stripmosfetvoltage

I'm still new to this so please go easy on me 🙂

I'm looking at using N channel Mosfets to act as a switch between my microcontroller (ESP8266 breakout board) and LED Strip. Here's the schematic: enter image description here

When I was reading about how mosfets and transistors work, I saw that for it to be saturated, the potential voltage between gate and source pins (or base and emitter in transistors) needs to be higher than the value listed under V_GS(th). Could I do this with the 3.3V output of a ESP8266 GPIO pin? The datasheet for the two mosfets I was considering using are slightly confusing me.

IRLB8721 – https://cdn-shop.adafruit.com/datasheets/irlb8721pbf.pdf

IRLZ44N – http://www.irf.com/product-info/datasheets/data/irlz44n.pdf

I'm asking because under the max value they only use tiny currents. IRLB8721, they use a drain to source current (Id) of 25μA and the max Vgs (needed for mosfet to turn on right?) is only 2.35V. For the IRLZ44N it's 2V with 250μ. So are these logic level Mosfets? Would they work?

Another value I'm not to sure about is Vds. They set it equal to Vgs in the values above, but for figure 3 where you can see other (higher) Id currents, they set it to 15 and 25V. Is this relevant?

IRLB8721:

enter image description here

IRLZ44N:

enter image description here

I would be really grateful if someone could help me clarify this.

On a side note, is it necessary to use resistors between the microcontroller and gate? How would I do this, and for what function?

Thanks so much!

Best Answer

There's no need to use a resistor between MCU pin and FET gate.

The 8721 quotes a Vgsthmax of 2.35v at 25uA drain current.

The 44 quotes a Vgsthmax of 2.0v at 250uA drain current.

Both appear somewhat marginal for a good conduction current at 3.3v, though the 44 is clearly able to conduct more current at a lower voltage, so you're more likely to get away with it using this one. Depending on how much current you want to sink, don't be surprised if they don't turn on fully, and get hotter than you expect.

You might be better with bipolar transistors, they are easy to turn on fully with 3.3v. Here you would need a series resistor to limit the base current.