Fork me on GitHub

Project Notes

#748 CD4017 LED Chaser

Introducing the CD4017 decade counter with the LED Chaser demo circuit.

Build

Here’s a quick demo..

clip

Notes

The CD4017 decade counter shows up in many digital circuits where it is useful for “fanning out” a clock pulse across sequentially activated lines.

The “LED Chaser” is perhaps the most simple demonstration, which I’ll build below. It can also be picked up in kit form for small change, for example, the following listing on aliexpress:

NE555 + CD4017 Practice Learning Kits LED Light Chaser Sequencer Follower Scroller Module electronic DIY Kit For Arduino

33035452884

About the CD4017

The CD4017 is a CMOS decade counter/divider with 10 decoded outputs, often used in sequencing and timing applications. It counts from 0 to 9 on each rising edge of the clock input and activates one of its ten outputs (Q0 to Q9) sequentially, with only one output high at any given time. It also includes a carry-out (CO) output, which goes high after every 10 clock pulses, making it easy to cascade multiple CD4017s for extended counting. Reset and clock enable inputs allow control over the counting sequence, providing flexibility in design.

Operating over a wide voltage range from 3V to 15V, the CD4017 features high noise immunity and low power consumption, typical of CMOS logic. It is widely used in LED chasers, light sequencers, event counters, and simple frequency dividers. Its straightforward operation and compatibility with other 4000-series logic make it a popular choice for both educational projects and practical digital timing solutions.

cd4017-ref

LED Chaser Circuit Design

Commonly called a “LED Chaser”, this is likely the simplest circuit for demonstrating the CD4017.

We simply:

  • drive the clock with a 555 timer - in this case running at about 1.5Hz.
  • wire an LED to each output Q0-Q9

In this we can see the counter toggling the outputs from Q0 to Q9.

bb

schematic

I’ve just built this up on a breadboard:

bb_build

Credits and References

Video References

4000 Series Logic ICs: The 4017 Decade Counter by David Watts

clip

4017 Decade Counter and Frequency Divider by EHobby Guy

clip

About LEAP#748 CMOS/TTL555 TimerCD4017

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

Project Source on GitHub Return to the LEAP Catalog
About LEAP

LEAP is my personal collection of electronics projects - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know or send a pull-request.

NOTE: For a while I included various scale modelling projects here too, but I've now split them off into a new repository: check out LittleModelArt if you are looking for these projects.

Project Gallery view the projects as an image gallery Notebook reference materials and other notes Follow the Blog follow projects and notes as they are published in your favourite feed reader