2014/07/13

Reverse polarity and overvoltage protection

Circuits that are connected to outside world should be reasonably protected. Who knows when somebody just plugs in a different power adaptor (of course with twice the voltage and polarity in reverse). So how to account for this?

Protection circuits
Reverse polarity
You can use a diode in series and zener diode (or better – a transient voltage suppressor) in parallel in combination with a fuse. But you can do it better. First, the diode in series can be replaced by P-channel MOSFET (Q1). Drain connected to input and source to output. Gate is connected to ground. The transistor appears to be reversed and it is. But on purpose. Suppose the voltage is reversed. Then, gate is on V+ so the transistor is closed. Its intrinsic diode is reverse biased so no current flows. 
During normal operation, the current flows through its intrinsic diode but the gate, being grounded, has also lower voltage than the source so the transistor conducts in active mode. It is fully open and its resistance is the Rds(on) value. Which can be very low. In this way, the diode drop is eliminated and energy loss on transistor is negligible.
If you need to protect against voltages that are larger than the gate-source breakdown voltage (Vgs), then a voltage-limiting zener diode (D1) and a current-limiting resistor (R1) have to be added to the gate.

Overvoltage
It is possible to automatically disconnect a circuit when the input voltage exceeds a predefined level. This is different from parallel transient voltage suppressor and fuse. Blow fuses have the obvious problem of being a one-time devices. PTC resettable fuses tend to be slow and they can conduct significant amount of current even in tripped state (to stay tripped, the fuse needs to maintain itself hot). You can use electronic fuses for overcurrent conditons though.
With just two P-MOSFETs and a few components, it is possible to automatically limit the input voltage. The principle is this: A zener diode (D2) is chosen with value slightly lower than the maximum allowed voltage on the output. Then, when the voltage is higher than the zener voltage, D2 starts conducting and voltage drops across resistor R2. This lowers the voltage on the gate of Q2, which will open, raising the voltage drop across R4. The gate of Q3 sees higher voltage and Q3 thus closes, disconnecting the protected circuit from excess voltage. All without tripping any fuses or causing excessive current flow. Neat! Because you can get P-MOSFET with very low Rds(on), the losses can be minimal.
Resistor R3 and two zeners, D3 and D4, are there for gate protection just like D1 and R1. 

15 comments:

  1. Where can i buy the PCB only

    ReplyDelete
    Replies
    1. Well, if you mean PCB for overvoltage and reverse polarity protection, then you can't buy it because there isn't one. It is rather a generic solution that can be implemented in any project that uses DC power. It is meant to be put on the same PCB as the rest of the project (or its power supply part).

      Delete
  2. Is there a materiallist for this?

    ReplyDelete
    Replies
    1. It depends on the values you need. Both voltage and current. Email me at jpolonsky@gmail.com and we can discuss it!

      Delete
  3. Can you provide some insight for the material list, if i want to have protection upto 32V and 3A with reverse voltage protection?

    ReplyDelete
    Replies
    1. In Farnell.com codes, Q1 and Q3: 1869904. You might get away without heatsink. Q2 can be 2432722.

      Zener D2 can be either 30 or 33 V. Any power rating will do.
      And I'd go with 12 or 15 V Zener for D1, D3 and D4. Again, a small one will do.

      Delete
    2. Thank you for the reply. Have you test it in your simulation? Cause I have to put it in the field. I doubt about the power rating for the Q2.

      Delete
    3. There will be little current going through Q2, only enough to drop sufficient voltage across R4 to close the gate of Q3. The current path for the protected circuit is through the other two FETs.

      I have tested the circuit on breadboard, though not with these transistors (because I needed lower voltage). I don't remember doing a simulation on computer but it should be fairly easy to put this circuit to SPICE program like TINA-TI.

      Delete
  4. Hello what are the recommended values for 24V circuit
    Thanks in Advance

    ReplyDelete
  5. When there is a over voltage , the system cutt of supply or regulates the excess voltage ?

    ReplyDelete
  6. Hello, please details of the components used.

    ReplyDelete
  7. Hello guys,

    unfortunately the overvoltage protection works only if the maximum gatevoltage of the pmos is not exceeded. Look at Q3: If Q2 switches VCC to the gate of Q3 the Z-diode D4 is useless, because ist potential is the same ;-(.
    This works for small voltage only, but than rather great.

    If you know a way to protect a 5 V supply without a crowbar-circuit of 30V overvoltage i would appreciate that.

    ReplyDelete
  8. Friend
    Do you have a suggestion for a MOSFET CHANNEL P for some 50A - 100V and with very low RDS?

    ReplyDelete