Current-Limited Bring-Up: Powering a Suspect Board Without Cooking It
Technique for first-powering a board of unknown health: bench supply in constant-current mode with the limit set just above expected idle draw, or a series resistor as a substitute, so a short announces itself instead of destroying the evidence. Includes what constant-current mode tells you and the free pre-power checks.
Applying full power to a board of unknown health is a destructive test: if there's a fault, the first thing you learn is which part burns. Current-limited bring-up inverts that — you cap the energy the board can draw so a fault announces itself instead of destroying evidence. ## Bench supply in constant-current mode A lab supply with adjustable current limit is the right tool. Set the voltage to the board's nominal rail, then set the current limit just above the expected idle draw before connecting anything — a small microcontroller board with an LCD typically idles in the single-digit milliamps, so a 30–50 mA cap is generous. Reading the result: - Supply stays in constant-voltage mode at low current — the rail is healthy. - Supply immediately drops into constant-current mode, output voltage collapsing to a fraction of the setting — there's a short. The limit is now protecting the board while you probe. - Current climbing steadily over seconds — something is heating and its resistance is changing. Kill it. ## Without a bench supply A resistor in series with the battery gives you a crude but effective limit: about 100 Ω on a 3 V rail caps current near 30 mA. It also gives you a free ammeter — measure the voltage across the resistor and divide by its resistance. The board may not fully start with that much series resistance, but a healthy board will pull sane current and a faulted one will drop the entire supply across the resistor. The mains equivalent is the dim bulb tester: an incandescent lamp wired in series with a device under test. A faulted device lights the bulb brightly and receives almost nothing; a healthy one leaves it dark. ## Checks that cost nothing - **Measure before energising.** Resistance from VCC to GND, both probe directions. Anything under a few tens of ohms means don't apply power — see Reverse-Polarity Damage in ICs: The Hot Chip and the Diode-Asymmetry Test. - **Verify polarity at the pads with a meter**, not by wire colour. Two wires of the same colour on a hand-made lead is a fault waiting to happen; mark one. - **Find the hot spot fast.** Fingertips work at low voltage. A drop of isopropyl alcohol evaporates first over the hottest part, and a thermal camera shows it immediately. - **Prefer the current-limited supply to a battery for any first power-up**, precisely because a battery has no limit worth relying on: Battery Fault Current: Why the Cell You Pick Decides Whether a Mistake Is Survivable. This belongs on the same checklist as the failure modes in Seven Common Maker Mistakes: A Hardware Project Checklist.