raatools/

555 Timer Calculator

Calculate frequency, period, and duty cycle for 555 timer circuits.

R1 (ฮฉ)
R2 (ฮฉ)
C (ยตF)
Frequency
481 Hz
Period
2.079 ms
Duty cycle
66.7%
Time high
1.386 ms
Time low
693 ยตs

What is a 555 timer calculator?

The 555 timer is one of the most popular integrated circuits ever made, used in everything from simple blinking LEDs to complex timing circuits. This calculator helps you determine the resistor and capacitor values needed to achieve a specific frequency and duty cycle in astable (continuous oscillation) or monostable (one-shot pulse) mode.

In astable mode, the 555 produces a continuous square wave output. The frequency and duty cycle are determined by two resistors (R1 and R2) and one capacitor (C). In monostable mode, the circuit produces a single timed pulse of a specific duration when triggered, determined by one resistor and one capacitor.

Astable mode formulas

In astable mode, the output frequency is: f = 1.44 / ((R1 + 2*R2) * C). The duty cycle (percentage of time the output is high) is: D = (R1 + R2) / (R1 + 2*R2) * 100%. Because R1 is always in the charge path, the duty cycle is always above 50% in the basic configuration. For duty cycles below 50%, add a diode across R2.

Monostable mode

In monostable (one-shot) mode, a trigger pulse causes the output to go high for a time period T = 1.1 * R * C, then return to low. This is useful for debouncing switches, creating timed delays, and generating precise pulse widths. The output pulse length is independent of the trigger pulse duration.

How to use this tool

Select astable or monostable mode. Enter your desired frequency (astable) or pulse width (monostable) and the calculator suggests standard resistor and capacitor values. Adjust values to find combinations that use standard component values available from electronics suppliers.

Common applications

  • LED flashers and blinkers โ€” the classic beginner electronics project.
  • Tone generators and simple audio oscillators.
  • Pulse-width modulation (PWM) for motor speed control.
  • Debounce circuits for mechanical switches.
  • Missing pulse detectors and watchdog timers.

Frequently asked questions

Why is it called the 555 timer?

The name comes from the three 5-kilohm resistors inside the chip that form a voltage divider. These resistors set the internal threshold voltages at 1/3 and 2/3 of the supply voltage. The IC was designed by Hans Camenzind in 1971 and has been in continuous production for over 50 years.

Can the 555 timer work at high frequencies?

The standard NE555 works reliably up to about 500 kHz. The CMOS version (LMC555 or TLC555) can reach several MHz with lower power consumption. For frequencies above 1 MHz, dedicated oscillator ICs or crystal oscillators are more appropriate than the 555.