Department of Electronics and Communication Engineering (ECE)
Project Type: Mini-Project Β Β | Β Β Date: 25 May 2026
The objective of this mini-project is to design and implement an LED Chaser Circuit using an NE555 Timer IC and a CD4017 Decade Counter IC.
The circuit produces a sequential lighting effect in which LEDs turn ON and OFF one after another, creating a running or chasing light pattern.
LED chaser circuits are widely used in decorative lighting systems, advertisement displays, emergency warning indicators, automotive lighting, and digital display applications.
This project demonstrates the practical implementation of:
- Pulse generation
- Clock signal propagation
- Sequential digital logic
- LED interfacing
- Current limiting
- Timing and frequency control
The NE555 Timer is configured in astable mode to generate continuous clock pulses. These pulses are supplied to the CD4017 decade counter, which activates its output pins sequentially.
Each counter output drives an LED, producing the characteristic running or chasing light effect.
By physically constructing the circuit, this project bridges the gap between theoretical concepts of electronics and real-time circuit implementation.
The NE555 Timer IC operates in astable multivibrator mode to generate a continuous square-wave clock signal.
The frequency of oscillation depends on the externally connected timing resistors and capacitor.
The generated clock pulses are continuously supplied to the clock input of the CD4017 counter IC.
Where:
- Rβ and Rβ are the timing resistors.
- C is the timing capacitor.
- f is the output frequency of the NE555 timer.
The output pulse rate directly determines the speed of the LED chasing effect.
Increasing or decreasing the timing resistance or capacitance changes the frequency of the generated clock signal and therefore changes the LED sequence speed.
The CD4017 is a CMOS decade counter with ten decoded outputs. It responds to each incoming clock pulse by activating one output at a time.
The sequence operates as follows:
Clock Pulse
β
Q0 β Q1 β Q2 β Q3 β Q4
β
Q5 β Q6 β Q7 β Q8 β Q9
β
RESET
β
Q0
For every incoming clock pulse:
- Only one output becomes HIGH at a time.
- The HIGH state shifts sequentially from Q0 to Q9.
- After Q9, the sequence returns to Q0.
Each output is connected to an LED through a current-limiting resistor.
As the outputs change sequentially, the LEDs illuminate one after another, creating the running-light effect.
This demonstrates the principle of sequential digital logic and clock-driven state transitions.
The LED chaser circuit consists of the following major functional blocks:
| Block | Function |
|---|---|
| Power Supply | Provides the required DC voltage to the circuit |
| NE555 Timer | Generates continuous clock pulses |
| CD4017 Counter | Converts clock pulses into sequential output states |
| LED Output Section | Displays the sequential counting operation visually |
3.7V DC Power Supply
β
βΌ
ββββββββββββββββ
β NE555 Timer β
β Astable Mode β
ββββββββ¬ββββββββ
β
Clock Pulses
β
βΌ
ββββββββββββββββ
β CD4017 β
β Decade β
β Counter β
ββββββββ¬ββββββββ
β
Q0 β Q9 Outputs
β
βΌ
ββββββββββββββββ
β LED Output β
β Section β
ββββββββββββββββ
β
βΌ
Sequential LED
Chasing Effect
The complete signal flow is:
- The 3.7 V power supply powers the circuit.
- The NE555 timer generates periodic clock pulses.
- The clock pulses are supplied to the CD4017 counter.
- The CD4017 activates its outputs sequentially from Q0 to Q9.
- The LEDs connected to the outputs illuminate one after another.
- After Q9, the sequence repeats from Q0.
The timing capacitor and resistors determine the frequency of the clock pulses generated by the NE555 timer.
Stable timing components are necessary to maintain smooth and consistent LED transitions.
The current-limiting resistors protect the LEDs from excessive current and improve the reliability of the circuit.
Proper grounding and secure breadboard connections are also important to prevent signal noise, unstable timing, and irregular LED operation.
The reset pin of the CD4017 can be configured strategically to limit the number of active outputs in the sequence.
For example:
| Reset Configuration | Result |
|---|---|
| Reset connected to Q5 | Creates a 5-LED chaser |
| Full Q0βQ9 sequence | Allows 10-LED operation |
This provides flexibility for designing customized LED chasing patterns.
| Component | Specification | Purpose |
|---|---|---|
| NE555 Timer IC | DIP-8 | Generates clock pulses in astable mode |
| CD4017 Counter IC | CMOS Decade Counter | Activates outputs sequentially |
| LEDs | 5 mm Standard LEDs | Provides visual indication of the running sequence |
| LED Resistors | 680 Ξ© | Limits current through the LEDs |
| Timing Resistor Rβ | 1 kΞ© | Controls the NE555 timing frequency |
| Timing Resistor Rβ | 1 kΞ© | Controls the NE555 timing frequency |
| Timing Capacitor | 10 Β΅F | Determines oscillation timing |
| Control Capacitor | 0.01 Β΅F | Improves timer stability |
| Breadboard | Standard | Circuit assembly and prototyping |
| Jumper Wires | Standard | Electrical interconnections |
| Power Supply | 3.7 V DC | Provides power to the circuit |
The implemented LED chaser circuit successfully generated sequential blinking of LEDs using clock pulses from the NE555 timer and output sequencing from the CD4017 counter.
The LEDs turned ON one after another in a cyclic manner, demonstrating proper operation of both the timer and counter stages.
| Clock Pulse | Active Output | LED Status |
|---|---|---|
| 1st Pulse | Q0 | LED1 ON |
| 2nd Pulse | Q1 | LED2 ON |
| 3rd Pulse | Q2 | LED3 ON |
| 4th Pulse | Q3 | LED4 ON |
| 5th Pulse | Q4 | LED5 ON |
| 6th Pulse | Q5 | LED6 ON |
| 7th Pulse | Q6 | LED7 ON |
| 8th Pulse | Q7 | LED8 ON |
| 9th Pulse | Q8 | LED9 ON |
| 10th Pulse | Q9 | LED10 ON |
The speed of the LED chasing pattern was successfully varied by changing the timing resistor and capacitor values.
- Stable pulse generation by the NE555 timer.
- Correct sequential counting by the CD4017.
- Smooth LED chasing effect.
- Reliable operation under a 3.7 V DC supply.
The LED chaser circuit has several practical applications in electronics and lighting systems.
Used in festivals, homes, events, and entertainment lighting to create attractive running-light patterns.
Used in signboards and commercial displays to attract attention through sequential lighting patterns.
Sequential flashing lights can be used in safety and alert systems to provide visual warnings.
Similar sequential lighting concepts are used in vehicle indicator systems and decorative automotive lighting.
The circuit provides a practical demonstration of timer circuits, counters, clock pulses, and sequential digital logic.
The same principle can be applied to systems requiring ordered activation of multiple outputs.
| Concept | Demonstration |
|---|---|
| Astable Multivibrator | NE555 generates continuous clock pulses |
| Frequency Control | Resistor and capacitor values control pulse frequency |
| Sequential Logic | CD4017 activates outputs one at a time |
| Clock Propagation | Counter changes state with every clock pulse |
| LED Interfacing | LEDs provide visual output indication |
| Current Limiting | 680 Ξ© resistors protect LEDs |
| Digital Electronics | Demonstrates practical sequential logic operation |
LED-Chaser-NE555-CD4017/
β
βββ README.md
β
βββ Simulation/
β βββ Tinkercad-Link.txt
β
βββ Circuit/
β βββ Circuit-Diagram.png
β βββ Breadboard-Implementation.png
β
βββ Documentation/
β βββ Mini-Project-Report.pdf
β
βββ Images/
βββ LED-Chaser-1.png
βββ LED-Chaser-2.png
βββ LED-Chaser-3.png
The LED Chaser Circuit was successfully designed and implemented using the NE555 Timer IC and CD4017 Decade Counter IC.
The project demonstrated the practical application of pulse generation, clock-driven sequencing, and digital output control.
The circuit operated reliably and produced a smooth sequential lighting pattern. The project provided valuable hands-on experience in:
- Circuit design
- Breadboard implementation
- Timer configuration
- Frequency and timing analysis
- Sequential counter operation
- LED interfacing
- Digital electronics
This mini-project serves as an effective educational experiment for understanding sequential logic systems, timer circuits, counters, and real-world electronic circuit applications.
| Project | LED Chaser Circuit |
| Technology | NE555 Timer + CD4017 Decade Counter |
| LEDs | 10 Γ 5 mm LEDs |
| Supply Voltage | 3.7 V DC |
| Department | Electronics and Communication Engineering (ECE) |
| Project Type | Mini-Project |
| Date | 25 May 2026 |
"From clock pulses to sequential illumination β this project demonstrates how timer-generated signals can control a digital counter to create a practical LED sequencing system."
π View Project Simulation on Tinkercad