Breadboards
The plastic board with all the holes — and the hidden pattern inside it.
In 10 seconds
- • Short rows are connected; the middle gap is not.
- • Long side rails carry power and ground.
- • Neat wiring makes bugs easy to spot.
A breadboard lets you build a real circuit without soldering anything. You push component legs into holes, and metal clips hidden underneath grip them and connect them together. When the project is finished, or when you made a mistake, you simply pull everything out and start again. It is the electronics equivalent of building with LEGO instead of glue.
The hidden pattern
The holes are not all connected randomly — there is a strict pattern, and understanding it is the whole skill.
- The middle section is divided into short rows of five holes. All five holes in a row are joined together. So if you put an LED leg in one hole and a wire in another hole of the same row, they are connected.
- The channel down the centre splits the board into two halves that are not connected. This gap exists so that chips can straddle it with their legs on separate rows.
- The long rails at the edges, marked with red + and blue − lines, run the whole length of the board. These are for power and ground, so you can grab 5V or GND from anywhere.
Notice the direction: the middle rows run across the board in short groups, while the outer rails run along it. Mixing these two up is behind an enormous share of circuits that "should work but don't".
Habits of a tidy builder
A messy breadboard is genuinely harder to debug than messy code, because you cannot search it. A few habits make a huge difference:
- Always run red from 5V to the + rail and black from GND to the − rail first, before anything else.
- Keep wires short and flat against the board instead of arching over it.
- Use colour meaningfully: red for power, black for ground, other colours for signals.
- Build one section at a time and test it before adding the next.
When things do not work
Nine times out of ten the fault is mechanical, not electrical. Check that legs are pushed fully in — a leg resting on top of a hole looks connected but is not. Check you have not put two legs of the same component in the same five-hole row, which short-circuits it. And be aware that old, well-loved breadboards develop loose holes; if one spot behaves oddly, move the circuit over a few rows.
Moving on from the breadboard
Breadboards are for experimenting. Once a project works and you want to keep it forever, transfer it to a soldered prototype board, or design a small circuit board of your own. But every one of those permanent projects started life exactly where yours is now: pushed into a piece of white plastic full of holes.
Quick quiz: Breadboards
3 questions to check it stuck.
Next lesson
🎨 Resistors
Ready to try it for real?
Reading is good. Wiring is better. Pick a project and put this to work.
Explore projects