calc.engineer / PCB & Electronics / Timer 555
Timer 555 v1.0.0
Calculates timing parameters for the ubiquitous NE555 / LM555 timer IC in astable (free-running oscillator) and monostable (one-shot pulse) modes. In astable mode, computes frequency, period, duty cycle, and HIGH/LOW durations from R1, R2, and C using f = 1.44 / ((R1 + 2·R2) · C). In monostable mode, computes pulse width from R and C using t = 1.1 · R · C. Standard 555 astable duty cycle is always >50%; for 50% duty cycle use a diode across R2. Useful for generating clock signals, PWM, delays, and debounce circuits. Chain from ohms_law for power calculations or resistor_color_code for component selection.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/timer_555 \
-H "Content-Type: application/json" \
-d '{"mode": …, "r1_ohm": …, "r2_ohm": …}'MCP: connect to https://calc.engineer/mcp and call timer_555.
calc.engineer — free, MCP-native engineering tools.