The monostable 555 timer acts as a 'one-shot' pulse generator. When triggered, it outputs a single, precise high pulse with a duration defined by the formula T = 1.1 × R × C. Unlike the astable mode which oscillates continuously, the monostable configuration remains stable in its low state until an external trigger forces it high for a calculated window, after which it resets and waits for the next trigger.
If you are heading to the workbench today, here are your safe default part numbers: For robust, high-current loads up to 15V, use the bipolar NE555P (TI or STMicroelectronics), which can source and sink 200mA. For battery-powered, low-quiescent-current designs, use the CMOS LMC555 or TLC555, which operate down to 2V and eliminate the bipolar shoot-through current spikes, albeit with lower output drive strength.
The Monostable 555 Timer Pinout and Internal Architecture
To use the 555 effectively, you have to understand the internal voltage divider that gives the chip its name. Three internal 5kΩ resistors create reference voltages at 1/3 VCC and 2/3 VCC, feeding two internal comparators that control an SR flip-flop and a discharge transistor.
Here is the standard 8-pin DIP pinout and how each pin functions in a monostable circuit:
- Pin 1 (GND): Ground reference (0V).
- Pin 2 (TRIG): The trigger input. When this pin drops below 1/3 VCC, the output goes high and the timing cycle begins.
- Pin 3 (OUT): The output pin. Goes high (near VCC) during the timing cycle, low (near GND) otherwise.
- Pin 4 (RESET): Active low. Must be tied to VCC for normal operation. Pulling it below 0.7V immediately aborts the timing cycle and forces the output low.
- Pin 5 (CTRL): Control voltage. Provides access to the 2/3 VCC internal divider node. In monostable mode, bypass this to GND with a 10nF to 100nF ceramic capacitor to prevent noise from altering your timing threshold.
- Pin 6 (THRES): Threshold. When the voltage on the external RC timing network reaches 2/3 VCC, this pin tells the flip-flop to reset, ending the output pulse.
- Pin 7 (DISCH): Discharge. An open-collector transistor tied to the flip-flop. It pulls the timing capacitor to GND when the output is low, and goes high-impedance when the output is high, allowing the capacitor to charge.
- Pin 8 (VCC): Positive supply voltage (4.5V to 15V for NE555; up to 18V for TLC555).
Biasing, Selection, and Operating Regions
Selecting between a bipolar and CMOS 555 timer dictates your power supply design and load-driving capabilities. The bipolar NE555 is notorious for a 'shoot-through' current spike—a brief short-circuit between VCC and GND inside the output stage during state transitions. This demands rigorous power rail decoupling. The CMOS variants (LMC/TLC) do not have this issue but struggle to source high current.
| Parameter | NE555 (Bipolar) | LMC555 / TLC555 (CMOS) |
|---|---|---|
| Supply Voltage (VCC) | 4.5V to 16V | 2.0V to 15V (18V for TLC) |
| Quiescent Current | 3mA to 10mA | 50µA to 150µA |
| Max Output Source Current | 200mA | 10mA (LMC) / 10mA (TLC) |
| Max Output Sink Current | 200mA | 100mA |
| Transition Current Spike | ~100mA to 400mA (requires bypass) | Negligible |
| Output High Voltage Drop | VCC - 1.5V (Darlington drop) | Rail-to-Rail (VCC - 0.1V) |
Designing a Complete Monostable Application Circuit
Let’s design a circuit that outputs a 5-second high pulse to energize a relay when a momentary pushbutton is pressed. We will use the standard timing equation: T = 1.1 × R × C.
Component Selection:
We need T = 5 seconds. Electrolytic capacitors have wide tolerance bands (often ±20%) and high leakage currents at large values, so we should keep C relatively small and increase R. Let’s choose C = 10µF (a standard, low-leakage film or high-quality electrolytic).
Solving for R: R = 5 / (1.1 × 0.00001) = 454,545Ω.
The closest standard E24 resistor value is 470kΩ.
Recalculating actual time: T = 1.1 × 470,000 × 0.00001 = 5.17 seconds.
Wiring Steps:
- Power & Bypass: Connect VCC (12V) to Pin 8 and GND to Pin 1. Solder a 100nF ceramic capacitor directly across Pins 8 and 1.
- Control Pin: Connect a 10nF ceramic capacitor from Pin 5 (CTRL) to GND (Pin 1) to filter high-frequency noise.
- Reset Pin: Tie Pin 4 (RESET) directly to VCC (Pin 8).
- Timing Network: Connect the 470kΩ resistor between VCC and Pin 7 (DISCH). Connect the 10µF capacitor between Pin 7 and GND. Tie Pin 6 (THRES) directly to Pin 7.
- Trigger Input: Connect a 10kΩ pull-up resistor from Pin 2 (TRIG) to VCC. Connect your momentary pushbutton between Pin 2 and GND. Pressing the button pulls Pin 2 below 1/3 VCC (4V), initiating the 5.17-second pulse.
- Output Load: Connect your relay coil between Pin 3 (OUT) and GND (if the NE555 is sinking) or between VCC and Pin 3 (if sourcing). For a 12V relay, sinking is often preferred to avoid the 1.5V Darlington drop on the high side.
Bench Walkthrough: A Real-World Relay Delay Scenario
The Setup: A hobbyist wants to build a 'delay-off' circuit for a 12V automotive cooling fan relay. They wire an NE555 in monostable mode using the 470kΩ/10µF network calculated above. The relay coil is connected directly between the 12V battery rail and Pin 3 (OUT), meaning the 555 is sinking the current to ground. They test it on the bench with a bench power supply and an LED instead of the relay. It works perfectly: press the button, LED stays on for ~5 seconds, then turns off.
The Numbers: The automotive relay coil has a resistance of 160Ω. At 12V, it draws 75mA. The NE555 is rated to sink 200mA, so the DC current is well within limits.
The Outcome: They install it in the vehicle. When the 5-second timer expires, Pin 3 goes high-impedance (turning off the internal discharge transistor), cutting power to the relay. The relay clicks off, but a split second later, the 555 timer magically re-triggers, turning the fan back on for another 5 seconds. Sometimes, the chip just gets incredibly hot and the output stays stuck low.
What Went Wrong: Inductive kickback. When the 555 cuts power to the relay coil, the collapsing magnetic field generates a massive reverse voltage spike (often -50V to -100V). Because there was no flyback diode across the relay coil, this spike fed back into the 12V rail and directly into Pin 3. The negative spike forward-biased internal parasitic diodes, dragging the VCC rail down momentarily (causing a brownout reset) or injecting current into the substrate, triggering a latch-up event that causes the chip to overheat and fail.
The Fix: Always place a 1N4007 flyback diode in reverse bias across the relay coil (cathode to 12V, anode to Pin 3). Additionally, insert a 100Ω series resistor between the main 12V battery rail and Pin 8 (VCC) of the 555, followed by a local 47µF bypass capacitor to ground. This creates a low-pass filter that isolates the sensitive 555 VCC pin from the violent voltage transients generated by the relay switching. For a deeper dive into inductive load protection, the All About Circuits 555 Tutorial covers coil suppression extensively.
Failure Modes and Multimeter Diagnostics
The 555 timer is rugged, but it is not indestructible. Here is how it typically fails on the bench and how to diagnose it with a standard digital multimeter (DMM).
1. Output Stuck High or Low (Blown Output Stage)
Cause: Exceeding the 200mA limit, shorting Pin 3 to VCC or GND, or the inductive kickback mentioned above.
DMM Test: Remove the chip from the circuit. Set your DMM to Diode Test mode. Place the red probe on Pin 1 (GND) and the black probe on Pin 8 (VCC). A healthy bipolar NE555 will read a forward voltage drop of roughly 0.6V to 0.9V (due to internal protection diodes and transistor junctions). Swap the probes; it should read 'OL' (Open Loop). If it reads 0.00V (short) or OL in both directions, the internal silicon is destroyed.
2. Erratic Timing or Immediate Reset
Cause: A noisy Control Voltage pin (Pin 5) or a leaky timing capacitor.
DMM Test: Power the circuit and set the DMM to DC Voltage. Measure Pin 5 relative to GND. It must sit exactly at 2/3 VCC (e.g., 8.00V on a 12V supply). If it is fluctuating or reading significantly lower, your bypass capacitor on Pin 5 is missing, faulty, or the internal voltage divider has been damaged by overvoltage.
3. Timer Never Triggers
Cause: Pin 2 (TRIG) is not dropping below the 1/3 VCC threshold, or Pin 4 (RESET) is floating.
DMM Test: Measure Pin 4 while the circuit is powered. It must read VCC. If it reads anything below 1V, the internal reset transistor is holding the flip-flop in reset. Next, measure Pin 2 at rest; it should read VCC (pulled high). Press the trigger button; the DMM should show it dropping below 1/3 VCC. If your pull-up resistor is too weak (e.g., 1MΩ) and there is parasitic leakage, Pin 2 might never cross the threshold.






