Calculate frequency and timing for 555 timer circuits
VCC ─┬─ R1 ─┬─ R2 ─┬─ GND
│ │ │
│ │ └── C ── GND
│ │
│ └── Pin 7 (Discharge)
└──────── Pin 8 (VCC)
Pin 2 & Pin 6 connected to R2-C junction
f = 1.44 / ((R1 + 2×R2) × C)
t_high = 0.693 × (R1 + R2) × C
t_low = 0.693 × R2 × C
Duty Cycle = (R1 + R2) / (R1 + 2×R2) × 100%
T = 1.1 × R × C
The 555 timer is one of the most versatile and widely used integrated circuits in electronics. Introduced in 1972, it can be configured as an oscillator, timer, or flip-flop, making it essential for countless applications.
Free-running oscillator that generates a continuous square wave output. Used for LED flashers, tone generators, PWM signals, and clock sources.
One-shot timer that produces a single output pulse when triggered. Used for debouncing, delay timers, and pulse stretching.
| Pin | Name | Function |
|---|---|---|
| 1 | GND | Ground (0V reference) |
| 2 | TRIG | Trigger input (active low, <1/3 VCC) |
| 3 | OUT | Output (can source/sink ~200mA) |
| 4 | RESET | Reset input (active low, tie to VCC if unused) |
| 5 | CTRL | Control voltage (bypass with 10nF to GND) |
| 6 | THR | Threshold input (resets when >2/3 VCC) |
| 7 | DIS | Discharge (open collector output) |
| 8 | VCC | Supply voltage (4.5V to 16V typical) |