Engineering · Lesson 02

Breadboard Basics

Electricity Circuits Prototyping Electronics

Before you solder a single wire, you prototype. A breadboard lets you snap components in and out, test ideas in seconds, and fix mistakes without a soldering iron. Understanding how its hidden connections work is the first real skill in electronics.

← Back to Engineering

What Is a Breadboard?

A breadboard (also called a solderless breadboard) is a rectangular plastic board covered in small holes. Underneath those holes are spring-loaded metal clips that grip component leads and wire ends. Because nothing is soldered, you can build a circuit in minutes and tear it down just as fast.

Why "breadboard"? Early electronics hobbyists literally nailed components onto a wooden cutting board and ran wires between them. The name stuck even as the design evolved into the plastic form we use today.

Breadboards are the standard tool for prototyping — the stage where you test whether a circuit idea works before committing it to a permanent design. Professional engineers, hobbyists, and students all use them.

Anatomy of a Breadboard

A standard half-size breadboard has four main regions. Every hole in the same region is connected in a predictable way — that pattern is what makes the breadboard useful.

+ POWER RAIL (V+) — all holes in this row are connected to each other − GROUND RAIL (GND) — all holes in this row are connected to each other TIE-POINT ROWS a – e Each column (1, 2, 3…) connects rows a through e together. Holes in the SAME column but DIFFERENT rows a–e share one electrical node. Example: (col 5, row a), (col 5, row b), (col 5, row c), (col 5, row d), (col 5, row e) are ALL the same node. CENTER GAP (DIP NOTCH) — no connections cross this gap. ICs straddle it. TIE-POINT ROWS f – j Same rule as above — each column connects rows f through j together. The top half (a–e) and bottom half (f–j) are NOT connected to each other within the same column. + Bottom power rail (mirrors the top)

How the Connections Work

Under each section of the breadboard, strips of phosphor-bronze metal run in one direction. When you push a component lead into a hole, the metal strip grips it. Anything else pushed into the same strip makes electrical contact — no solder, no glue, just pressure.

Zone Which holes connect? Direction of strip
Power rail (+) Every hole in the + row, across the full length of the board Horizontal ↔
Ground rail (−) Every hole in the − row, across the full length of the board Horizontal ↔
Tie-points a–e All 5 holes in the same column (e.g. column 7, rows a through e) Vertical ↕
Tie-points f–j All 5 holes in the same column (e.g. column 7, rows f through j) Vertical ↕
Center gap Nothing — the gap separates the top and bottom halves No strip here
The Golden Rule Two components share a node if and only if at least one of their leads sits in the same connected strip. Different columns = different nodes. Same column, different half = different nodes. Same column, same half = same node.

Common Components & How to Place Them

Here are the parts you will use most often on a breadboard:

🔴 LED Two leads: anode (+, longer lead) and cathode (−, shorter lead). The longer lead must connect toward positive voltage. LEDs need a resistor in series or they burn out.
🟡 Resistor Limits current. No polarity — place either end in either hole. Color bands on the body tell you the resistance value (e.g. 220 Ω is red-red-brown).
🔵 Jumper Wire A short insulated wire with bare ends. Used to connect holes that are not already in the same strip — e.g. to bring power from a rail to a tie-point row.
🟢 IC Chip (DIP package) Straddles the center gap so each pin is in a different half. This keeps the two rows of pins from shorting together, and gives you 5 extra holes to connect to each pin.
🔋 Battery / Power Supply Connect the positive terminal to the + power rail and the negative terminal to the − (ground) rail using jumper wires. Everything else draws from those rails.
🔘 Pushbutton Straddles the center gap like an IC. Pressing the button connects the two sides. Releasing it opens the circuit again.

Connection Explorer

Tap any socket to reveal the exact hidden strip underneath it. The board now uses one shared coordinate grid for both holes and metal clips, so the highlight stays aligned on phones, tablets, and laptops.

Calibration Profile v2.1

Precision-Calibrated Breadboard X-Ray

Single-source-of-truth grid, larger tap targets, and animated signal flow.

+ - + -
Connectivity Inspector

Ready to Probe

Click any socket on the board to visualize the hidden metal strip that connects it to the rest of the circuit.

Signal Flow Logic

Circuit inactive

Circuit Challenges

Build a working LED circuit step by step. Select a component from the Controls panel, then click the source hole on the board.

Pro Tips for Breadboarding

  • Keep wires short and flat against the board. Long dangling wires fall out and make debugging harder.
  • Use color coding: red for power, black for ground, other colors for signals. Future-you will thank present-you.
  • Always disconnect the power supply before rearranging components.
  • If an LED doesn't light up, flip it — polarity is the most common mistake.
  • Always use a current-limiting resistor with an LED. Without one, the LED draws too much current and burns out instantly.
  • Push component leads firmly all the way down. A half-seated lead creates an intermittent connection — the bane of debugging sessions.
  • Test one sub-circuit at a time. Add power → rails → one component → test → add next component → test.

Where Breadboarding Leads

Once a circuit works on a breadboard, the next step is usually to move it to a more permanent form:

Perfboard / Stripboard A PCB-like board where you solder components at fixed hole positions. More permanent than a breadboard but still hand-built.
Custom PCB Design software (like KiCad or EasyEDA) lets you lay out a printed circuit board. You can order them manufactured for a few dollars.
Arduino / Microcontroller Add a programmable brain to your breadboard circuit. LEDs, sensors, motors — all controlled by code you write.
TinkerCAD Circuits A free online simulator by Autodesk. Design and test breadboard circuits in a browser before touching any physical component.

Quick Check

1. On a breadboard, which holes are connected to each other in the tie-point section?

2. Why do IC chips (DIP packages) straddle the center gap?

3. Why must you always use a resistor in series with an LED?

4. In which direction do the internal metal strips run under the power rails?