The most reliable passive topology for dual-supply power redundancy is the diode OR-ing circuit. By placing a diode in series with each power source and tying their cathodes together, you create a one-way valve system that automatically falls back to a backup supply if the primary fails, without any moving parts or complex control logic. For a standard 5V/2A embedded load, using two 1N5822 Schottky diodes provides instant switchover with a manageable 0.45V forward drop.

The Diode OR-ing Topology: Nodes, Paths, and Purpose

To design a robust diode and circuit for power multiplexing, you must first map the nodes. The passive OR-ing topology consists of six critical connection points:

  • V_PRI: Primary power source input (e.g., 5.0V wall adapter).
  • V_BAK: Backup power source input (e.g., 4.8V USB power bank or Li-ion pack).
  • A1: Anode of Diode 1 (connected to V_PRI).
  • A2: Anode of Diode 2 (connected to V_BAK).
  • K_COM: Common Cathode node (where the cathodes of D1 and D2 physically join).
  • V_LOAD: The output rail feeding your downstream electronics.

Why this topology over the alternatives? You could use mechanical relays for power switching, but relays suffer from contact bounce, draw continuous coil current, and fail mechanically over time. Alternatively, you could use active ideal diode controllers (like the TI LM66100 or Analog Devices LTC4357), which use MOSFETs to drop the voltage loss to near zero. However, active controllers cost $1.50 to $4.00 per channel, require external FETs, and demand careful PCB layout to prevent oscillation. A passive Schottky diode costs roughly $0.08, requires zero quiescent current, switches in nanoseconds, and is virtually indestructible if sized correctly. The trade-off is the forward voltage drop ($V_f$) and resulting heat, which we must engineer around.

Component Selection and Design Walkthrough

Let us design a diode and circuit for a Raspberry Pi 4 drawing a peak of 2A at 5V. The minimum acceptable input voltage for stable Pi operation is roughly 4.6V. We have a 5.0V primary supply and a 5.0V backup supply.

Warning: Never use a standard silicon rectifier like the 1N4007 for low-voltage logic redundancy. At 2A, a 1N4007 will drop about 0.9V, leaving only 4.1V for your load (causing brownouts). Furthermore, it will dissipate 1.8W of heat in a DO-41 package rated for only 1W, leading to rapid thermal failure.

Instead, we select the 1N5822 Schottky diode (DO-201AD package, 3A continuous current rating). Here is the thermal and electrical walkthrough:

  1. Voltage Drop: At 2A, the 1N5822 datasheet specifies a typical $V_f$ of 0.45V. Our V_LOAD will be $5.0V - 0.45V = 4.55V$. This is slightly below the ideal 4.6V, so we might need to bump the primary supply to 5.1V (standard USB PD voltage) to yield a safe 4.65V at the load.
  2. Power Dissipation: $P = V_f \times I = 0.45V \times 2A = 0.9W$.
  3. Thermal Rise: The DO-201AD package has a junction-to-ambient thermal resistance ($R_{\theta JA}$) of roughly 40°C/W. A 0.9W dissipation yields a temperature rise of $0.9 \times 40 = 36°C$ above ambient. In a 25°C room, the diode body will sit at 61°C. This is hot to the touch, but well below the 125°C maximum junction temperature, ensuring long-term reliability.

If 61°C is too hot for your enclosure, you must upgrade to a TO-220 packaged Schottky (like the MBR3045CT) and bolt it to a small heatsink, or transition to an active MOSFET-based ideal diode circuit as detailed in this Analog Devices technical guide on ideal diodes.

Behavior Matrix and Extreme Failure Modes

Understanding how the circuit reacts to normal variations and catastrophic failures is critical for system safety. Below is the behavior matrix for our 1N5822 OR-ing design.

System State V_PRI V_BAK D1 State D2 State V_LOAD
Normal Operation 5.1V 4.8V Forward Biased Reverse Biased 4.65V
Primary Fails 0V 4.8V Reverse Biased Forward Biased 4.35V
Both Active (Matched) 5.0V 5.0V Forward Biased Forward Biased 4.55V (Current shared)

What Breaks at the Extremes?

Passive components fail in two primary ways: open or short. Here is how the diode and circuit handles these extremes:

  • D1 Fails Open: The physical connection between V_PRI and K_COM is broken. The load will run entirely on V_BAK, even if V_PRI is healthy. You lose your primary power path and your redundancy is compromised until the diode is replaced.
  • D1 Fails Short: This is the dangerous mode. If D1 shorts internally and V_PRI subsequently drops to 0V (or shorts to ground), V_BAK will backfeed through the shorted D1 into the dead V_PRI rail. This can drain your backup battery into a dead wall adapter, or worse, cause the backup supply's wiring to overheat if it lacks its own overcurrent protection. Always place a fuse or PTC resettable fuse on the V_BAK line to prevent backfeed fires.

Step-by-Step Breadboard Verification

Before soldering this diode and circuit to a perfboard or PCB, verify the logic and voltage drops on a breadboard. You will need a multimeter, two bench power supplies (or a supply and a USB battery bank), and your 1N5822 diodes.

Bench Tip: Breadboard contacts have inherent resistance (often 0.1Ω to 0.5Ω per clip). At 2A, this can introduce unexpected voltage drops. Keep your jumper wires short and thick (22 AWG or larger) for the power rails.
  1. Seat the Diodes: Insert D1 and D2 into the breadboard. Ensure the silver cathode stripes are both pointing toward the same common ground/power rail (K_COM).
  2. Wire the Sources: Connect V_PRI (set to 5.1V) to the anode of D1. Connect V_BAK (set to 4.8V) to the anode of D2.
  3. Measure No-Load Output: Set your multimeter to DC Volts. Place the red probe on K_COM and the black probe on the ground rail. You should read approximately 4.65V (5.1V minus the negligible no-load $V_f$ of ~0.2V). D2 should be blocking the 4.8V backup.
  4. Simulate Primary Failure: Turn off or disconnect V_PRI. Watch the multimeter. The voltage should instantly drop to roughly 4.6V (4.8V minus D2's no-load $V_f$). There should be no measurable dropout time.
  5. Test Backfeed Isolation: With V_PRI disconnected, set your multimeter to the mA current range. Break the connection at the V_PRI anode (A1) and insert your multimeter probes in series. You are measuring the reverse leakage current of D1. It should read less than 1mA. If it reads higher, your diode is damaged or overheating.
  6. Apply Load: Connect a 5V 2A load (like a power resistor bank or the actual target board) to K_COM. Measure the voltage again to verify it stays above your minimum logic threshold under full current draw.

Diode and Circuit FAQ

How do I calculate heat dissipation for a high-current diode and circuit?

Heat dissipation is calculated by multiplying the forward voltage drop ($V_f$) at your specific operating current by the current itself ($P = V_f \times I$). You must then consult the diode's datasheet for the junction-to-ambient thermal resistance ($R_{\theta JA}$). Multiply your calculated wattage by $R_{\theta JA}$ to find the temperature rise above room temperature. If the final junction temperature approaches 100°C, you must add a heatsink, increase airflow, or select a diode with a lower $V_f$.

Can I parallel two diodes to increase current capacity in a diode and circuit?

No, you should never parallel standard discrete diodes to share current. Because diodes have a negative temperature coefficient, as one diode gets slightly warmer, its forward voltage drop decreases. This causes it to hog more current, which makes it hotter, which drops its voltage further—a thermal runaway loop that will destroy the first diode, followed immediately by the second. If you need 10A capacity, buy a single 10A diode (like a 10A10) or use an active MOSFET OR-ing controller as outlined in Texas Instruments power multiplexing documentation.

When should I replace my passive diode and circuit with an active ideal diode?

You should upgrade to an active ideal diode controller (which drives external MOSFETs) when your load current exceeds 3A, or when your system cannot tolerate a 0.3V to 0.5V drop. In 3.3V logic systems, a 0.4V Schottky drop leaves only 2.9V, which is often out of spec for modern microcontrollers. Active controllers drop the voltage by only 20mV to 50mV, preserving your voltage headroom and eliminating the need for bulky heatsinks, though they add BOM cost and layout complexity.