The formula
Astable: t_high = 0.693(R₁+R₂)C, t_low = 0.693 R₂C, f = 1/(t_high+t_low) | Monostable: t = 1.1 R C
- R₁, R₂
- timing resistors (ohms)
- C
- timing capacitor (farads)
- f
- output frequency (hertz)
- duty
- fraction of each cycle spent high (per cent)
Worked example
Astable with R₁ = 10 kΩ, R₂ = 10 kΩ, C = 100 nF.
- t_high = 0.693 × (10000 + 10000) × 100 × 10⁻⁹ = 1.386 ms
- t_low = 0.693 × 10000 × 100 × 10⁻⁹ = 0.693 ms
- Period = 1.386 + 0.693 = 2.079 ms, so f = 481 Hz
- Duty = 1.386 / 2.079 = 66.7 %
481 Hz at 66.7 % duty — the classic 555 astable, which can never quite reach 50 % without a diode.
Where you'll use it
Blinkers, tone generators, PWM and timing delays. The duty cycle is always above 50 % in the standard astable because the capacitor charges through R₁+R₂ but discharges through R₂ alone.