When power is connected, the timer automatically turns ON, stays active for a set amount of time, and then turns OFF by itself.

Circuit Working — 555 Timer Power-On Delay
This circuit uses a 555 timer IC to create a simple delay timer. When power is connected, the timer automatically turns ON, stays active for a set amount of time, and then turns OFF by itself.
Think of it as a small electronic stopwatch that starts running the moment power is applied.
As soon as the 9 V supply is connected, capacitor C4 is empty (uncharged). Because of this, the trigger pin of the 555 timer briefly sees a LOW voltage. The 555 timer interprets this LOW signal as a command to start timing.
When triggered:
- The timer output turns ON
- The LED lights up
- The timing cycle begins
As C4 charges, the trigger condition disappears — but the timer continues running until the timing period is finished.
Resistors R1 and R2 help stabilize this startup behavior so the timer triggers reliably every time power is applied.
How the Timing Is Created
The length of time the output stays ON is controlled by:
- RP1 — adjustable resistor (sets timing)
- C5 — timing capacitor
When the timer starts:
- Capacitor C5 begins charging through RP1.
- The voltage across C5 slowly rises.
- When it reaches a specific level inside the 555 timer, the timing cycle ends.
- The output switches OFF.
- The capacitor quickly resets, ready for the next cycle.
By adjusting RP1, you change how fast C5 charges — which changes the delay time.
Bigger resistance = longer delay
Smaller resistance = shorter delay
Stability Components (Why They Matter)
A few extra capacitors improve reliability:
- C1 reduces electrical noise inside the 555
- C2 and C3 stabilize the power supply
These components make the circuit behave smoothly and prevent false triggering.
Using the Circuit as an Externally Triggered Timer
This circuit can also work as a push-button or signal-triggered timer instead of starting automatically at power-up.
How to Modify the Circuit
To use external triggering:
- Remove R2
- Remove C4
- Use pin 2 (TRIG) as a trigger input
The trigger pin of a 555 timer activates when it briefly goes LOW.
How External Trigger Mode Works
Normally, the timer starts automatically when power is applied. After modification:
- The timer waits in an idle state.
- An external signal pulls pin 2 LOW.
- The timer starts immediately.
- The output turns ON.
- The timing capacitor charges.
- When the preset time ends, the output turns OFF.
The circuit is now ready for the next trigger.
You can trigger it using:
- A push button
- A microcontroller
- A sensor module
- Any LOW pulse signal
Because it creates a controlled delay, this circuit can be used in many practical projects:
- Automatic shutoff timers
- Startup delays
- Relay activation
- Alarm timing
- One-shot pulse generation
- Microcontroller timing helper