Electronics for Building Things · Lesson 1
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.
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.
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 idea | Water version | What 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:
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:
Here's your blink circuit, drawn properly:
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.
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.
Don't re-read first — try to recall the answers. Effortful retrieval is what makes this stick.
See also: Glossary