Beginner
1 hour
555 Timer Blinking LED Circuit
The 555 timer IC is one of the most widely used electronic components ever made. In astable (free-running) mode, it produces a square wave output that you can use to blink an LED. By changing two resistors and one capacitor, you control the blink rate — making this an excellent introduction to RC timing circuits.
What You’ll Need
- NE555 timer IC
- IC socket (8-pin DIP) — optional but recommended
- Breadboard and jumper wires
- 9 V battery and connector
- 1 kΩ resistor (R1)
- 10 kΩ resistor (R2)
- 10 µF electrolytic capacitor (C1)
- 0.01 µF ceramic capacitor (C2)
- 1 red LED
- 470 Ω resistor (for LED)
Step-by-Step Instructions
- Place the 555: Insert the 555 IC into the breadboard straddling the centre gap. Pin 1 is marked with a notch or dot at one end.
- Power rails: Connect pin 8 (VCC) to positive rail and pin 1 (GND) to negative rail. Connect the 9 V battery to the rails.
- Timing network: Connect R1 between VCC and pin 7. Connect R2 between pin 7 and pin 2/6 (join pins 2 and 6). Connect C1 between pin 2/6 and GND (observe polarity — stripe is negative).
- Control pin: Connect a 0.01 µF capacitor between pin 5 and GND (this filters noise).
- Output: Connect pin 4 (reset) directly to VCC. Connect pin 3 (output) through a 470 Ω resistor to the LED’s anode, and the LED’s cathode to GND.
- Power on and observe: Connect the battery. The LED should blink at roughly 1 Hz. Swap C1 for a larger or smaller value to change the speed.
Safety Notes
- Observe polarity on the electrolytic capacitor — reversing it can cause it to fail or rupture.
- Do not exceed 15 V supply for the NE555.
- Double-check your wiring against a reference schematic before powering on.
Tips & Troubleshooting
- Blink frequency ≈ 1.44 / ((R1 + 2×R2) × C1). Use this formula to calculate different rates.
- For a faster blink, reduce R2 or C1. For slower, increase them.
- If LED doesn’t blink, check pin 4 is tied to VCC (high) — if left floating, the 555 stays reset.