Electronics for Building Things · Lesson 2

Reading a Schematic & Your Breadboard

A schematic is a map, not a picture — and the breadboard is where you walk it.

In Lesson 1 you learned a circuit is a loop. Now you'll learn to read the map of that loop — the schematic — and lay it down on a real breadboard. Almost every guide you'll follow shows a schematic; being able to read one turns "copy this exactly" into "I see what they're doing."

The one win By the end you can take a simple schematic and point to the exact breadboard holes where each part goes — and explain why those holes are connected.

A schematic is a map of connections

A schematic doesn't show what parts look like or where they sit. It shows only one thing: what is connected to what. Two rules unlock 90% of it (SparkFun's guide covers the rest):

resistor LED battery ground
A few symbols you'll meet constantly. The full set lives in the symbol cheat-sheet.
Reading trick Trace the loop with your finger, start at the power source's +, and name each part you pass until you return to . If you can narrate the loop, you can read the schematic.

How a breadboard is wired inside

A breadboard looks like a grid of identical holes, but hidden metal strips connect certain holes together. Knowing the hidden pattern is the whole skill (SparkFun: How to Use a Breadboard):

+ ↑ power rails run the WHOLE length (left–right) center gap columns of 5 connect ↕ (up–down), stop at the gap
Two patterns: long power rails along the edges (connected left-to-right), and short columns of 5 in the middle (connected top-to-bottom, and the two halves are split by the center gap).

Translating: schematic → board

Here's the recipe, every time:

  1. Put power on the rails: source + to the red rail, −/GND to the blue rail.
  2. For each node in the schematic, pick one empty column to represent it.
  3. Plug each component's legs into the columns for the nodes it connects. A resistor between node A and node B: one leg in column-A, the other in column-B.
  4. Use short jumper wires to bridge a column to a rail, or one column to another.

That's it — the breadboard is just a convenient way to make the schematic's nodes physical.

Check yourself

Recall first — don't scroll up.

Read this next (primary source) SparkFun — How to Read a Schematic, paired with How to Use a Breadboard. Between them they show every symbol and the exact hidden wiring of the board.
I'm your teacher — ask me anything. Send me a photo of a schematic or your breadboard and I'll help you trace the nodes. That back-and-forth is where this clicks.

See also: Glossary · Symbol cheat-sheet