REVERSE POLARITY PROTECTION - GitMasterNikanjam/PCB_WiKi GitHub Wiki

Introduction

Reverse polarity protection is a crucial feature in electronic circuits, especially in those powered by batteries or external power supplies. It is designed to prevent damage to the circuit or connected components when the power supply is connected with the wrong polarity (i.e., the positive and negative terminals are reversed).

There are several ways to implement reverse polarity protection in electronic circuits. Here are some common methods:

  • Diode-Based Protection:

In this method, a diode is connected in series with the power supply line. The diode allows current to flow in one direction only, preventing reverse current flow. However, there is a voltage drop across the diode, which may not be suitable for applications with tight voltage tolerances.

  • P-Channel MOSFET-Based Protection:

A P-Channel MOSFET is used in the power supply path. When the polarity is correct, the MOSFET is turned on, allowing current to flow. In the case of reverse polarity, the MOSFET remains off, blocking the current flow and protecting the circuit.

  • Relay-Based Protection:

A relay can be used to disconnect the load from the power supply in the case of reverse polarity. The relay is controlled by a circuit that detects the correct polarity.

  • Crowbar Circuit:

A crowbar circuit involves a thyristor or other similar devices that short the power supply when reverse polarity is detected. This triggers a protective mechanism, such as a fuse blowing, to disconnect the circuit from the power supply.

  • Series P-Channel MOSFET with Zener Diode:

This method combines a P-Channel MOSFET with a Zener diode. The Zener diode ensures that the gate-to-source voltage of the MOSFET remains within a safe range, preventing the MOSFET from turning on during normal operation.

  • Current Sensor and Comparator:

A current sensor can be used to measure the current in the circuit. A comparator then compares the direction of the current with the expected direction and triggers a protection mechanism if reverse current is detected.

  • Schottky Diode ORing:

Multiple diodes, including Schottky diodes, can be used in an ORing configuration. Each diode is connected in series with a power supply input. Only the diode corresponding to the correct polarity allows current flow.

  • Polyfuse or Resettable Fuse:

Resettable fuses, also known as polyfuses, can be used to provide reverse polarity protection. These devices have a higher resistance in normal conditions but increase their resistance when a fault (such as reverse polarity) occurs, limiting the current.

  • Smart Polarity Protection ICs:

Integrated circuits (ICs) specifically designed for reverse polarity protection are available. These ICs often combine various protection features and are easy to integrate into a circuit.

The choice of method depends on factors such as the specific requirements of the application, acceptable voltage drop, power dissipation limits, cost considerations, and the desired level of protection. Designers often select the method that best suits the needs of their particular circuit.


Diode-Based Protection

A protection diode is a type of semiconductor that allows current to flow through it in one direction only. It is used to protect electronic devices from damage caused by reversed voltage and current, which can occur when you’re working with DIY electronics or any wiring that you might accidentally plug in backward. The simplest installation installs the diode in series with the other components. However, another diode-based protection method is to wire a diode in parallel to your main circuit, causing it to block current when voltage is applied correctly. Instead, the voltage travels through the main load. Once reversed, this diode provides an alternate path for electrons, largely bypassing the main circuit and protecting it from these effects. You can use a “fool’s diode”―also called a protection diode―to safeguard your device. Diodes coded 1N400x are intended for use as a fool’s diode, with peak reverse voltage ratings ranging from 50V (1N4001) to 1000V (1N4007). Schottky diodes offer a much smaller forward voltage drop than standard diodes (typically between 0.15V and 0.46V) and can be used to improve voltage efficiency. However, this tradeoff may or may not be acceptable in your design. Another option is to implement mechanical means, such as non-reversible connectors, to improve efficiency.

Reverse polarity protection is the easiest to achieve. A simple diode in the path of the incoming power will do. But this needs to have an appropriate current rating. In Figure 6, the 1N4006 has a 1A rated current and PIV (peak reverse voltage) of 800V, so this should suffice for most projects. The diode will cause a constant volt drop of 0.6 to 0.7V, but this should not be a problem. However, if you have a circuit that needs to work at a very low voltage, the 0.6V drop across the series diode could be a problem. In this case, Figure 6 (right-hand side) shows a shunt diode.

When the input voltage is reversed, the diode conducts, causing the fuse to blow. It does work, but there are some things to be aware of, such as the diode must handle the full current capacity of the supply for the time it takes for the fuse to blow. This will be substantial, and a diode of at least 5A to 10A is needed.

image

P-Channel MOSFET-Based Protection

P-Channel MOSFET-based reverse polarity protection is a popular and efficient method for safeguarding electronic circuits from damage due to incorrect power supply connections. This approach uses a P-Channel MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) as a switch to control the flow of current based on the polarity of the applied voltage.

Here's a more detailed explanation of the P-Channel MOSFET-based reverse polarity protection:

Components and Operation

P-Channel MOSFET (Enhancement Mode):

The P-Channel MOSFET is selected in enhancement mode, meaning it conducts when a negative voltage is applied to the gate relative to the source. The source is connected to the power supply's positive voltage, and the drain is connected to the load.

Pull-Up Resistor:

A pull-up resistor is connected between the gate and the positive voltage rail. This ensures that the gate is pulled to the positive voltage when the power supply is connected correctly, turning the MOSFET on.

Protection Diode:

To protect against voltage spikes, a diode (often a Schottky diode) is connected in parallel with the MOSFET. This diode prevents the voltage across the MOSFET from exceeding its maximum rating during switching.

Current Limiting Resistor:

In some designs, a current limiting resistor may be added in series with the gate to limit the inrush current during the turn-on process.

Operation:

Correct Polarity (Normal Operation):

When the power supply is connected with the correct polarity, the positive voltage is applied to the source, and the gate is pulled high by the pull-up resistor.
The P-Channel MOSFET is in the "on" state, allowing current to flow from the source to the drain, supplying power to the connected circuit.

Reverse Polarity:

If the power supply is connected with reverse polarity, the positive voltage is applied to the drain of the MOSFET instead of the source. The gate-source voltage is negative, keeping the P-Channel MOSFET in the "off" state.
Current flow from the drain to the source is blocked, preventing damage to the circuit.

Advantages

  • Low On-Resistance:

P-Channel MOSFETs typically have lower on-resistance compared to diodes, resulting in less voltage drop across the protection circuit.

  • Efficiency:

This method is more efficient than diode-based solutions because it minimizes power dissipation.

  • Fast Response:

P-Channel MOSFETs can respond quickly to changes in polarity, providing rapid protection.

  • Low Voltage Drop:

The voltage drop across the MOSFET is generally lower than that of a diode, which is advantageous in applications with tight voltage tolerances.

Considerations

  • Gate-Source Voltage Rating:

The MOSFET must have a sufficiently high gate-source voltage rating to handle the reverse voltage without damage.

  • Power Dissipation:

While P-Channel MOSFETs are efficient, power dissipation should still be considered, especially in high-current applications.

  • Component Selection:

Proper selection of the MOSFET, pull-up resistor, and protection diode is essential based on the specific requirements of the application. P-Channel MOSFET-based reverse polarity protection is a reliable and widely used method in various electronic circuits where efficiency and low voltage drop are critical considerations.

image

image

image

If polarity is reversed, there is no longer a negative voltage difference between gate and source and the diode is now reverse-biased and out of play, so the MOSFET switches off. The Zener diode and resistor are included to limit the gate voltage to safe levels. The gate voltage of a MOSFET often has a much lower limit than the Drain-Source voltage. Choose the values based on the datasheet for the MOSFET you are using. The resistor value should be between around 100Ω and 500Ω to make sure the zener current is high enough to fully bias the Zener.

The P-channel MOSFET circuit has some advantages over a diode, namely the very low RDS, or Drain-Source Resistance, and therefore the voltage drop that results and the power dissipation that is associated with it. The disadvantages are the increased cost and component count, plus connections, and the current draw from the Zener diode and resistor. If you are using the MOSFET with a supply voltage that is within the gate voltage limit, then you can skip the resistor and Zener, but be careful that the gate voltage is high enough.

While the threshold voltage is that at which a MOSFET starts to turn on, it is not fully on until quite a bit more than the threshold voltage. There is a graph in the datasheet that shows this, but for many MOSFETS which state a threshold voltage of around 4V, the MOSFET is not fully turned on until around 10V.

So, this is fine for a 12V circuit, but not a 5V circuit. Below this value, where the MOSFET is not fully on, RDS increases markedly, and power losses increase too. Heat will be far greater and the current capacity reduced.

Relay-Based Protection

This circuit is a variation of the first, in which we put a diode in direct bias. The difference is that we will add a relay to avoid the voltage drop of the diode.

By avoiding this drop we will ensure that all the supplied voltage reaches our circuit. In addition, the diode will not dissipate as much heat having to deal only with the relay load.

image

image

When we connect the source correctly, the diode circulates the current as it is directly polarized. This activates the relay, which closes the contacts and allows current to flow to our load.

If, on the contrary, we connect the power supply incorrectly, the diode will be reverse biased and will not let current pass.

image

The diode that is in parallel with the relay does not affect operation. It is to protect the circuit from the voltage peaks generated by the relay coil.

Advantages:

  • No voltage drop between source and load
  • Supported current is only limited by the relay used, so it supports much higher currents
  • The diode only has to support the relay load, so it will not dissipate as much heat
  • The idle circuit is open, so there is no conduction at any time when reversed.
  • Components are not damaged if the source is reversed

Disadvantages:

  • The relay is mechanical, so it suffers from wear
  • For high currents use a high quality relay or the contacts will burn

Current Rating

The current-carrying capability of the reverse polarity protection methods depends on the specific components chosen for the circuit. Here's a general overview of the typical current ratings for each method:

1- Diode-Based Protection:

The current rating of the Schottky diode used in the circuit determines the maximum current capacity. Common Schottky diodes can handle currents ranging from a few milliamps to several tens of amps.

2- P-Channel MOSFET-Based Protection:

P-Channel MOSFETs come in various current ratings. For lower power applications, MOSFETs with current ratings of a few amperes may be sufficient. In higher power applications, you can find MOSFETs with current ratings ranging from tens to hundreds of amperes.

3- Relay-Based Protection:

The current rating of the relay dictates the maximum current capacity. Relays are available in a wide range of current ratings, from small signal relays handling milliamps to power relays capable of handling tens or hundreds of amps.

4- Crowbar Circuit:

The thyristor or other crowbar circuit components must be selected based on the maximum current that the circuit needs to handle. The current rating can vary widely, from a few amperes to several tens of amperes.

5- Series P-Channel MOSFET with Zener Diode:

Similar to the P-Channel MOSFET method, the current capacity depends on the selected MOSFET. The Zener diode typically has a much lower current-carrying capacity compared to the MOSFET.

6- Current Sensor and Comparator:

The current sensor and comparator method is often used in conjunction with other protection mechanisms. The current sensor's capacity and the comparator's voltage and current ratings will determine the overall current handling capability.

7- Schottky Diode ORing:

The current capacity of this method depends on the Schottky diodes used in the ORing configuration. Similar to diode-based protection, the current ratings can vary from a few milliamps to tens of amps.

8- Polyfuse or Resettable Fuse:

The current rating of polyfuses varies widely. Small polyfuses may handle currents in the range of milliamps, while larger ones can handle tens or hundreds of amps.

9- Smart Polarity Protection ICs:

Integrated circuits designed for reverse polarity protection often have specific current ratings. These ICs can be suitable for a wide range of applications, from low-power electronics to higher power systems, depending on the selected IC.

When designing a reverse polarity protection circuit, it's essential to carefully choose components with current ratings that meet or exceed the requirements of the specific application. Always refer to the datasheets of the selected components to ensure they can handle the expected currents in the circuit.