Electronic – arduino – How to do if the MCU output is higher voltage than the Max Gate V on the N Channel MOSFET

arduinomosfetpwm

The V(GS) Gate to Source Threshold Voltage for a MOSFET I would like to use is listed as Min 1.5, Typ 1.9, and Max 2.3V. I am working with a Teensy3.1 that outputs 3V on the PWM pin. Do I need to get this voltage in proper range for this MOSFET, and how should I do this?

The datasheet for the MOSFET can be found here: CSD18534KCS 60V.

Best Answer

Not to worry. The gate threshold voltage is simply the level required to make sure the device switches. In this case, in can be as high as 2.3 volts, so your 3 volt PWM output is just about right.

This represents a minimum gate voltage that you need to apply. For the maximum, look at page 1 of the data sheet, "Maximum Ratings". The second item is Vgs, gate-source voltage. At +/- 20 volts, you have nothing to worry about.