At its most fundamental level, the electrical circuit breaker definition is straightforward: an automatically operated switch designed to protect an electrical circuit from damage caused by overcurrent, short circuits, or overloads. In residential wiring, we interact with this definition via thermal-magnetic breakers in the main panel. But to a circuit designer or embedded systems engineer, a breaker is not just a black-box component you snap onto a DIN rail. It is a specific topology of sensing, comparing, and interrupting elements.
To truly understand how a breaker functions, we must look inside the black box. In this guide, we will translate the electrical circuit breaker definition into a practical, breadboardable Solid-State Circuit Breaker (SSCB) topology. By designing a 12V DC electronic breaker from scratch, you will see exactly how current sensing, threshold comparison, and load interruption interact at the node level.
The Core Topology and Node Labels
A traditional thermal-magnetic breaker uses a bimetallic strip for slow overloads and an electromagnet for fast short-circuits. A solid-state topology replaces these mechanical elements with a shunt resistor, a voltage comparator, and a power MOSFET. This topology eliminates arc flash risks and interrupts faults in microseconds rather than milliseconds.
Our high-side P-channel SSCB topology relies on five critical nodes to monitor and control power flow:
- Node A ($V_{IN}$): The unswitched source rail (12V DC).
- Node B ($V_{SENSE}$): The junction between the shunt resistor and the load. The voltage delta between Node A and Node B represents the real-time current.
- Node C ($V_{REF}$): The reference voltage node generated by a resistor divider, setting the exact trip threshold.
- Node D ($V_{GATE}$): The comparator output driving the MOSFET gate. When pulled low, the P-channel MOSFET turns ON; when pulled high to $V_{IN}$, it turns OFF.
- Node E ($V_{OUT}$): The protected load rail.
Component Selection and Design Walkthrough
Let's design a breaker with a strict 5.0 Amp trip point for a 12V DC system. We need real component values that balance voltage drop, heat dissipation, and switching speed.
| Component | Part Number / Value | Key Parameter | Role in Topology |
|---|---|---|---|
| Current Shunt | 0.1Ω / 5W Metal Film | $V_{drop} = 0.5V$ at 5A | Converts load current to a measurable voltage at Node B. |
| Comparator | LM393 (Dual Differential) | Open-collector output | Compares $V_{SENSE}$ against $V_{REF}$ and drives Node D. |
| Pass Element | IRF9540N (P-Channel MOSFET) | $R_{DS(on)} = 0.117Ω$, $I_D = -23A$ | Acts as the solid-state switch between Node A and Node E. |
| Reference Divider | 10kΩ and 470Ω | $V_{REF} \approx 0.54V$ | Sets the trip threshold at Node C (slightly above 5A to avoid nuisance trips). |
| Gate Pull-up | 10kΩ to $V_{IN}$ | Ensures default OFF state | Keeps Node D high (MOSFET OFF) if the comparator loses power. |
Calculating the Trip Threshold
Using Ohm's Law, the voltage drop across our 0.1Ω shunt at exactly 5.0A is:
$V = I \times R = 5.0A \times 0.1Ω = 0.5V$
The LM393 comparator's inverting input is tied to Node B ($V_{SENSE}$), and the non-inverting input is tied to Node C ($V_{REF}$). We set $V_{REF}$ to 0.54V using a voltage divider off the 12V rail. As long as $V_{SENSE} < V_{REF}$, the comparator output is high-impedance, and the 10kΩ pull-up resistor keeps the P-channel MOSFET turned ON. The moment current exceeds 5.4A, $V_{SENSE}$ exceeds $V_{REF}$, the comparator pulls Node D to ground, and the MOSFET snaps OFF.
Behavior Matrix: What Changes When Elements Shift
A robust circuit design requires understanding how component tolerances and environmental factors alter the trip curve. Below is the behavior matrix detailing how shifts in individual elements affect the overall breaker topology.
| Element Changed | Direction of Change | Effect on Trip Point | Effect on Pass Element (MOSFET) |
|---|---|---|---|
| Shunt Resistance ($R_{SENSE}$) | Increases (Thermal Drift) | Trip point decreases (trips earlier) | Increased $I^2R$ heating at Node B. |
| Reference Voltage ($V_{REF}$) | Drops (Divider drift) | Trip point decreases (more sensitive) | No direct effect on $R_{DS(on)}$. |
| MOSFET $R_{DS(on)}$ | Increases (Junction heating) | No effect on current trip point. | Higher voltage drop across Node A to E; risk of thermal runaway. |
| Load Impedance | Decreases (Approaching short) | Current spikes; rapid trip. | Must absorb brief surge energy before Node D switches. |
What breaks at the extremes? If the shunt resistor opens, the load loses power, but Node B floats to 0V. The comparator sees no fault, and the MOSFET remains ON, though no current flows. If the shunt resistor shorts, $V_{SENSE}$ becomes 0V regardless of current. The breaker is defeated and will pass infinite current until the power supply folds back or wires melt. If the MOSFET experiences a Drain-Source short (catastrophic silicon failure), the breaker fails closed, completely bypassing protection. This is why high-reliability DC systems often place a secondary mechanical fuse in series with the SSCB.
Why Solid-State Over Thermal-Magnetic?
Why choose this solid-state topology over the alternative (a standard thermal-magnetic breaker)? While a $10 Square D QO breaker is perfect for 120V AC branch circuits, it is the wrong tool for sensitive DC electronics, battery management systems (BMS), and automotive applications.
| Criteria | Solid-State Topology (SSCB) | Thermal-Magnetic Breaker |
|---|---|---|
| Interrupt Speed | Microseconds ($\mu s$) | Milliseconds to seconds (ms - s) |
| Arc Flash Risk | Zero (no physical contacts separating) | High (requires arc chutes to extinguish plasma) |
| Reset Mechanism | Electronic (auto-reset or logic latch) | Manual mechanical lever throw |
| DC Interruption | Excellent (no zero-crossing needed) | Poor (DC arcs are difficult to extinguish) |
| Cost at 5A / 12V | ~$3.50 (BOM cost) | ~$8.00 - $15.00 (Retail DC rated breaker) |
The solid-state topology wins decisively in DC environments where arc suppression is difficult and response time is critical to protecting downstream silicon. For more on the evolution of electronic protection, refer to the Texas Instruments guide on eFuses and hot-swap controllers, which build upon this exact topology.
How to Breadboard-Test the Topology Step-by-Step
You cannot safely breadboard a 120V AC mains breaker. However, you can absolutely breadboard this 12V DC SSCB topology to verify the electrical circuit breaker definition in action. Here is the exact bench-test procedure.
- Assemble the Pass Element: Place the IRF9540N on the breadboard. Connect the Source to your 12V bench power supply (Node A) and the Drain to the load rail (Node E). Connect the 0.1Ω 5W shunt resistor between the Drain and your test load (a power resistor or electronic load).
- Wire the Comparator: Seat the LM393. Tie VCC to 12V and GND to ground. Build the voltage divider (10kΩ and 470Ω) from 12V to ground, and connect the midpoint to Pin 3 (Non-inverting input, Node C).
- Connect the Sense Lines: Connect Pin 2 (Inverting input) directly to the junction between the MOSFET Drain and the shunt resistor (Node B). Crucial: Use Kelvin sensing (separate wires for current carrying and voltage sensing) if your breadboard contacts are loose, otherwise contact resistance will skew the 0.5V threshold.
- Wire the Gate Drive: Connect Pin 1 (Comparator Output) to the MOSFET Gate (Node D). Install the 10kΩ pull-up resistor between Node D and 12V.
- Initial Power-On Test: Set your bench power supply to 12.0V with a current limit of 6.0A. Connect a dummy load (e.g., a 4Ω power resistor, which will draw ~3A). Power the circuit. Measure Node E with your multimeter; it should read ~11.6V (accounting for the 0.4V drop across the MOSFET and shunt at 3A).
- Simulate the Overload: Swap the 4Ω resistor for a 1.5Ω resistor. The theoretical current draw is 8A, which exceeds our 5.4A trip point. Upon connection, you should see the voltage at Node E immediately drop to 0V. The comparator has tripped, pulling Node D low and shutting off the MOSFET.
- Verify the Latch/Reset: Because the LM393 has no built-in hysteresis in this basic topology, removing the heavy load and reconnecting the 4Ω load will allow the breaker to auto-reset. To test a latching fault, you would add a feedback resistor from the output to the non-inverting pin to create a Schmitt trigger, forcing a manual power-cycle to reset.
By building and testing this topology, the electrical circuit breaker definition transitions from a textbook concept into a measurable, node-by-node reality. For a deeper dive into standard protection definitions and code requirements, the NFPA National Electrical Code (NEC) remains the authoritative standard for how these devices must be applied in permanent facility wiring.






