Electronic – arduino – P mosfet as high side switch heating

arduinoheaterpmospwm

I designed the following simple circuit. I used an Arduino PWM digital pin as input (500Hz at 3.3V). I choose the FDD4141 because of his Low Rds(on). It is around 18 mOhm. The dissipated power at 1.3A should be around 120mW.

When I tested the circuit I noticed at 40% of the duty cycle that the MOSFET becomes hot. About 55 degrees in room temperature. That is far from the consumption of 120mW.

Can you suggest to me another MOSFET or circuit that could work similarly?

schematic

simulate this circuit – Schematic created using CircuitLab

Best Answer

According to the FDD4141 datasheet, the threshold voltage of this P-channel FET can be as small as 1V. Your square wave is nominally 3.3V and your power is nominally 4.2V, so you just squeak by at 0.9V. There is not much margin for error there.

If for some reason your voltages are a little off, the FET may not be shutting off completely.

Similarly, according to the datasheet, the threshold voltage may be as large as 3V. When the gate is at 0V (relative to ground) the gate-source voltage will be enough for the FET to start conducting, but it may not be enough to get the resistance very low. That is, the FET would not be fully "on" in this condition.

Either of these scenarios will cause the FET to heat.

It is off-topic on this site to ask for product recommendations, so I won't give you one. However, you either need to rethink the voltages in your design (maybe you can't -- a Li battery and a 3.3V uC?) Or choose an FET that will be strongly ON at a -4V \$V_{gs}\$ and definitely off at -1V \$V_{gs}\$