EC
EasyCircuitHardware prototyping, as simple as vibe coding.
Build guide · 12 minute read

Breadboard to Perfboard: How to Make Your Circuit Permanent

A working breadboard is a proof of the circuit. A reliable perfboard build comes from preserving its electrical connections—not copying where the parts happen to sit.

· EasyCircuit

The short answer

To move from breadboard to perfboard: document the working circuit, convert every connection into a net list, plan the physical layout from the component side, mirror it for the solder side, then build and test one functional block at a time.

A solderless breadboard contains hidden metal strips. Most pad-per-hole perfboard does not: each copper pad begins electrically isolated. A wire that looks short on the breadboard may need a solder bridge or insulated jumper on perfboard. The exact holes can change; the connected pins cannot.

Safety boundary: use this guide for low-voltage DC projects. Disconnect power before soldering or moving parts. Do not prototype mains voltage or an unprotected lithium battery circuit on general-purpose perfboard.

Before moving from breadboard to perfboard

Do not dismantle the breadboard as soon as it works once. Let the circuit run through its normal modes, restart it several times, and correct intermittent connections first. A flaky prototype produces a flaky permanent build.

  • Photograph the board from directly above
  • Save the schematic and working code
  • Write down every exact part and pinout
  • Mark polarity and pin 1 on polarized parts
  • Measure the supply voltage and normal current
  • Label every off-board connector
  • Check that footprints fit 2.54 mm perfboard
  • Keep the breadboard intact as a reference

Think in nets, not rows

A net is one electrically shared connection. If the microcontroller ground, sensor ground, and power-supply negative are one net in the schematic, all three must be connected on perfboard—even if they are far apart physically.

Net namePins that must connectHow to verify
3V3Controller 3V3, sensor VCCContinuity with power off; then measure 3.3 V
GNDSupply negative, controller GND, sensor GND, LED returnContinuity between every ground point
SDAController SDA, sensor SDAContinuity end-to-end; no continuity to SCL
SCLController SCL, sensor SCLContinuity end-to-end; no continuity to SDA
LEDOutput pin, resistor, LED anodeCheck resistor value and LED polarity

How to transfer the circuit in eight steps

  1. Freeze a known-good reference

    Take photos, export the schematic, label wires, and record the supply current while the breadboard circuit is behaving normally.

  2. Choose the right board

    Confirm the hole pitch, board size, mounting holes, and whether you bought isolated-pad perfboard or stripboard. Their copper connections are different.

  3. Place fixed mechanical parts first

    Position switches, LEDs, displays, sockets, and connectors where they remain reachable. Leave room for mounting hardware and cable strain relief.

  4. Arrange by functional block

    Keep power regulation together, sensors near their connector, and decoupling capacitors close to the pins they support. Shorter critical paths are easier to inspect.

  5. Route power and ground

    Plan clear rails or bus wires. Size wire and copper for actual load current; thin solder bridges are not suitable for high-current paths.

  6. Draw every signal connection

    Use insulated jumpers when routes cross. Assign wire colors consistently and mark the first pin of every IC or module.

  7. Mirror the solder-side plan

    When you flip the board over, left and right reverse. Print, trace, or view the bottom plan as a mirror before touching the iron.

  8. Build one block at a time

    Solder power first, inspect and test it, then add the controller, inputs, and outputs. Do not populate the whole board before the first check.

The mistake that catches almost everyone once
The view from the copper side is horizontally mirrored. Pin numbering also appears reversed from that side; use a clearly marked pin 1 as your anchor.

Test before the first powered run

Inspect the board in bright light and use a multimeter with power disconnected. Continuity testing catches many faults without risking a component.

  1. Check that supply positive is not shorted to ground.
  2. Verify each intended net from endpoint to endpoint.
  3. Check neighboring pads and pins that should remain separate.
  4. Confirm IC orientation, diode bands, capacitor polarity, and connector pin order.
  5. If possible, power the board from a current-limited bench supply set near the circuit's measured normal current.
  6. Check the power rails first. Only then connect or enable the remaining modules.

A continuity beeper is not a logic analyzer: some meters beep over a range of resistance, and capacitors may cause a brief indication while charging. Read your meter and investigate unexpected results rather than treating every beep identically.

When it works on breadboard but not perfboard

SymptomLikely causeFirst check
No powerReversed connector, open rail, or shortDisconnect modules; verify input and rail voltages
Supply current is too highSolder bridge, reversed polarized part, wrong pinoutPower off immediately; inspect power-to-ground resistance
One block is deadMissing net or cold jointContinuity-test that block against the net list
Intermittent behaviorCracked joint, loose connector, inadequate decouplingInspect joints under magnification; compare capacitors to the schematic
Signals are swappedSolder-side view was not mirroredTrace from marked pin 1, not from visual memory
Sensor cannot communicateMissing common ground, SDA/SCL swapped, wrong voltageVerify ground, logic levels, pull-ups, and exact module pin labels

Compare the perfboard to the schematic net by net—not to the shape of the breadboard. Reflow only a suspect joint, then test again. Changing several things at once destroys the evidence that identifies the fault.

Frequently asked questions

Can I copy a breadboard layout directly onto perfboard?

Usually no. Breadboards contain hidden connected strips, while most perfboards have isolated pads. Preserve the electrical nets and add each connection deliberately.

Should components go on the copper side?

On typical through-hole perfboard, component bodies go on the non-copper side and their leads are soldered on the copper side. Confirm your specific board, especially if it is double-sided or has plated-through holes.

Can I use perfboard for a final product?

Perfboard is useful for one-off prototypes and low-volume fixtures. For repeatable production, demanding signal integrity, high current, harsh environments, or regulatory requirements, move to a designed PCB and appropriate enclosure.

Plan the circuit before you solder it

Describe your project, review the parts and connections, then build from a concrete circuit plan.

Open EasyCircuit →