Build the Blinker
A real 555-timer LED flasher on a breadboard — every component chosen with the theory you now own.
Builds on: 3.3 The 555 Timer3.1 Diodes & LEDs2.3 Capacitors & the RC Time Constant1.3 Resistors in Practice
The mission
You will build the astable circuit from Lesson 3.3 physically: a 555 blinking an LED at about 1.5 flashes per second, powered by a 9 V battery. Total cost: roughly $12 if you buy parts individually — less from any electronics starter kit, which will contain everything below and plenty more. Nothing here can hurt you: 9 V through these components is entirely safe (just never short the battery’s terminals directly — Lesson 1.1).
Everything in this circuit is something you’ve already mastered:
- The RC pair sets the tempo — Lesson 2.3 (τ = RC).
- R1 = 1 kΩ and R2 = 47 kΩ pick f ≈ 1.5 Hz — Lesson 3.3 (f = 1.44/((R1+2R2)C)).
- The 470 Ω sets the LED to ~15 mA — Lesson 3.1 (R = (V−Vf)/I).
- Reading the resistors’ stripes — Lesson 1.3.
- Why one loop, why polarity matters — Lessons 1.1 and 2.3.
Shopping list
| Part | Spec | Qty | ≈ Cost |
|---|---|---|---|
| Breadboard | 400-point (half-size) or larger | 1 | $3 |
| 555 timer IC | NE555 (or NE555P / LM555) | 1 | $0.50 |
| Resistor R1 | 1 kΩ ¼ W — brown·black·red | 1 | $0.30 |
| Resistor R2 | 47 kΩ ¼ W — yellow·violet·orange | 1 | |
| LED resistor | 470 Ω ¼ W — yellow·violet·brown | 1 | |
| Capacitor C | 10 µF electrolytic, ≥ 16 V | 1 | $0.30 |
| LED | 5 mm, any colour (red is classic) | 1 | $0.20 |
| Jumper wires | male–male, a small pack | ~6 | $3 |
| 9 V battery + clip | clip with bare or pin leads | 1 | $4 |
| Nice extras for the experiments: 100 µF and 0.1 µF (100 nF) capacitors, 4.7 kΩ and 470 kΩ resistors, a piezo buzzer, a 100 kΩ potentiometer. | |||
Know your breadboard
A breadboard is a grid of spring-loaded holes with hidden connections — no soldering needed. The wiring below relies on knowing exactly what connects to what:
The wiring, precisely
Place the 555 first, straddling the centre gap, notch/dot to the left— then pin 1 is bottom-left and the numbers run counter-clockwise (Lesson 3.3’s pinout). Then make these nine connections. “Pin n” always means any free hole in that pin’s 5-hole strip:
| # | From | To | With |
|---|---|---|---|
| 1 | 555 pin 8 (VCC) | + rail | jumper |
| 2 | 555 pin 4 (RESET) | + rail | jumper |
| 3 | 555 pin 1 (GND) | − rail | jumper |
| 4 | + rail | pin 7 | R1 1 kΩ |
| 5 | pin 7 | pin 6 | R2 47 kΩ |
| 6 | pin 6 | pin 2 | jumper |
| 7 | pin 2 | − rail | C 10 µF — striped leg to the − rail! |
| 8 | pin 3 (OUT) | LED anode (long leg) | 470 Ω in series |
| 9 | LED cathode (flat side) | − rail | direct / jumper |
Pin 5 stays unconnected — fine for this build. Battery clip last: red lead to the + rail, black to the − rail.
① Electrolytic capacitor backwards — the stripe must go to the − rail. ② LED backwards — long leg toward the 470 Ω, flat side to −. ③ Chip rotated 180° — the notch must be on the left, or the chip loses its ground connection and every timing pin lands on the wrong strip. Thirty seconds of checking beats a dead evening of debugging.
Power up
Snap the battery in. The LED should begin blinking immediately: on for ~⅓ s, off for ~⅓ s, about 90 blinks a minute. That number isn’t luck — you can derive it: f = 1.44/((1k + 94k)·10µF) ≈ 1.5 Hz, exactly what the simulator below predicts.
If it doesn’t blink
| Symptom | Likely cause | Fix |
|---|---|---|
| Completely dead | No power reaching the chip | Check battery, clip leads on the correct rails, pins 8 & 4 to +, pin 1 to − |
| LED solid on, never blinks | Timing loop broken | Check the pin 6 → pin 2 jumper, and that R2 really bridges pin 7 to pin 6 |
| Nothing works, behaviour erratic | Chip rotated 180° (it lost its ground) | Disconnect power; reseat with the notch on the left |
| LED never lights, chip cool | LED backwards or wrong resistor | Flip the LED; confirm 470 Ω is yellow·violet·brown |
| Wrong blink speed | Wrong R2 or C value | Re-read the stripes (47 k = yellow·violet·orange); check C is 10 µF |
Experiments — you’ve earned them
- Slow heartbeat: swap C for 100 µF → f ≈ 0.15 Hz, one stately blink every 7 seconds.
- Flicker-fusion test: R2 = 4.7 kΩ → ≈ 14 Hz. Can your eye still see it blink? Find your own fusion threshold by mixing parts.
- Make it sing: R2 = 4.7 kΩ and C = 0.1 µF pushes f to ≈ 1.4 kHz — replace the LED+resistor with a piezo buzzer from pin 3 to − and it plays a tone. The same circuit, a thousand times faster: blinkers and buzzers are one idea.
- Add a knob: a 100 kΩ potentiometer in series with R2 gives you a blink-rate dial — a potentiometer doing real work (Lesson 2.2).
Where to go from here
You now read schematics, size components with Ohm’s law, think in time constants, and debug with Kirchhoff. Two suggestions: pick up a cheap multimeter — your first real instrument — and then keep going, because the advanced course starts right after this lesson: AC and signals, op-amps, digital logic, and a second build that turns this very blinker into a knob-controlled PWM dimmer. The breadboard on your desk is no longer a mystery box. It’s a lab.
⚡ Lab — Digital Twin — Predict, Then Build
The exact circuit you are about to build, limited to the parts in your kit. Use it to predict what the real board will do — before and after every swap.
- Confirm the stock build: R2 = 47 k, C = 10 µF → ≈ 1.5 Hz.
- Predict the 100 µF swap, then do it for real and compare.
- Set R2 = 4.7 k and decide: will your eye see the flicker?