Timer Circuit Diagram
This is a free printable timer circuit diagram: download the diagram as SVG or open it and print to paper or PDF.
Design and build 555-based timer circuits in astable or monostable mode — with resistor and capacitor calculations for precise timing from microseconds to minutes.
The 555 timer IC is one of the most widely used integrated circuits ever produced. It operates from a supply voltage of 4.5 V to 16 V (standard CMOS variants typically 2 V to 15 V) and is capable of sinking or sourcing up to 200 mA on its output, making it suitable for directly driving LEDs, small relays, and transistors without a buffer stage.
In monostable mode (one-shot), the circuit produces a single output pulse of defined duration each time the trigger input is pulled below one-third of the supply voltage. The pulse duration T is determined by one timing resistor (R) and one capacitor (C): T = 1.1 × R × C. After the pulse, the output returns to its low state and remains there until the next trigger event. Monostable applications include debounce circuits, missing-pulse detectors, and one-shot delay relays.
In astable mode (free-running oscillator), the 555 continuously charges and discharges a capacitor through two resistors, producing a square wave output. The timing relationships are: - High time: t_H = 0.693 × (R1 + R2) × C - Low time: t_L = 0.693 × R2 × C - Period: T = t_H + t_L = 0.693 × (R1 + 2R2) × C - Frequency: f = 1 / T = 1.44 / ((R1 + 2R2) × C)
The duty cycle is (R1 + R2) / (R1 + 2R2), which is always greater than 50 % in the classic two-resistor astable configuration. A 50 % or lower duty cycle requires a diode across R2 to separate the charge and discharge paths.
Power supply decoupling is critical: a 100 nF ceramic capacitor between the supply pin (pin 8) and ground (pin 1), placed as close as possible to the IC, prevents noise-induced triggering. The control voltage pin (pin 5) should also be bypassed with a 10 nF capacitor to ground unless it is being driven intentionally to modify threshold levels.
How to wire timer circuit diagram
- Choose operating mode: astable or monostable Astable mode produces a continuous oscillating output — use it for clocks, LED flashers, PWM generators, and audio tones. Monostable mode produces a single timed pulse triggered by an external signal — use it for delay timers, debounce circuits, and pulse-width stretchers. The choice determines which connections are used for pins 2, 4, and 6.
- Calculate timing component values For monostable: T = 1.1 × R × C. Select a practical capacitor value first (e.g. 10 µF for a 1-second range) then calculate R = T / (1.1 × C). For astable: select C, then choose R1 and R2 to achieve the target frequency using f = 1.44 / ((R1 + 2R2) × C). Use the nearest E24 resistor values and verify with the formula.
- Wire the circuit on a breadboard Pin 1 = GND; pin 8 = VCC. For astable: pin 4 (reset) and pin 8 both connect to VCC; pin 2 (trigger) joins pin 6 (threshold); R1 connects from VCC to pin 7 (discharge); R2 connects from pin 7 to pins 2 and 6; capacitor C from pins 2/6 to GND; output at pin 3. For monostable: pin 6 (threshold) and pin 7 (discharge) join together; timing R from VCC to pin 6/7; capacitor C from pin 6/7 to GND; trigger at pin 2; output at pin 3.
- Add decoupling capacitors Place a 100 nF ceramic capacitor directly across pins 8 and 1 at the IC body. Connect a 10 nF capacitor from pin 5 to GND. These are not optional — omitting them causes unreliable timing, especially in electrically noisy environments or on PCBs with switching power supplies.
- Verify timing with an oscilloscope or logic analyser Power the circuit and probe the output (pin 3) with an oscilloscope. Measure the actual period and compare it to the calculated value. Component tolerances (especially electrolytics, which can be ±20 %) will cause deviation. Adjust R using a trim potentiometer in series if precise timing is required.
- Add output load protection if driving inductive loads If the 555 output drives a relay coil, solenoid, or motor, fit a flyback diode across the inductive load. For relay: 1N4148 or 1N4007 with cathode to the positive supply, anode to the output pin side of the relay. This protects the 555 output from the inductive spike when the load switches off.
Specifications
| Supply voltage range (bipolar 555) | 4.5 V to 16 V |
|---|---|
| Supply voltage range (CMOS 555 variant) | 2 V to 15 V |
| Maximum output current (sink or source) | 200 mA |
| Monostable pulse duration formula | T = 1.1 × R × C (seconds, ohms, farads) |
| Astable frequency formula | f = 1.44 / ((R1 + 2 × R2) × C) Hz |
| Astable duty cycle formula | (R1 + R2) / (R1 + 2 × R2) — always > 50 % in standard wiring |
| Internal threshold levels | Upper threshold = 2/3 VCC; lower threshold = 1/3 VCC |
| Trigger level (monostable) | Triggers when pin 2 falls below 1/3 VCC |
Safety warnings
- The 555 timer IC is a low-voltage device — keep all wiring below its maximum rated supply voltage (16 V for bipolar variants, 15 V for CMOS). Overvoltage destroys the IC immediately.
- When using electrolytic capacitors in the timing circuit, observe correct polarity. Reverse-connected electrolytics can rupture or vent, releasing corrosive electrolyte.
- If the 555 circuit is part of a mains-powered appliance, the mains section must be designed and installed by a licensed electrician in compliance with the applicable standard for your region (NEC/NFPA 70, BS 7671, AS/NZS 3000, or IEC 60364). The low-voltage 555 circuit itself is safe, but the power supply step-down stage is not.
- Do not exceed the 555 output current rating (200 mA sink/source). Driving loads beyond this rating causes IC heating and output voltage degradation. Use a transistor or MOSFET buffer for higher-current loads.
Tools needed
- Breadboard or PCB for prototyping
- Multimeter with continuity, resistance, and DC voltage modes
- Oscilloscope (strongly recommended for verifying timing waveforms)
- Regulated DC bench power supply
- Component lead-forming tool or needle-nose pliers
- Soldering iron and solder (for permanent PCB builds)
Common mistakes
- Omitting the 100 nF decoupling capacitor on the supply pins: the circuit appears to work under quiet conditions but triggers erratically near any switching load or motor. This capacitor is essential, not optional.
- Connecting pin 4 (reset) to ground in astable mode: pin 4 is an active-low reset that holds the output permanently low when pulled to ground. In normal operation, pin 4 must be connected to VCC or held above 0.7 V to allow the timer to run.
- Using an electrolytic capacitor without checking polarity: the negative terminal of the capacitor must connect to the lower-voltage node (ground in most 555 circuits). Reversed polarity causes rapid capacitor failure and a potentially explosive rupture.
- Expecting long accurate timing from a standard electrolytic capacitor: electrolytics have ±20 % tolerance and significant leakage current. For timing periods above several seconds requiring better than ±5 % accuracy, use a tantalum or film capacitor, or implement the timing in a microcontroller instead.
- Ignoring the trigger pin conditions in monostable mode: pin 2 must normally be held high (above one-third VCC). If left floating it picks up noise and triggers randomly. Connect pin 2 to VCC through a pull-up resistor (typically 10 kΩ) and trigger it low with a switch or signal.
Troubleshooting
- Astable circuit does not oscillate; output is stuck high or low
- Cause: Pin 4 (reset) connected to ground, timing capacitor shorted or wrong polarity, or R1/R2 values too high causing excessive leakage influence Fix: Verify pin 4 is connected to VCC. Remove and test the timing capacitor. Ensure R values are below 10 MΩ — above this, capacitor leakage dominates and timing becomes unpredictable. Check all pin connections against the schematic.
- Monostable triggers continuously without any external trigger signal
- Cause: Pin 2 (trigger) is floating, picking up noise; or pin 4 (reset) is connected to GND causing a reset-oscillation loop Fix: Connect a 10 kΩ pull-up resistor from pin 2 to VCC. Confirm pin 4 is tied to VCC. Add the 100 nF decoupling capacitor across the supply if not already present. If in a noisy electrical environment, also shield the trigger input wiring.
- Timing period is significantly different from the calculated value
- Cause: Component tolerance (electrolytic capacitors commonly ±20 %), IC internal threshold variation, or stray capacitance from long breadboard wires Fix: Measure the actual capacitor value with an LCR meter or capacitance meter. Adjust R using a trim potentiometer in series with the fixed resistor. For precision timing, use a film capacitor and a metal-film resistor (1 % tolerance). Shorten and tidy breadboard wiring to reduce stray capacitance.
Frequently asked questions
How do I calculate the timing period for a 555 monostable circuit?
Use the formula T = 1.1 × R × C, where T is in seconds, R is the timing resistance in ohms, and C is the timing capacitance in farads. Example: a 100 kΩ resistor and a 10 µF capacitor give T = 1.1 × 100,000 × 0.000010 = 1.1 seconds. For longer times, increase C or R; for shorter times, decrease them.
What is the difference between astable and monostable 555 timer modes?
In monostable mode the circuit produces one timed pulse per trigger input and then stops, waiting for the next trigger. In astable mode the circuit runs continuously as a free-running oscillator, producing a continuous square wave with no external trigger required. Astable mode is used for clocks, flashers, and tone generators; monostable mode is used for one-shot delays and pulse stretching.
Why does my 555 astable circuit have a duty cycle greater than 50 %?
In the standard two-resistor astable configuration, the capacitor charges through R1 plus R2 but discharges through R2 only. This means the high time is always longer than the low time, giving a duty cycle above 50 %. To achieve a 50 % or lower duty cycle, add a diode in parallel with R2 (anode toward pin 7) to separate the charge and discharge paths so the capacitor charges through R1 only.
Can I use a 555 timer to drive a relay directly?
The 555 output can source or sink up to 200 mA, which is sufficient to drive many small relay coils directly. Connect the relay coil between the output pin and the supply rail, with a flyback diode (cathode to supply, anode to output) across the relay coil to suppress the inductive spike when the relay de-energises. Verify the relay coil current does not exceed the 555's output current rating.
What value decoupling capacitor should I use on the 555 timer supply pins?
Place a 100 nF ceramic capacitor as close as possible between pin 8 (VCC) and pin 1 (GND). This suppresses high-frequency supply noise that can cause false triggering, especially at higher clock frequencies. Also bypass pin 5 (control voltage) to ground with a 10 nF capacitor if it is not otherwise connected, to prevent noise coupling into the internal voltage divider.
Related diagrams
- on delay timer circuit diagram
- star delta starter control circuit diagram with timer
- 1 to 4 demultiplexer circuit diagram
- 12v bms circuit diagram
- 12v dc power supply circuit diagram
- 12v inverter circuit diagram