555 Timer

An 8-pin integrated circuit used to generate precise time delays or oscillating square waves.

555

Symbol: IEC 60617 (rectangle IC outline)

How it works

The 555 timer is one of the most widely produced integrated circuits ever made. Internally it contains two comparators, an SR flip-flop, and a discharge transistor, wired around a resistor-divider reference. Externally, a resistor-capacitor (RC) network sets the timing.

In astable mode, the 555 free-runs, continuously charging and discharging the timing capacitor to produce a square wave — used for blinking LEDs, tone generation, and clock signals. In monostable mode, it produces a single, fixed-length pulse when triggered — used for debounce circuits and one-shot delays.

The output frequency (astable) or delay (monostable) is set entirely by the external RC values, which is why the 555 is taught as a foundational timing IC before students move to microcontroller-based timing.

Key Formulas

Astable Frequencyf = 1.44 / ((R1 + 2×R2) × C)
Astable High TimeTh = 0.693 × (R1 + R2) × C
Astable Low TimeTl = 0.693 × R2 × C

Common Mistakes

Omitting the 10nF decoupling capacitor on the Control Voltage (CV) pin. Without it, internal switching noise can cause the threshold comparators to trigger prematurely, leading to unstable or wildly inaccurate timing.