How To Use A Breadboard Power Supply Module
Have you ever built a circuit on a solderless breadboard, only to spend half your time wrestling with loose battery connectors or flaky USB wires? A breadboard power-supply module (BPSM) snaps right onto the breadboard’s power rails and gives you reliable, switch-selectable voltages.
Most popular modules allow you to choose between 5 V, 3.3 V, or both simultaneously. They run from a standard DC barrel jack or a micro-USB port, and they feature on-board regulators, LEDs, and resettable fuses to ensure safety.
In short, a BPSM turns a messy bench into a tidy playground.
What Comes in the Box?
- Power module board – Usually about 55 mm x 35 mm, with two rows of male header pins along the bottom.
- Jumper caps or slide switches – Select 3.3 V or 5 V for each rail.
- DC barrel jack – Accepts 6–12 V wall adapters (center-positive).
- Micro-USB port – Handy if you only have a phone charger.
- Power LED – Glows when the output is on.
- Resettable polyfuse – Cuts off current if you short the rails (saves your bacon).
- Extra male headers – Many boards break out raw VIN, 3.3 V, and 5 V on the top edge for quick access.

How To Use A Breadboard Power Supply Module
Safety first! Always power down before you move jumpers or re-wire. A tiny spark can toast fragile parts.
1. Check Your Breadboard Layout
Look at the silk screen: the module’s header pins are spaced to slide into the outer power rails of a standard 400- or 830-point breadboard. You’ll feel a little click when it’s seated.
2. Pick Your Input Source
- Barrel jack: Plug in a 7–9 V DC adapter (12 V max).
- Micro-USB: Any 5 V phone charger works (skip if you need >5 V input).
Only use one input at a time.
3. Set the Voltage Switches
Most boards have two slide switches or colored jumpers labeled “OUT1” and “OUT2.”
- Slide to 5 V for Arduino logic, relays, or bright LEDs.
- Slide to 3.3 V for ESP32, ESP8266, sensors, and SD cards.
You can mix and match—left rail 5 V, right rail 3.3 V—perfect for dual-logic projects.
4. Power On
Flip the tiny ON/OFF switch. The LED lights up, and the rails now carry your chosen voltage. Verify with a multimeter if you’re not sure.
5. Build Your Circuit
Insert your ICs, resistors, and jumpers just like always. Feed devices from the rails, not the module’s raw pins, unless they need unregulated VIN.
6. Shut Down Gracefully
When you’re done, switch OFF before unplugging. This helps prevent brown-outs that corrupt EEPROMs or SD cards.
Pro Tips & Tricks
| Tip | Why It Helps |
|---|---|
| Use short jumpers from rail to rail if your board has split columns. | Keeps both halves energized. |
| Watch the current limit (usually 700 mA). | High-power motors can trip the polyfuse. |
| Attach heat sinks to the regulator if you feed >9 V and pull lots of current. | Prevents thermal shutdown. |
| Label your rails with a marker (5 V vs 3.3 V). | Avoids mis-wiring late at night. |
Troubleshooting Common Issues
| Symptom | Possible Cause | Fix |
|---|---|---|
| LED is off, no output. | Wrong polarity adapter or loose USB cable. | Check plug orientation; reseat connector. |
| Output drops to 0 V after a brief flash. | Short circuit tripped the polyfuse. | Remove short; wait 10 s, then retry. |
| Rail reads only 4.5 V with load. | Feeding from USB and drawing >500 mA. | Use barrel jack with 9 V, or add a powered USB hub. |
| ESP32 keeps resetting. | Rail set to 5 V instead of 3.3 V. | Move jumper to 3.3 V side. |
Conclusion
A breadboard power supply module is one of those “why didn’t I buy this sooner?” tools. It keeps your prototypes neat, protects parts from over-voltage, and lets you swap between 3.3 V and 5 V logic in seconds.
Whether you’re blinking LEDs, testing sensors, or hacking together a weekend robot, this tiny board will save time—and fried components.
Can I use a standard breadboard power supply module to create a negative voltage rail for op-amp or audio experiments?
Not directly—the on-board regulators only produce positive 3.3 V and 5 V. But you can create a simple “virtual ground” or true negative rail without buying a new supply:
- Virtual ground (quick fix)
- Split the 5 V rail with two equal resistors (e.g., 10 kΩ each) in series.
- Tie their midpoint to an op-amp buffer (like an LM358 powered from 5 V).
- The midpoint now sits at 2.5 V, letting the op-amp swing ±2.5 V around this pseudo-ground—perfect for small-signal audio tests.
- Charge-pump inverter (true −5 V)
- Feed the module’s +5 V into a tiny IC charge pump (MAX660, ICL7660S).
- The chip spits out −5 V at a few tens of milliamps—enough for most dual-supply op-amps.
- Route that −5 V to the breadboard’s blue rail; keep the module’s +5 V on the red rail, and you’ve got a compact ±5 V lab right on the board.
Either method turns your humble breadboard power module into a mini bipolar supply, opening the door to filters, instrumentation amps, and analog synth circuits—without the clutter of extra bench supplies.
What’s the worst that can happen if you accidentally bridge the 5 V and 3.3 V rails on your breadboard power-supply module?
The moment those two rails touch, the higher 5 V rail tries to shove current into the lower-voltage 3.3 V rail. In a heartbeat, you can (1) back-feed sensitive 3.3 V parts with 5 V, popping tiny MOSFET gates like bubble-wrap, (2) dump more current through the on-board linear regulator than it was ever meant to handle, and (3) trigger the polyfuse or thermal shutdown—best-case it just cuts power for a few seconds, worst-case it cooks itself.
Bottom line: you risk frying both your components and the power module. Always double-check jumper settings, label rails clearly, and keep the 5 V and 3.3 V neighborhoods socially distanced!
Frequently Asked Questions
Can I power the module from a 12 V car battery?
Yes, but add a 1 A fuse and keep the input under 12 V. The linear regulators get hot—use <9 V if you can.
Is it okay to run both rails at 3.3 V?
Absolutely. Just set both jumpers the same.
My servo twitches when plugged in. Why?
Servos pull large startup currents that sag the rail. Power the servo from VIN or a dedicated 5 V supply, and share the ground.

Author
Alex Klein is an electrical engineer with more than 15 years of expertise. He is the host of the Electro University YouTube channel, which has thousands of subscribers.
