When designing a low-voltage DC protection circuit, the circuit breaker type you select dictates your fault response time, inrush handling, and reset mechanics. For a 12V or 24V DC embedded or solar protection topology, use a solid-state eFuse (like the TI TPS2596) when you need microsecond fault clearing and precise current limiting. Choose a thermal-magnetic breaker (like the Blue Sea 187-Series) when you need high-surge tolerance, simple mechanical reset, and isolation from high-frequency switching noise.
This guide walks through a complete DC protection topology, contrasting these two primary breaker architectures with real component values, failure-mode analysis, and a bench-testing procedure.
The DC Protection Topology: Node Labels and Architecture
A robust DC protection topology does not rely on the breaker alone. It requires a coordinated sequence of transient suppression, current limiting, and load switching. Below is the standard node architecture for a 12V nominal DC feed protecting a sensitive embedded load.
- V_IN: Raw DC source input (e.g., 12V battery or bench supply).
- N_TRANS: Transient suppression node. Connects the TVS diode cathode to the main line, anode to GND.
- N_PROT: Protection node. The input terminal of the selected circuit breaker type.
- N_SENSE: Current sense node (specific to solid-state topologies). Connects the programming resistor to the eFuse controller.
- V_OUT: Protected output node feeding the downstream load.
- GND_SYS: Common system ground, bonded to the chassis or battery negative.
In this configuration, current flows from V_IN through N_TRANS (where the TVS diode clamps voltage spikes), into N_PROT (the breaker input), and out through V_OUT to the load. If a fault occurs downstream of V_OUT, the breaker interrupts the path between N_PROT and V_OUT, while the TVS diode at N_TRANS absorbs any inductive kickback generated by the sudden current interruption.
Component Selection: Picking the Right Circuit Breaker Type
Why use this multi-node topology instead of simply placing a standard fuse in series with the load? Fuses are single-use and slow to clear low-level overcurrents. Breakers reset, but the type of breaker changes the circuit's behavior entirely. We will compare a mechanical thermal-magnetic breaker against a solid-state eFuse.
Design Walkthrough and Real Component Values
For a 12V nominal system driving a 4A continuous load with a 6A peak inrush, here are the specific component values for both topology variants:
- Transient Suppression (Both): Littelfuse SMBJ15A TVS Diode. It features a 15V standoff voltage and clamps at 24.4V, safely protecting downstream 12V electronics from load-dump spikes.
- Thermal-Magnetic Variant: Blue Sea Systems 187-Series 5A DC Breaker. It uses a bimetallic strip for thermal overload (slow trip) and a magnetic solenoid for short-circuit protection (fast trip).
- Solid-State Variant: Texas Instruments TPS2596 eFuse. We program the current limit using a 24kΩ resistor at the
N_SENSE(ILIM) pin, setting a precise 5A trip threshold. We add a 100µF ceramic capacitor at the output to manage dV/dt inrush limiting.
Why this topology over the alternative? If you are protecting a microcontroller or an ESP32-based sensor node, the thermal-magnetic breaker's magnetic trip threshold is often too high (typically 5x to 10x the rated current, meaning a 5A breaker might allow 25A to flow for milliseconds before tripping). That 25A spike will vaporize your PCB traces. The TPS2596 eFuse topology clamps the current strictly at 5.0A and shuts the MOSFET off in microseconds, saving the silicon.
Behavior Matrix and Failure Mode Analysis
Understanding what changes when one element changes is critical for debugging. The table below contrasts how the two circuit breaker types respond to specific topology faults and extremes.
| Fault / Element Change | Thermal-Magnetic Breaker Response | Solid-State eFuse (TPS2596) Response | Resulting System State |
|---|---|---|---|
| Load Shorts to GND | Magnetic trip engages in ~10ms. High let-through current (up to 50A peak). | Current clamps at 5A, then MOSFET turns off in <2µs. Minimal let-through energy. | System safe. eFuse requires a power cycle or UVLO reset to latch on again. |
| TVS Diode Fails Short | Thermal trip engages in 2-5 seconds as massive current flows from V_IN to GND. | eFuse detects overcurrent immediately, limits to 5A, then trips on thermal shutdown. | V_IN supply may brownout. Breaker isolates the shorted TVS from the source. |
| N_SENSE Resistor Opens (eFuse only) | N/A (Mechanical breaker has no sense node). | ILIM pin floats high. eFuse defaults to its minimum current limit (safe state) or disables. | Load loses power. System fails safe without catastrophic damage. |
| Load Opens (Disconnected) | No change. Breaker remains closed, V_OUT sits at 12V. | No change. eFuse remains on, V_OUT sits at 12V. Leakage current is <10µA. | System idle. Quiescent current draw depends on TVS leakage and breaker mechanics. |
| Ambient Temp Rises to 60°C | Bimetallic strip derates. A 5A breaker may trip at 3.5A continuous load. | Silicon junction temp rises. eFuse maintains 5A limit until internal thermal shutdown at ~145°C. | Thermal breaker causes nuisance trips in hot enclosures. eFuse maintains precision until extreme heat. |
What breaks at the extremes? If you dead-short the output on the thermal-magnetic topology, the magnetic trip saves the wire, but the mechanical contacts will eventually pit and degrade after 50-100 short-circuit events. If you repeatedly short the eFuse topology, the internal MOSFET absorbs the thermal energy during the microsecond turn-off time; exceed its SOA (Safe Operating Area) limit too many times, and the silicon will permanently fail short, requiring board-level rework.
Step-by-Step Breadboard Testing Procedure
V_IN to V_OUT), use 18 AWG solid wire directly soldered to a perfboard, or use a heavy-duty busbar breadboard. Use the standard breadboard only for the low-current N_SENSE programming resistors and logic signals.
Follow these numbered steps to validate your protection topology on the bench before committing to a custom PCB.
- Establish the Power Rails: Connect your bench power supply to the perfboard. Set it to 12.0V DC with a hard current limit of 10A. Connect the positive rail to
V_INand the negative rail toGND_SYS. - Install Transient Suppression: Solder the Littelfuse SMBJ15A TVS diode between
V_INandGND_SYS. Ensure the cathode band facesV_IN. Verify with a multimeter in diode mode; it should read open in one direction and ~0.5V in the forward direction. - Wire the Breaker Input (
N_PROT):- For Thermal: Route 18 AWG wire from
V_INthrough the Blue Sea 5A breaker input terminal. The output terminal becomes yourV_OUTnode. - For eFuse: Wire the TPS2596 breakout board
INpin toV_IN. Wire theOUTpin to serve asV_OUT.
- For Thermal: Route 18 AWG wire from
- Program the Sense Node: If using the TPS2596, insert the 24kΩ programming resistor between the
ILIMpin and GND on the breadboard. Add the 100µF ceramic capacitor acrossV_OUTand GND to manage the inrush dV/dt. - Connect the Load: Attach a high-power resistive load (e.g., a 12V, 50W halogen bulb or a power resistor bank) to
V_OUTandGND_SYS. Insert a calibrated clamp meter or shunt ammeter in series with the load to monitor real-time current. - Induce a Fault: Power on the supply. The load should activate. Now, use a heavy-gauge jumper wire to momentarily short
V_OUTtoGND_SYS.- Observe: The thermal breaker will trip with an audible click in ~10ms. The eFuse will silently drop
V_OUTto 0V in microseconds. Check your bench supply display to verify the let-through current spike.
- Observe: The thermal breaker will trip with an audible click in ~10ms. The eFuse will silently drop
- Reset and Verify: Toggle the thermal breaker lever to reset. For the eFuse, cycle the bench supply off and on (or toggle the EN pin) to reset the internal latch. Verify nominal 12V is restored at
V_OUT.
Frequently Asked Questions: Circuit Breaker Type Selection
What circuit breaker type is best for high-inrush motor loads?
For DC motors or compressors that draw 3x to 5x their continuous running current during startup, a thermal-magnetic circuit breaker type with a hydraulic-magnetic delay (often called a "slow-blow" or "time-delay" magnetic curve) is ideal. The fluid-filled dashpot in the magnetic coil allows the high inrush current to pass for a few hundred milliseconds without tripping, while still providing instantaneous short-circuit protection. Solid-state eFuses can handle inrush if you properly size the output capacitor to slow the dV/dt, but they are generally better suited for resistive or electronic loads.
Can I use an AC circuit breaker type in a low-voltage DC topology?
No. As noted in Schneider Electric's application guidelines, AC breakers rely on the AC waveform crossing zero volts 120 times a second (at 60Hz) to naturally extinguish the electrical arc that forms when the contacts open. DC voltage never crosses zero. If you use an AC breaker on a DC circuit, the arc will sustain, melting the breaker housing and potentially causing a fire. Always use breakers specifically rated for DC voltage (e.g., 12V/24V/48V DC) which feature wider contact gaps and magnetic blowouts to force the arc into an arc chute.
Why does my thermal circuit breaker type trip prematurely in a high-ambient enclosure?
Thermal-magnetic breakers use a bimetallic strip that bends in response to heat. This heat comes from two sources: the I²R heating of the current passing through it, and the ambient temperature of the surrounding air. If your breaker is rated for 10A at 25°C (77°F), placing it inside a solar charge controller enclosure that reaches 50°C (122°F) will cause the bimetallic strip to trip at a much lower current—often around 7A or 8A. To fix this, you must either apply a temperature derating curve provided by the manufacturer, or switch to a solid-state eFuse topology which uses a dedicated silicon temperature sensor to separate ambient compensation from the current-limit logic.






