MOSFET choice after burning esp32

Thread Starter

ludovic_pommier

Joined Jan 10, 2012
10
Hi,

newbie here. Just burnt an ESP32. I get a "failed to connect. no serial data received". Tried with another ESP32 and no issue, so the old one is gone I guess.

I burnt the board by driving a 5W lamp on 12v using an FQP30N06L connected direct to pin 15 on the ESP32.

I didn't have a resistor between the pin and the MOSFET gate, would that be the issue? Like MOSFET not turning on and trying to source more current???

Could anybody advise on the right choice of MOSFET to use as a switch driven from an ESP32 pin with a resistor (this time) and able to handle a load of 12v / 3A (will replace the lamp)?

Thanks in advance
Ludo
 

Thread Starter

ludovic_pommier

Joined Jan 10, 2012
10
To limit the current through the GPIO. Correct 3.3 volts may not be sufficient for that mosfet. Did you notice if the mosfet was running hot when activated?
1k at 3.3v give me a current of 3.3mA. Enough for the mosfet? The mosfet wasn't hot. The board must have burn because I drew too much current??? Then would that be a problem with no resistor at gpio or with mosfet not fully on or a combination of both?
 

sghioto

Joined Dec 31, 2017
5,079
1k at 3.3v give me a current of 3.3mA. Enough for the mosfet?
Mosfets are voltage activated not current. If the mosfet shorted from gate to drain that would probably damage the GPIO pin and possibly the ESP. Is the mosfet defective?
Another option is an inverter circuit to drive the mosfet as shown below. This will allow the mosfet to fully conduct with a 3.3 volt output from the GPIO.
1692199118989.png
 

Thread Starter

ludovic_pommier

Joined Jan 10, 2012
10
Mosfets are voltage activated not current. If the mosfet shorted from gate to drain that would probably damage the GPIO pin and possibly the ESP. Is the mosfet defective?
Another option is an inverter circuit to drive the mosfet as shown below. This will allow the mosfet to fully conduct with a 3.3 volt output from the GPIO.
View attachment 300596
thanks for taking the time with my newbie questions. MOSFET if ok. Do you know of a mosfet i can drive directly from a gpio with just one resistor. Trying to not have too many components.
 

sghioto

Joined Dec 31, 2017
5,079
sorry, just visually and heat. Don't have time tonight. Will check tomorrow and let you know. Thanks again for helping.
Best way to check the mosfet is using this test circuit. The lamp should be OFF until the button is pressed.
When ON the voltage at the drain should measure appx 0.1 volt
The DMN3009SSS-13 should be a suitable substitute if you can't find the FDS6574A.
https://www.digikey.com/en/products/detail/diodes-incorporated/DMN3009SSS-13/18680942
1692209724727.png
 
Last edited:
Top