calc.engineer / PCB & Electronics / Capacitor Charge
Capacitor Charge v1.0.0
Calculates RC capacitor charge timing, energy storage, and transient voltages. Given resistance, capacitance, supply voltage, and optional initial voltage, computes the RC time constant (τ = R×C), time to reach standard charge thresholds (63%, 86%, 95%, 99%), voltage at key time points, energy stored (E = ½CV²), and peak charging current. Optionally calculates time to reach a specific target voltage using t = -τ × ln((Vsupply - Vtarget) / (Vsupply - Vinitial)). Essential for timing circuits, power-on reset delays, debounce networks, and soft-start designs. Chain from rc_filter for frequency-domain analysis or timer_555 for oscillator timing.
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/capacitor_charge \
-H "Content-Type: application/json" \
-d '{"resistance_ohm": …, "capacitance_f": …, "v_supply": …}'MCP: connect to https://calc.engineer/mcp and call capacitor_charge.
calc.engineer — free, MCP-native engineering tools.