Electronics for Building Things · Lesson 1

What a Circuit Really Is

Voltage, current, and resistance — using water, not math.

You've blinked an LED before. This lesson is about the why underneath it: the three ideas that explain every circuit you'll ever build, from that LED to the relay that will one day switch a lamp in your home. Get these three into your bones and almost everything else becomes common sense.

The one win By the end, you'll be able to look at a simple LED circuit and explain, out loud, where the current flows and why the resistor has to be there. That single skill is the seed of reading any schematic and debugging any project.

A circuit is a loop

Here's the first and most important truth: electric current only flows around a complete loop. Charge leaves the + side of a power source, travels through your components, and must return to the side. Break the loop anywhere — pull a wire, flip a switch off — and everything stops. Not just the part after the break. Everything.

This is why a switch turning off a light works: the switch simply opens the loop. A circuit that's complete is closed; a broken one is open.

The water analogy

Electricity is invisible, so borrow a picture you already understand: water in pipes. This analogy is used by nearly every good electronics teacher (here's SparkFun's version), and it will carry you a remarkably long way.

Electrical ideaWater versionWhat it means
Voltage (volts, V) Water pressure The push. How hard the charge is being shoved. Measured between two points.
Current (amps, A) Rate of flow How much charge is actually moving past a point each second.
Resistance (ohms, Ω) A narrow pipe How much the path fights the flow. Narrower pipe → less flow.

Now the relationship between them, in one plain sentence — no equation needed:

Ohm's Law, in words More pressure pushes more flow. More resistance allows less flow.
(The formula is V = I × R, but you'll reason with the sentence far more often than the algebra.)

Three things worth burning in now, because beginners trip on each:

Why the LED needs that resistor

Here's your blink circuit, drawn properly:

5V + R 220Ω LED current flows this way →
A complete loop: the 5 V source pushes current through the resistor, through the LED, and back. Break it anywhere and the LED goes dark.

An LED is greedy. On its own, it offers very little resistance once it turns on, so — by our sentence, less resistance allows more flow — it will gulp far more current than it can survive, and burn out (sometimes instantly). It can't protect itself.

Rule of thumb An LED almost always needs a resistor in series with it to limit the current. For a 5 V Arduino pin, a resistor of about 220 Ω to 330 Ω is the classic safe choice. You don't need to calculate it every time — keep a handful of 220Ω resistors around and reach for one.

The resistor is the deliberate "narrow pipe" you add so the flow stays gentle. This is the same logic — protect the delicate part by controlling current — that will keep you from frying sensors, microcontroller pins, and other components throughout your home-automation builds.

The failure to fear A short circuit is a loop with almost no resistance — so current shoots up enormously. That's what melts wires and pops parts. Most beginner "magic smoke" moments are an accidental short. The whole game is keeping current under control.

Check yourself

Don't re-read first — try to recall the answers. Effortful retrieval is what makes this stick.

Read this next (primary source) SparkFun Learn — Voltage, Current, Resistance, and Ohm's Law. The clearest beginner treatment of today's three ideas, with the same water-tank picture. Skim it; let it reinforce, not overwhelm.
I'm your teacher — ask me anything. If the loop idea, the "across vs. through" distinction, or why the LED needs a resistor feels even slightly fuzzy, ask. A two-minute question now saves a fried component later. Tell me when you're ready and I'll set up Lesson 2.

See also: Glossary