0

It would be probably good to protect N-MOSFET with its drain connected to a long (~1 m) piece of wire against ESD. The transistor has its drain-source maximum voltage 20 V, so I decided to choose MMBZ16VALFHT116 (datasheet) transient voltage suppressor with VBR = 16 V. (This one is marketed as a bidirectional TVS, but it looks like there are two unidirectional TVSes.)

Is this TVS correct for this use case?

Do I understand that there are two unidirectional TVSes in the SOT-23 package? (The datasheet uses ordinary diode symbol for them, as I understand it.) Can this be used as one bidirectional TVS (by leaving the anode unconnected)?

I am new to using TVSes.

jiwopene
  • 248
  • 2
  • 8
  • Yes you can use it as a bidirectional TVS...but why would you want to use it as a bidirectonal TVS to protect a MOSFET? That just protects the MOSFET less since it's not a bidirectional device. – DKNguyen Aug 20 '22 at 16:16
  • I have multiple FETs, so I will use them as unidirectional TVSes. I ask for the bidirectional usage because they are ① sold as bidirectional and ② I can use them at other places as bidirectional ones. – jiwopene Aug 20 '22 at 16:20
  • Oh they are marketed as bidirectional? Anyways, it's fine. – DKNguyen Aug 20 '22 at 16:21
  • Yep. A shop with tens (maybe hunderds) of thousands various components is probably unable to make sure that all of them have proper descriptions. ☺ – jiwopene Aug 20 '22 at 16:23
  • Is it safe to use the 16V TVS to protect a N-MOSFET with VGS=20V? – jiwopene Aug 20 '22 at 16:24
  • I would think that would be fine, but it kinda depends since the range that a TVS will clamp to depends on the current it is clamping. There's a lot of voodoo around ESD protection anyways. Like layout, chassis and stuff. – DKNguyen Aug 20 '22 at 16:25
  • Let us [continue this discussion in chat](https://chat.stackexchange.com/rooms/138651/discussion-between-jiwopene-and-dknguyen). – jiwopene Aug 20 '22 at 16:25
  • Schematic please. – winny Aug 20 '22 at 18:54

1 Answers1

0

A regular back-emf diode will do the job (from MOSFET drain to the positive power rail). I guess your power supply might be no more than 12 volts (given your 20 volt maximum rated MOSFET) and, if a positive ESD pulse "hits" the drain connection, the diode will conduct current safely to the much sturdier power rail (where it should get absorbed by power supply filter capacitors). But, it might be prudent to have a 10 nF ceramic capacitor close to the MOSFET's associated power rail down to to 0 volts (just in case).

Should the ESD pulse be negative, the body diode of the MOSFET will conduct energy to 0 volts.

I'm not recommending a TVS in these circumstances because a diode is far less ambiguous in what peak voltages might be produced. And anyway, you would probably want to fit a diode in case of back-emfs should the LED wiring produce a back-emf due to wiring inductance.

Andy aka
  • 434,556
  • 28
  • 351
  • 777