Electronic – MOSFET Help Needed

datamosfet

I am working on a home project that uses a micro controller to switch a set of transistors on and off rapidly(msecs). The current through the last transistor is about 300-400 mA to drive a high power LEDs. The Micro output pins produces ~25mA @ 5v. I currently use this to turn on/off a 3A capable NPN by connecting it to the base.

  1. I would like to switch over to using MOSFETs. Can someone help me understand the important symbols and their values on a MOSFET data sheet so that I can order the correct MOSFETs for my application. (First time user of MOSFETs)
  2. I am wondering about the gate/base resistor and how I determine that value also.

Best Answer

You need a low gate threshold mosfet (logic level), Vgt must be lower than the MCU supply voltage.

Vds must be higher that the supply voltage the LEDs are connected to.

Rds ON should be low enough, likewise so for Rth_junction2ambient.

The temperature of the junction will be:

Tj = Tcase + Pmosfet * Rth

Make Pmosfet small and the temperatures will be low.

Another parameter you need to look at is the total gate charge. The larger it is the harder to turn the mosfet on, but for your circuit (low frequency) this is not a problem.

The gate resistor does not matter that much in your case, since you will be driving the mosfet directly with the MCU. The MCU output is "limited to 25mA anyway" - this is not actually true, but if you want to be on the overingeneering side, calculate:

Rg = Vsupply_MCU/25mA

I recommend you show the circuit before trying.

The VN0104 transistor has for instance low enough Vgs(th) to work with a 3.3V MCU. It has a relatively high Rds ON. The lowest dissipation for the current you mentioned is:

P = 0.4*0.4* 3 Ohm = 0.48W

This is a max power, that is to big to be sustained by such a small device. For 0.5W I would recommend a TO-220 device.