555 Timer IC
The most popular chip in hobby electronics. With just a few resistors and a capacitor, the 555 timer becomes an oscillator, a one-shot timer or a flip-flop. Learn the pinout, what's inside, the three modes — astable, monostable, bistable — with their timing formulas and waveforms, plus an LED-blinker project.
Complete Learning Path — 555 Timer IC
From the pinout and internal block diagram, to the three modes with their circuits, waveforms and formulas, a project and applications
What is the 555 Timer IC?
The 555 timer (often the NE555) is an 8-pin chip that makes accurate time delays and oscillations. Add a couple of resistors and a capacitor and it turns into a blinker, a beeper, a timer or a pulse generator — which is why it's the most-used IC in hobby electronics.
It has three modes: astable (oscillator), monostable (one-shot) and bistable (flip-flop). First, the pinout.
Inside the 555 — Why “555”?
The chip is named after the three 5 kΩ resistors in series inside it. That divider sets the 1/3 VCC and 2/3 VCC reference points that two comparators use to control an S-R flip-flop.
When the trigger (pin 2) drops below 1/3 VCC, the output goes high; when the threshold (pin 6) rises above 2/3 VCC, the output goes low and the discharge transistor (pin 7) turns on. Those two events, set by your external R and C, create all the timing.
The Three Modes
The same chip does three very different jobs depending on how you wire the resistors and capacitor.
Astable Mode (Oscillator)
In astable mode the 555 free-runs, producing a continuous square wave. R1, R2 and C set the frequency.
Monostable Mode (One-Shot)
In monostable mode the output rests low until triggered, then produces a single pulse of a fixed width before returning low.
Bistable Mode (Flip-Flop)
In bistable mode the 555 is a simple flip-flop: one button sets the output high, another resets it low. It stays put until told otherwise — a 1-bit memory.
No R–C needed
Bistable mode doesn't use the timing capacitor at all — the output only changes when you press SET or RESET, so it's pure memory / debounced switching.
Duty Cycle
A standard 555 astable is always high longer than low — because the charge and discharge paths are different.
Project: LED Blinker
The classic first 555 build: a free-running astable that flashes an LED about once a second.
Parts & steps
Parts: 555 · R1 = 10 kΩ · R2 = 47 kΩ · C = 10 µF · 470 Ω · LED · 5–9 V supply · breadboard.
- Pin 8 & pin 4 → +V; pin 1 → GND.
- R1 from +V to pin 7; R2 from pin 7 to pins 6&2 (tied); C from that node to GND.
- 0.01 µF from pin 5 to GND (stability).
- Pin 3 → 470 Ω → LED → GND.
Blink rate: f = 1.44/((R1+2R2)C) ≈ 1.4 Hz. Swap C for a smaller value to blink faster, or a bigger one to blink slower.
Applications
Timing, oscillation and pulses show up everywhere — and the 555 does them cheaply.
LED blinkers
Flashers and indicators.
Tone / sound
Buzzers, sirens, simple audio.
PWM control
LED dimming, motor speed.
Timers & delays
On/off timing.
Clock / oscillator
Pulses for digital logic.
Pulse generation
One-shot triggers.
Key Terms — Glossary
| Term | Meaning |
|---|---|
| 555 / NE555 | The 8-pin timer IC. |
| Astable | Free-running oscillator mode (square-wave output). |
| Monostable | One-shot mode — one pulse per trigger. |
| Bistable | Flip-flop mode — set/reset latch. |
| Trigger (pin 2) | Below 1/3 VCC sets the output high. |
| Threshold (pin 6) | Above 2/3 VCC sets the output low. |
| Discharge (pin 7) | Internal transistor that discharges the timing cap. |
| Control (pin 5) | Access to the 2/3 VCC reference; bypassed with 0.01 µF. |
| Duty cycle | Fraction of each period the output is high. |
Frequently Asked Questions
Quick, expert answers to the questions people ask most about the 555 timer.
What is a 555 timer IC?
An 8-pin IC that produces accurate time delays and oscillations. With a few resistors and a capacitor it works as an oscillator (astable), a one-shot timer (monostable) or a flip-flop (bistable) — one of the most popular ICs ever made.
What is the pinout of the 555 timer?
Pin 1 GND, pin 2 Trigger, pin 3 Output, pin 4 Reset, pin 5 Control, pin 6 Threshold, pin 7 Discharge, pin 8 VCC.
What are the three modes of the 555 timer?
Astable (free-running oscillator, square-wave output), monostable (one-shot, single pulse per trigger), and bistable (a set/reset flip-flop).
What is the frequency formula for a 555 astable?
f = 1.44 / ((R1 + 2·R2) × C). High time = 0.693(R1+R2)C, low time = 0.693·R2·C.
What is the pulse width formula for a 555 monostable?
T = 1.1 × R × C. A brief trigger on pin 2 starts one pulse of this duration.
Why is it called a 555 timer?
From the three 5 kΩ resistors in series inside the chip. This divider sets the 1/3 VCC and 2/3 VCC reference voltages used by the two comparators.
Why is the astable duty cycle always more than 50%?
Because the capacitor charges through R1+R2 but discharges only through R2, so high time > low time. Duty = (R1+R2)/(R1+2R2). A diode across R2 can give a near-50% square wave.
What are common 555 timer projects and uses?
LED blinkers, tone/siren generators, PWM for dimming and motor speed, on/off timers and delays, clock pulses for digital circuits, and one-shot pulse generators.
Conclusion & Key Takeaways
Learn the pinout and the three modes, and the humble 555 covers a huge range of timing, oscillation and pulse jobs with just an R and a C.
8 pins
Trigger, threshold, discharge, output…
3×5k inside
Sets 1/3 & 2/3 VCC.
Astable
f = 1.44/((R1+2R2)C).
Monostable
T = 1.1·R·C.
Bistable
Set/reset latch.
R + C
Pick the timing.