Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
Solderless breadboards make experimentation cheap. They also create their own problems — bad contact, capacitive coupling, accidental shorts. Knowing the conventions (rails on the sides, valleys for ICs) and the failure modes (springs wear out, jumper wires fall out) saves hours of debugging that look like 'the circuit doesn't work' but is actually 'the breadboard is broken'.
How a breadboard is actually wired internally.
THE STANDARD 830-TIE BREADBOARD:
TWO POWER RAILS (top and bottom):
Red line: positive (+) rail. All holes along this row are connected.
Blue/black line: negative (-) or ground rail. Same — all connected.
On full-length boards, the rail is often broken in the middle —
check the gap. Bridge with a jumper if needed.
CENTER VALLEY:
A 5-column block, then a gap, then another 5-column block.
Each column of 5 holes is connected vertically (within a column).
The gap is the IC slot — chips straddle it so each pin gets its own column.
WHAT'S CONNECTED:
- All 5 holes in column A1-E1: connected to each other.
- All 5 holes in column F1-J1: connected to each other.
- A1 and F1 are NOT connected (the gap).
- Row 1 and row 2 in column A are NOT connected (separate columns).
WHAT'S NOT CONNECTED:
- Holes in different columns.
- The two halves on either side of the IC valley.
- The top and bottom rails (unless you wire them together).
CONVENTIONS:
Red = positive. Black/blue = ground.
Use short jumpers (just enough wire for the distance). Long loops radiate
noise and look like a bird's nest.
Color-code by signal: power = red, ground = black, signals = yellow/blue/green.
COMMON FAILURES:
- "It works sometimes":
Springs in old holes lose grip. Move components to fresh holes.
- Components fall out:
The leads are too thin/wide. Bend wire leads to a slight kink.
- "Connected" but not connected:
Push the component all the way in (it should click).
- Shorts from neighboring jumpers:
Trim jumper insulation properly.
WHAT BREADBOARDS CAN'T DO:
- Frequencies above ~100 MHz (parasitic capacitance kills high-speed).
- High currents (>2-3A causes voltage drop across springs).
- Persistent storage (any vibration eventually loosens connections).
- Tight thermal contact.
For these: protoboard, perfboard, or PCB.
PROTOBOARD STEP UP:
Same layout but with solder pads. You solder components in. Permanent.
Step toward a "real" PCB without ordering one.
DRAW BEFORE YOU WIRE:
Sketch the schematic on paper. Lay components on the bread board
matching the schematic flow (left to right typical).
Build the power rails first. Verify with DMM before adding signal parts.
Add one block at a time. Test as you go.