Skip to content
Toolcroft

Science & Engineering

NE555 Timer Calculator - Astable & Monostable Modes

Calculate NE555 timer frequency, period, duty cycle, and pulse width for both astable (oscillator) and monostable (one-shot) configurations. Enter R1, R2, and capacitor values.

Your inputs are saved in this browser only. No data is ever sent to a server, and saved values won't be visible in other browsers or devices.

Frequency

6.871 Hz

Period

145.5 ms

Duty Cycle

52.38%

High time

76.23 ms

Low time

69.30 ms

NE555 Astable vs Monostable

In astable mode, the 555 timer continuously oscillates between high and low, generating a square wave. Frequency and duty cycle are set by R1, R2, and C.

In monostable mode, a trigger pulse starts a single output pulse whose width is determined by R and C alone (T = 1.1 × R × C).

Astable mode formulas

In astable mode, the oscillation frequency and duty cycle are determined by the resistors R1 and R2, and the capacitor C:

  • Frequency: f = 1.44 / ((R1 + 2×R2) × C)
  • Duty cycle: D = (R1 + R2) / (R1 + 2×R2)

Worked example: With R1 = 10 kΩ, R2 = 10 kΩ, C = 100 nF:
f = 1.44 / ((10,000 + 20,000) × 0.0000001) = 1.44 / 0.003 ≈ 480 Hz
D = (10,000 + 10,000) / (10,000 + 20,000) ≈ 0.667 (66.7% duty cycle)

Monostable mode formula

In monostable mode, a single trigger pulse produces an output pulse of duration T:

T = 1.1 × R × C

Worked example - 1-second pulse: To get T = 1 s, choose R = 910 kΩ and C = 1 µF:
T = 1.1 × 910,000 × 0.000001 = 1.001 s ≈ 1 second.

555 timer pin reference

PinNameAstable functionMonostable function
1GNDGround (0 V)Ground (0 V)
2TriggerConnected to pin 6 (threshold)Active-low trigger input; starts timing pulse
3OutputSquare wave outputPulse output
4ResetTie to VCC to enable; pull low to resetTie to VCC to enable
5Control VoltageBypass with 10 nF cap to GND if unusedBypass with 10 nF cap to GND if unused
6ThresholdConnected to R2/C junction; resets flip-flop at ⅔ VCCConnected to timing capacitor; resets at ⅔ VCC
7DischargeDischarges C through R2 during low phaseDischarges timing capacitor at end of pulse
8VCCSupply voltage (4.5–16 V)Supply voltage (4.5–16 V)

Common 555 applications

  • LED flasher (astable): R1 = 1 kΩ, R2 = 47 kΩ, C = 10 µF -> ~1.4 Hz blink rate. Connect LED with current-limiting resistor (470 Ω) on pin 3.
  • Debounced switch (monostable): R = 100 kΩ, C = 10 µF -> 1.1 s output pulse, long enough to ignore contact bounce on a mechanical switch.
  • PWM generation (astable): Add a potentiometer between R1 and R2 to vary duty cycle. Use a diode to separate charge and discharge paths for asymmetric PWM below 50%.
  • Tone / beeper (astable): R1 = 1 kΩ, R2 = 10 kΩ, C = 10 nF -> ~4.8 kHz audible tone. Connect a small speaker or buzzer on pin 3 with a 100 Ω series resistor.