How to Make Adjustable Auto On Off Delay Timer With 555 Timer

Have you ever needed a light to stay on for just a minute after you leave a room, or a buzzer to sound briefly when a button is pressed? Creating a delay timer is one of the most practical projects you can build with the versatile 555 timer IC.

In this guide, we will walk through building an adjustable auto on-off delay timer using the 555 timer in monostable mode. In this mode, the circuit remains “off” until it receives a trigger, at which point it turns “on” for a specific duration before automatically turning itself off again.

Components Needed

To build this circuit on a breadboard, you will need the following parts:

  • 1x 555 Timer IC
  • 1x 470uF Capacitor
  • 1x 68,000Ω (68k) Resistor
  • 1x 10,000Ω (10k) Resistor
  • 1x 220Ω Resistor
  • 1x LED (any color)
  • 1x Latch Switch (or push button)
  • 1x Breadboard and 9 Jumper Wires
  • 1x Power Source (e.g., 4 AA batteries or a 5-6V DC supply)

Understanding the 555 Timer Pins

Before assembling, it is helpful to know what each of the 8 pins on the 555 timer does:

  1. GND (Pin 1): Connects to the negative supply.
  2. Trigger (Pin 2): Initiates the timing interval when it receives a low signal.
  3. Output (Pin 3): This is where your load (the LED) is connected.
  4. Reset (Pin 4): Resets the timer; usually tied to VCC to prevent accidental resets.
  5. Control (Pin 5): Adjusts threshold levels (often left unconnected or with a small capacitor).
  6. Threshold (Pin 6): Monitors the capacitor voltage to end the timing cycle.
  7. Discharge (Pin 7): Discharges the capacitor once the cycle is complete.
  8. VCC (Pin 8): Connects to the positive supply.

Step-by-Step Assembly Instructions

Follow these steps to wire your breadboard:

1. Power and Reset

  • Place the 555 timer in the center of the breadboard.
  • Connect Pin 1 to the negative rail.
  • Connect Pin 8 to the positive rail.
  • Connect Pin 4 to the positive rail (Pin 8) to keep the chip active.

2. The Timing Components

  • Connect Pin 6 and Pin 7 together with a jumper wire.
  • Insert the 68k resistor between Pin 6 and the positive rail.
  • Connect the positive (longer) leg of the 470uF capacitor to Pin 6 and the negative leg to the ground rail.

3. The Output (LED)

  • Connect Pin 3 to a vacant row on the breadboard.
  • Insert the LED’s longer leg into that row and the shorter leg into another vacant row.
  • Place the 220 ohm resistor between the LED’s shorter leg and the negative rail.

4. The Trigger Switch

  • Connect Pin 2 to the bottom leg of your switch.
  • Connect the top leg of the switch to the negative rail.
  • Place the 10k resistor between the bottom leg of the switch (Pin 2) and the positive rail. This acts as a “pull-up” resistor, keeping the trigger high until you press the switch.

How the Delay Works

The duration of the “on” state is determined by the Resistor-Capacitor (RC) network. When you press the switch, Pin 2 drops to ground, triggering the timer. The output (Pin 3) goes high, and the capacitor begins to charge through the resistors.

Once the capacitor reaches 2/3 of the supply voltage, the internal comparators reset the timer, the output goes low (turning off the LED), and the capacitor discharges through Pin 7.

The Formula

The time delay (T) in seconds is calculated using:

T = 1.1 x R x C

In this circuit:

  • R = 78,000Ω (68k + 10k)
  • C = 0.00047F (470uF)
  • Result: Approximately 40 seconds.

Making it Adjustable

If you want to change the delay on the fly, replace the fixed resistor (68k) with a potentiometer (variable resistor).

  • Connect one side terminal to the positive rail.
  • Connect the center terminal (wiper) to Pin 6.
  • By turning the knob, you change the resistance, allowing you to vary the delay from a few seconds to several minutes.

Why does the circuit use both a Resistor (R) and a Capacitor (C) to set the time, and can I make the timer stay ‘On’ for several minutes or even hours?

The delay is created by an RC (Resistor-Capacitor) Network. When you trigger the 555 timer, it “releases” the capacitor to begin charging through the resistor. The timer stays “On” until the voltage in the capacitor reaches exactly 2/3 of your supply voltage.

To answer the second part: Yes, you can, but there are practical limits.

The Limits: While you can technically achieve long delays (up to an hour), 555 timers become unreliable for very long durations. This is because capacitors have “leakage”—they lose a bit of charge naturally.

If the charging rate (set by a very high resistance) is slower than the leakage rate, the capacitor might never reach the 2/3 voltage threshold, and the timer will never turn off! For delays longer than 20–30 minutes, most hobbyists switch to a digital counter or a microcontroller.

The Formula: The “On” time is calculated as T = 1.1 x R x C.

To increase time: Use a larger resistor (like a 1MΩ potentiometer) or a larger capacitor (like 1000µF).

Adjustability: By using a potentiometer (variable resistor) instead of a fixed resistor, you can “dial in” the exact delay you want.

Conclusion

This simple monostable circuit is a fundamental building block for electronics. Whether you’re building a simple toy or a complex automation system, the 555 timer remains a reliable and easy-to-use solution for time-based control.

Experiment with different resistor and capacitor values to see how the timing changes!

Frequently Asked Questions

How can I significantly increase the duration of the “on” delay?

You can increase the delay by using either a higher-value resistor or a larger-capacity electrolytic capacitor in the RC network.

What happens if I use a 9V battery instead of 6V?

The circuit will function similarly, but you may need to increase the value of the 220-ohm LED resistor to prevent the LED from burning out.

Why is my LED staying on permanently after I press the switch?

This usually happens if Pin 2 is accidentally shorted to ground or if the threshold/discharge pins are not wired correctly to the capacitor.

Alex Klein Author

Author

Alex Klein is an electrical engineer with more than 15 years of expertise. He is the host of the Electro University YouTube channel, which has thousands of subscribers.