• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Analig circuit, explanation

Capacitors charge exponentially; on chargeup, their voltage is Vin(1-e^(-t/(RC))). 555s trigger at about 1/3Vin or 2/3 Vin (depending on the setup) assuming the same supply as is charging the capacitor, so the equation relating your time to your resistance and capacitance would be:

2/3Vin = Vin(1-e^(-t/(RC))) -> Vin cancels, good - the time is independent (roughly) of the supply).

2/3-1 = -e^(-t/(RC));
1/3 = e^(-t/(RC));
ln(1/3) = -t/(RC);
t = -ln(1/3)(RC)

Done! That's your turn-on trigger time given R and C.

For 1M and 220uF, t = -ln(1/3)((10^6)(220*10^-6)) = -ln(1/3)220 ~= 241.7 seconds, or 3 minutes.

Plug in your numbers and have at it.
 
Back
Top