2
\$\begingroup\$

I am designing a circuit which uses a 3.3 V, 1 mA-sourceable GPIO pin to allow for power cycling a projector which takes 12 V and draws between 1-6 A. Those are pretty much the only requirements - ON-delay time does not need to be quick (can be a few seconds even). There is common ground between the controller and the projector. My plan is an N-channel enhancement MOSFET, where current flows when the GPIO is high, but there are a lot of different specs for MOSFETs I'm unsure about (using Digikey to get an idea of what parts are available), so I wanted to get a sanity check here. Curious if my understanding of the specification meanings, what values I need, and which specs are even relevant to my design is accurate. Below is a very quick and dirty circuit I plan on using - probably will have a current limiting resistor on the GPIO line.

enter image description here

  • Vdss - max switching voltage: anything higher than 12V
  • Id @ 25C - Max current that can flow through the MOSFET: 6A? That's the most the Load will ever draw.
  • Drive Voltage (max Rds, min Rds) - Gate voltage where MOSFET first begins allowing current from Drain to Source, and gate voltage where it allows for drawing max current: something like 1.8, 4.5? I assume I would then have to check the datasheet to see what current Vgs of 3.3 V would allow to see if it's high enough, would maybe have to bump up the Id spec since 3.3 V isn't an option for the higher value.
  • Rds on (max) @Id, Vgs - not sure exactly what this parameter means other than the specific Rds at that current and Vgs, my plan would just be to check datasheets and find minimal Rds @ Vgs=3.3 V.
  • Vgs(th)(Max) @ Id - Vgs at which current begins getting let through: I guess in the 1.8-ish range? Probably not a driving spec for my design.
  • Gate Charge - mainly drives switching speed: not relevant for me
  • Vgs(max) - max Vgs the MOSFET can take: anything above 3.3 V really

That's pretty much it. Any help is appreciated!

\$\endgroup\$
7
  • 5
    \$\begingroup\$ You may run into problems with the projector by breaking the ground connection while keeping power applied as current may still find a path to ground through its data or I/O connections. High side switching will prevent this. \$\endgroup\$
    – vir
    Commented Dec 14, 2022 at 21:20
  • \$\begingroup\$ @vir that makes sense, thanks. Will take into consideration. \$\endgroup\$
    – InBedded16
    Commented Dec 14, 2022 at 21:23
  • 3
    \$\begingroup\$ Run your screen for Vgs(th) to be less than 2V, BUT before you finalize your choice, actually read the dataset carefully, and make sure that at Vgs=3V or so that the device is solidly on (low Rds, and/or the Id vs Vds curve in the steep portion, not the flat portion. Because in my experience the numbers in the Digikey/Mouser search specs are from the datasheet but VERY inconsistently so. For example, Digikey might show Vgs(th) as 0.8V but in the datasheet it shows 0.8V as "min" or "typ", whereas the max Vgs(th) could be (say) 2.5V and the part be not suitable for a 3.3V gate drive. \$\endgroup\$ Commented Dec 14, 2022 at 21:25
  • \$\begingroup\$ Digikey's "drive voltage" spec isn't related to the threshold voltage (where it just starts to turn on); they're just the lowest and highest voltages at which Rds,on is specified in the datasheet. \$\endgroup\$
    – Hearth
    Commented Dec 14, 2022 at 21:28
  • 2
    \$\begingroup\$ "Vgs(th)(Max) @ Id ... probably not a driving spec for my design." It most definitely IS. Vgs(th) is usually quoted for a very low drain current (e.g. 250uA) and you will need to drive the gate much higher if you're passing up to 6A. The datasheet will show you how much higher. \$\endgroup\$
    – Finbarr
    Commented Dec 14, 2022 at 21:31

2 Answers 2

5
\$\begingroup\$

If the data sheet specifies an \$\mathrm{R_{DS_{ON}}}\$ at 3.3V \${V_{gs}}\$ and that \$\mathrm{R_{DS_{ON}}}\$ is acceptable, then you're nearly good to go.

Then calculate the power dissipation with that \$\mathrm{R_{DS_{ON}}}\$ and full current. Then read the thermal specifications carefully and make sure that your transistor won't overheat. Some manufacturers give sensible power or current ratings to their device; others give a power rating that assumes the device pins are held at 25 degrees C.

It's really up to you to know the thermal resistance from junction to case or junction to thermal pad (depending on whether it's a surface-mount part or not). Then it's up to you to decide whether it'll overheat. You can't trust the manufacturer's rosy predictions on power handling.

\$\endgroup\$
2
\$\begingroup\$

For a low side switch from 3.3V you need a "logic level switch" where Vgs=3.3V will draw \$P=I^2RdsOn\$.

Normally* Vgs(th) <= 1/3 to 1/2 of Vdd worst case and dissipate no more than the junction temp rise with \$P*Rja= [W]*[°C/W]\$= temp rise above ambient T. Choose a <= 50°C rise for comfortable operation.

If the projector has a CMOS interface, something may get damaged when the inputs pull the signals up to +12V when the power turns on and causes "SCR latchup".

The simple solution is to use any NPN to pull down any Pch FET with perhaps RdsOn < 30 mOhm then any threshold will work. (2 to 4V or less)

The max DC current rating is only valid with a heatsink. Try here

Then to turn off parasitic inductance flyback protection, add a reverse silicon diode from output to ground.

RdsOn <= +50[°C]/6²[A] / Rja [²C/W]

For a Pch FET this has a max Vgs(the)=1.2V which satisfies < 50% of 3.3V so RdsOn may be ok and it's cheap $0.86 TO-220 (1pc.) enter image description here

\$\endgroup\$

Not the answer you're looking for? Browse other questions tagged or ask your own question.