Monostable Mode Of 555 Timer IC
Explore the Monostable Mode of 555 Timer IC including astable, and bistable modes. Learn how each mode works and their practical applications in electronic circuits
Table of Contents
What is 555 Timer IC
The 555 timer IC is a highly versatile and widely used integrated circuit (IC) in electronics. It was invented by Hans Camenzind in 1972 for Signetics (now part of ON Semiconductor). The IC can be used for a variety of timing and pulse generation applications.

The 555 Timer Can Operate in Three Main Modes:
Monostable mode Of 555 Timer IC – It acts as a one-shot pulse generator. When triggered, it produces a single output pulse for a specific duration.
Astable mode – Astable Mode Of 555 Timer acts as an oscillator, generating a continuous square wave (good for blinking LEDs, tone generation, etc.).
Bistable mode – It works like a flip-flop. It has two stable states and can toggle between them (used for switches and memory elements).
Pinout (8-pin DIP)
Pin | Name | Function |
1 | GND | Ground (0V) |
2 | Trigger | Starts the timing cycle when voltage < 1/3 Vcc |
3 | Output | The output signal (HIGH or LOW) |
4 | Reset | Resets the timer (active LOW) |
5 | Control | Voltage control (optional; usually with a capacitor to GND) |
6 | Threshold | Ends timing when voltage > 2/3 Vcc |
7 | Discharge | Discharges the timing capacitor |
8 | Vcc | Supply voltage (typically 5V to 15V) |
Common Applications
- LED flashers and blinkers
- Tone generators
- Timers and delay circuits
- Pulse-width modulation (PWM)
- Frequency generators
- Switch debouncing
- Simple logic clocks
Example: 555 Timer in Astable Mode
- A common circuit setup makes the 555 produce a square wave:
- A capacitor and two resistors determine the frequency and duty cycle.
- Output toggles between HIGH and LOW continuously.
Key Components Inside the 555 Timer IC
Voltage Divider:
Three 5kΩ resistors in series divide the supply voltage into:
2/3 Vcc
1/3 Vcc
Two Comparators:
Comparator 1 compares the threshold voltage (pin 6) with 2/3 Vcc.
Comparator 2 compares the trigger voltage (pin 2) with 1/3 Vcc.
SR Flip-Flop (Set-Reset Latch):
Stores the output state.
Set by Comparator 2 and Reset by Comparator 1.
Discharge Transistor (NPN):
Connected to pin 7.
Discharges the timing capacitor to GND when ON.
Output Stage:
Push-pull output driver capable of sourcing or sinking current at pin 3.
Reset (pin 4):
Overrides all other inputs when pulled LOW; forces output LOW.
Working Principle
In Monostable Mode Of 555 Timer IC (One-shot pulse)
Initial state: Output is LOW.
When trigger pin goes below 1/3 Vcc, Comparator 2 sets the flip-flop → Output goes HIGH.
The capacitor begins charging through a resistor.
When the threshold pin reaches 2/3 Vcc, Comparator 1 resets the flip-flop → Output goes LOW.
The discharge transistor turns ON and discharges the capacitor.
Astable Mode Of 555 Timer (Oscillator)
No stable state.
Capacitor charges and discharges between 1/3 Vcc and 2/3 Vcc.
Comparators continuously toggle the flip-flop → square wave output is generated.
Frequency and duty cycle are set by external resistors and capacitor.
In Bistable Mode (Flip-flop)
Trigger and Reset pins are used to toggle the output state manually.
No timing capacitor is needed.
Summary
Feature | Description |
Operating Voltage | 4.5V – 15V |
Output Current | ~200 mA (sourcing/sinking) |
Typical Frequency Range | Up to 500 kHz |
Modes of Operation | Monostable, Astable, Bistable |
Internal Components | 2 Comparators, Flip-Flop, Discharge Transistor, Voltage Divider |
Component Required For Monostable Mode Of 555 Timer:
Circuit Of Monostable Mode Of 555 Timer:
Timing Calculation
The duration of the output pulse (T) can be calculated using the formula:
T=1.1×R1×C1T=1.1×R1×C1
Where:
TT is the time in seconds,
R1R1 is the resistance in ohms (Ω),
C1C1 is the capacitance in farads (F).
For example, if you use a 10kΩ resistor and a 100µF capacitor, the pulse duration would be:
T=1.1×10,000×0.0001=1.1 secondsT=1.1×10,000×0.0001=1.1 seconds
Wiring:
- Connect the 555 Timer:
- Pin 1 (GND) to ground.
- Pin 2 (Trigger) to the trigger input (e.g., a push button).
- Pin 3 (Output) to the load (e.g., an LED).
- Pin 4 (Reset) connected to Vcc to avoid unwanted resets.
- Pin 5 (Control Voltage) can be connected to ground through a capacitor (optional).
- Pin 7 (Discharge) connected to the junction of R1 and C1.
- Pin 8 (Vcc) to the positive supply voltage.
Video Of Monostable Mode Of 555 Timer:
How Circuit Works?
In Above circuit when we increase value of resister connected in between pin 7 & pin 8 then led Glow time will increase according to time calculated with formula.
You May Also Interested In Other Projects:
Best Use Of Arduino With Ultrasonic Sensor
Best Use Of Arduino With Relay