555 Timer Calculator (Astable Mode)
Enter RA, RB, and C to compute frequency, period, duty cycle, and timing. Runs fully in your browser.
How to Use
- Enter resistor values RA and RB, and capacitor C.
- Choose the correct units (kΩ, µF, etc.).
- Results update instantly; open Show Work to see the formulas and steps.
- Use Share Link to generate a URL that restores your values.
Show Work (step-by-step)
Astable Formulas (Reference)
tHIGH = 0.693 × (RA + RB) × CtLOW = 0.693 × RB × CT = tHIGH + tLOW = 0.693 × (RA + 2RB) × Cf = 1 / T ≈ 1.44 / ((RA + 2RB) × C)D = tHIGH / T = (RA + RB) / (RA + 2RB)These are the common “textbook” equations for the classic 555 astable configuration (no diode, ideal behavior).
FAQ
Why can’t I get exactly 50% duty cycle?
In the classic astable, the charge path uses RA + RB but the discharge path uses RB, so duty cycle is usually > 50%. A diode or alternative configuration is commonly used for near-50%.
Does VCC affect frequency?
In the ideal equations here, timing is mainly set by RA, RB, and C. Real parts and thresholds can introduce small variations.
What if RA or RB is extremely small?
Very low resistance can over-stress the discharge transistor and increase current. Use practical resistor ranges for safe operation.
Tool Info
Last updated:
Updates may include edge-case handling, unit expansion, and additional reference helpers.