Wednesday, September 23, 2026

practical diode-protection cheat sheet

 

1. Polarity Protection

Topology

How it works

Trade-off

Series diode

Diode in line with supply; wrong polarity → blocked

Simple, but costs a forward-voltage drop (less with Schottky)

Parallel crowbar diode

Diode across supply, normally reverse-biased; wrong polarity → conducts hard and blows a fuse

Robust, zero drop in normal operation, but needs a fuse/current limiter sized correctly

MOSFET "ideal diode"

MOSFET replaces the series diode, driven by a small controller or gate-charge circuit

Near-zero voltage drop; standard in battery and automotive gear

Bridge rectifier

Full bridge in the power path; input polarity no longer matters

~2 diode drops in the current path, but works for AC or DC-either-way inputs

2. Overvoltage Protection

Topology

How it works

Trade-off

Zener clamp

Zener from signal to ground; conducts once voltage exceeds Vz

Simple, but limited power handling and soft knee

TVS diode

Avalanche diode built specifically for transient suppression (ESD, inductive spikes, automotive)

Fast response, higher surge capability than a Zener; unidirectional or bidirectional

Avalanche diode

Diode/Zener/TVS chosen to break down at a controlled voltage

Common for clamping inductive spikes from motors, solenoids, relay coils

Steering-diode clamp

Diodes route overvoltage to a nearby rail (VCC or ground) instead of dissipating it locally

Good for ADC/analog input protection, usually paired with a series resistor

3. Negative-Voltage / Bidirectional Protection

Topology

How it works

Trade-off

Two-diode input clamp

One diode clamps to VCC, one clamps to ground — most MCU pins have this built in internally

Cheap, but only protects within a diode drop above/below the rails

Back-to-back diodes

Two diodes oriented oppositely across a signal line, limiting both polarities symmetrically

Good for bidirectional signal protection against small over/under swings

Bidirectional TVS

Single TVS package that clamps both polarities

Best combined ESD + transient protection for signal lines

4. Inductive Load / Switching Spike Protection

Topology

How it works

Trade-off

Flyback diode

Diode across the coil (relay, solenoid, motor) gives stored energy a path when the switch opens

Protects the driving transistor/MOSFET; slows relay release time

Zener + flyback diode

Zener in series with (or replacing) the flyback diode lets the coil collapse at a higher voltage

Faster release/turn-off, useful when timing matters

RC snubber

Resistor + capacitor across the switching element

Reduces spike amplitude and EMI, doesn't fully clamp

RCD clamp

Resistor + capacitor + diode network

Common in SMPS to absorb transformer leakage-inductance energy

5. Multiple Power Sources

Topology

How it works

Trade-off

Diode OR-ing

Each supply feeds the load through its own diode; only the highest-voltage source conducts

Simple, but a full diode drop lost from each source

Ideal-diode MOSFET OR-ing

MOSFET version of the above

Much lower loss, more complex control circuitry

Battery isolation diode

Same principle applied specifically to prevent one battery from charging/discharging another

Same trade-offs as diode OR-ing

6. Dedicated Protection ICs

Topology

How it works

Trade-off

ESD diode array

IC containing multiple low-capacitance diodes tied to a common rail structure

Used for USB, CAN, HDMI, RS-485, GPIO — designed to shunt ESD without loading the signal

Diode matrix / steering network

Multiple diodes route abnormal voltages from several inputs toward safe rails

Used in keyboards, multiplexed inputs, interface protection

7. Two-Layer / Combined Schemes

Topology

How it works

Series diode + Zener

Series diode handles reverse polarity, Zener handles overvoltage — simple two-stage protection for low-power circuits

Diode + fuse crowbar

Crowbar diode conducts on reverse polarity, fuse opens before damage — prioritizes simplicity over efficiency

The key distinction

Ordinary diodes, Zeners, TVS diodes, and MOSFET "ideal diodes" solve different failure mechanisms and aren't interchangeable:

  • Ordinary diode → one-way current blocking (polarity, OR-ing)
  • Zener → moderate-power voltage limiting at a fixed level
  • TVS → fast, high-surge transient absorption
  • MOSFET ideal diode → polarity/OR-ing protection with near-zero loss

Picking the wrong one for the job (e.g., a Zener where you need TVS-level surge handling, or a series diode where you need MOSFET-level efficiency) is the most common design mistake in this space.

PROTECTION CIRCUIT LIMITATIONS

Protection circuits are not magic shields. Every protection method has a voltage, current, energy, time, and frequency limit.

Series diode

Protects against reverse polarity, but does not protect against overvoltage.

The diode itself must also be rated for the maximum forward current and reverse voltage.

Crowbar diode + fuse

Protects against reverse-polarity connection, but depends on the fuse opening quickly enough.

The diode must survive the fault current until the fuse operates. A wrong fuse rating can make the protection ineffective or damage the diode.

MOSFET ideal diode

Provides very low-loss reverse-polarity or power OR-ing protection, but the MOSFET still has limits for voltage, current, power dissipation and transient energy.

It is not automatically an overvoltage protector.

Bridge rectifier

Makes input polarity irrelevant, but introduces approximately two diode forward-voltage drops in the current path.

It also does not inherently protect against overvoltage or current overload.

Zener diode

A Zener is mainly a voltage clamp, not a universal surge protector.

Its ability to absorb a fault depends on its power rating and the duration of the event. A series resistor or current-limiting element is often essential.

TVS diode

A TVS is designed to absorb short-duration transients, not unlimited continuous overvoltage.

If an excessive voltage remains continuously, the TVS can overheat and fail. The TVS must therefore be selected according to standoff voltage, clamping voltage, peak pulse current and pulse energy.

Steering-diode clamp

Steering diodes can safely redirect an abnormal signal only if the destination rail can absorb the resulting current.

Without current limiting, such as a suitable series resistor, the protection diode or the supply rail itself can be damaged.

Flyback diode

Protects a switching transistor from the voltage generated by an inductive load when it is switched OFF.

However, a conventional flyback diode also makes the coil current decay more slowly. It therefore may not be suitable when fast release is required.

Zener + flyback

Allows a higher voltage across the coil during turn-off, producing faster energy decay.

But the Zener must be rated for the resulting pulse current and energy. The switching transistor must also be rated for the higher voltage.

RC snubber

Reduces switching spikes and EMI, but does not guarantee that the voltage will remain below a particular safe level.

Its effectiveness depends strongly on the resistor, capacitor, switching frequency and parasitic inductance of the actual circuit.

RCD clamp

Useful for absorbing controlled amounts of leakage-inductance energy, especially in switching power supplies.

The components must be designed for the actual switching voltage, current, frequency and energy. An incorrectly designed RCD clamp can itself become a source of heating or failure.

Diode OR-ing

Prevents one power source from directly feeding another, but the diode introduces power loss.

It also does not automatically provide current limiting, short-circuit protection or overvoltage protection.

ESD diode array

Designed mainly for short, fast ESD/transient events.

It is not intended to continuously dissipate a large overvoltage. Signal-line capacitance and leakage current must also be considered, especially with high-speed interfaces.


THE MOST IMPORTANT RULE

When selecting a protection component, ask five questions:

1. What is the abnormal condition?
Reverse polarity? Overvoltage? ESD? Inductive spike? Short circuit?

2. How much voltage can appear?
The protection device must survive the actual voltage, not just the nominal operating voltage.

3. How much current can flow?
A clamp without current limiting can become the thing that fails.

4. How much energy must be absorbed?
A 1 kV pulse lasting a few nanoseconds and a 30 V fault lasting several seconds are completely different protection problems.

5. What happens if the protection device itself fails?
A TVS, Zener or crowbar diode may fail short or open. The surrounding fuse, resistor, MOSFET or power supply should be considered as part of the complete protection system.

In one sentence:

Protection design is not simply about choosing a diode with the right voltage rating — it is about controlling voltage, current, energy and time during a specific failure event.


 


No comments:

Post a Comment