Electronics for Building Things · Lesson 3

Series & Parallel

Two ways to connect things — and the rules of thumb that tell you what happens.

Every multi-part circuit connects its pieces in one of two arrangements, or a mix. Knowing which is which lets you predict behavior at a glance — without algebra. This is the difference between guessing and reasoning when you wire up several LEDs, sensors, or power connections.

The one win Look at two components and instantly say whether current is shared (series) or split (parallel) — and what that means for your project.

Series: one single-file path

Series means components are in a line, one after another, on a single path. There's only one road for current to take, so it must pass through every part in turn.

A B
Series: A then B on one loop. The same current flows through both.

Rules of thumb for series:

Parallel: side-by-side paths

Parallel means components are connected across the same two points, giving current multiple roads. Each part is its own branch between the same node pair.

A B
Parallel: A and B each bridge the same top and bottom nodes. They share voltage; current splits between them.

Rules of thumb for parallel:

Rule of thumb for your projects Power your modules in parallel: run every board/sensor's power pin to the + rail and every ground to the GND rail. Each gets the full voltage and works independently. You almost never want to put whole modules in series.
The big exception: LEDs Each LED still needs its own series resistor. Putting several LEDs in parallel on a single shared resistor leads to uneven brightness and trouble — give each LED branch its own current limit.

Check yourself

Recall first.

Read this next (primary source) SparkFun — Series and Parallel Circuits. Same ideas with more worked examples; skip the heavier math, keep the intuition.
I'm your teacher — ask me anything. "Should these be series or parallel?" is one of the most useful questions you can bring me about a real build. Ask away.

See also: Glossary · Rules of thumb