When most people ask how mini circuit breakers work, they picture the mechanical snap of a standard DIN-rail breaker. Inside a traditional AC MCB, a bimetallic strip bends under sustained heat to trigger a thermal trip, while a solenoid pulls a latch during a massive short-circuit spike for a magnetic trip. But in modern DC solar systems, smart home panels, and automotive boards, mechanical breakers are often too slow, lack precision, and suffer from contact arcing. To solve this, engineers use the electronic miniature circuit breaker (eMCB).
An electronic MCB replaces the bimetallic strip and solenoid with a current-sense shunt, a voltage comparator, and a power MOSFET. It monitors current in real-time and interrupts the circuit in microseconds rather than milliseconds. To truly understand this mechanism—and how to design or troubleshoot one on your bench—we need to break down the solid-state electronic trip topology, pick real component values, and look at exactly what happens when things go wrong.
The Electronic MCB Topology: Nodes and Component Values
Unlike a mechanical breaker which is a sealed black box, an eMCB is a transparent analog control loop. The topology relies on four critical nodes to measure, decide, and act. For this design walkthrough, we are building a 5A, 12V DC solid-state breaker.
- Node A (Sense): The high-side current shunt. It converts load current into a proportional millivolt signal.
- Node B (Reference): A resistor voltage divider that sets the exact trip threshold voltage.
- Node C (Logic): The comparator output. It constantly compares Node A to Node B and pulls low when an overcurrent is detected.
- Node D (Gate Drive): The MOSFET gate. When Node C pulls low, this node discharges, turning off the power switch and breaking the circuit.
According to Texas Instruments' guidelines on electronic fuses and hot-swap controllers, selecting the right shunt and switch is critical to minimizing voltage drop and heat. Here is the exact bill of materials and spec sheet for our 5A eMCB design:
| Component Role | Part Number / Value | Key Specification | Circuit Behavior at 5A |
|---|---|---|---|
| Current Shunt (Node A) | 0.05Ω, 5W Metal Strip | Low TCR (Temperature Coefficient) | Drops 250mV; dissipates 1.25W |
| Comparator (Node C) | LM393 Dual Comparator | Open-collector output, 36V max | Draws ~0.5mA quiescent current |
| Reference Divider (Node B) | 10kΩ (Top) / 2kΩ (Bottom) | 1% tolerance metal film | Sets trip reference at ~2.0V (scaled) |
| Power Switch (Node D) | IRFZ44N N-Channel MOSFET | RDS(on) = 17mΩ @ VGS=10V | Drops 85mV; dissipates 0.425W |
| Gate Pull-Down | 10kΩ Resistor | Standard 1/4W carbon film | Prevents floating gate turn-on |
Why Electronic Over Thermal-Magnetic? (And Extreme Failure Modes)
Why choose this solid-state topology over a cheap $4 thermal-magnetic MCB? The answer lies in response time and DC arc suppression. As noted in standard breaker theory on Electronics Tutorials, mechanical breakers rely on physical mass moving. An electronic breaker relies on electron mobility. An eMCB can clear a fault in under 10 microseconds, preventing the let-through current from ever reaching destructive levels in sensitive semiconductor loads.
Series vs. Parallel Sensing: The Failure-Mode Contrast
When designing the sensing stage (Node A), you have two topology choices: a series shunt resistor or a parallel Hall-effect sensor. The failure modes dictate which one you choose.
- Series Shunt (Our Topology): If the shunt resistor fractures and opens, the load loses power. This is a fail-safe condition. The circuit breaks, protecting the load.
- Parallel Hall-Effect: If the Hall sensor's 5V logic supply dies, it stops sending the magnetic field reading. The comparator sees 0V, assumes no current is flowing, and keeps the MOSFET turned on. This is a fail-deadly condition. The breaker will not trip during a short circuit.
Because of this contrast, high-reliability aerospace and solar eMCBs almost exclusively use series shunts, accepting the minor power loss for guaranteed fail-safe operation.
What Breaks at the Extremes?
Every topology has an Achilles heel. In our eMCB design, the extremes look like this:
- MOSFET Drain-Source Short: If the IRFZ44N suffers a catastrophic die short, the breaker physically cannot interrupt the circuit. The let-through current becomes infinite. To fix this in high-stakes designs, engineers place two MOSFETs in series; both must fail short for the breaker to be defeated.
- Shunt Solder Joint Fatigue: If the 0.05Ω shunt develops a high-resistance cold solder joint, its resistance might drift to 0.08Ω. The breaker will now nuisance-trip at 3A instead of 5A, starving the load of power.
Breadboarding the Solid-State MCB: Step-by-Step
Testing this topology on a breadboard is an excellent way to visualize the trip curve, but you must respect the physical limits of your test gear. Standard breadboard spring clips are rated for about 1A to 2A. Pushing 5A through them will melt the plastic housing and create a fire hazard.
- Build the High-Current Bypass: Do not route the main 12V/5A load path through the breadboard's internal metal strips. Use thick 18 AWG jumper wires to connect the power supply directly to the shunt, and from the shunt directly to the MOSFET drain and source.
- Wire the Sense Node (A): Connect the LM393 non-inverting input (+) to the load-side of the 0.05Ω shunt. Connect the inverting input (-) to the source-side of the shunt. (Note: Because the LM393 cannot handle negative common-mode voltages well if the shunt is on the low side, this topology assumes a high-side shunt with a differential amplifier, or a low-side shunt referenced to GND. For breadboard simplicity, place the shunt on the low side between the load and GND, and measure the voltage drop across it).
- Set the Reference (Node B): Wire the 10kΩ and 2kΩ resistors as a divider from a stable 12V reference to GND. Feed the midpoint (approx 2.0V) into the comparator's reference pin. *Wait, our shunt drops 250mV at 5A.* To match this, use a 10kΩ and 220Ω divider to set the reference at exactly 250mV.
- Configure the Gate Drive (Node D): Connect the LM393 output to the MOSFET gate via a 100Ω current-limiting resistor. Add the 10kΩ pull-down resistor from the gate to GND to ensure the MOSFET stays off when the comparator output is high-impedance.
- The Verify Step: Connect a variable electronic load or a high-power rheostat to the output. Slowly increase the current draw. Monitor the shunt voltage with a multimeter. At exactly 250mV (5.0A), the LM393 output should snap low, discharging the gate and cutting power to the load.
Behavior Matrix: Element Changes and Trip Responses
Understanding how component tolerances and failures affect the trip point is what separates a hobbyist from a power systems engineer. The table below maps exactly what happens to the breaker's behavior when specific elements in the topology drift or are intentionally changed.
| Component Changed | New Value / Condition | Resulting Behavior | System Consequence |
|---|---|---|---|
| Shunt Resistor (R_sense) | Increases to 0.10Ω | Trip current drops to 2.5A | Nuisance tripping; load starves under normal operating conditions. |
| Reference Divider (R_bottom) | Increases to 470Ω | Reference voltage rises to ~540mV | Breaker fails to trip until 10.8A; severe overcurrent risk to wiring. |
| MOSFET Gate Pull-Down | Removed (Floating Gate) | Gate accumulates static charge | Unpredictable, spontaneous tripping or failure to turn on initially. |
| Comparator VCC | Drops below 3.0V (Brownout) | LM393 internal logic fails | Output may float high, turning the MOSFET on permanently (fail-deadly). |
| Load Impedance | Short Circuit (0.01Ω) | Current spikes to >100A instantly | Shunt voltage exceeds comparator max rating; MOSFET enters linear region and may thermally destruct before tripping. |
By mastering this topology, you move beyond simply replacing blown breakers in a panel. You gain the ability to design custom overcurrent protection for battery management systems, solar charge controllers, and sensitive embedded hardware, ensuring your circuits survive the extremes of real-world operation.






