Sequential circuit with more than 10 LEDs

counterintegrated-circuitled

I need to build a sequential LED circuit that will have more than 10 LEDs in a sequence. The LEDs should blink only one at a time. I know I can do 10 LEDs with a 4017 decade counter easily, but I dont know how to go beyond 10 LEDs in a row. Say I need few tenths of LEDS, maybe 50 or 100 pcs.

I found a circuit with 2 4017s which does 16 LEDs – see here. It says the design can be expanded "indefinitely" by adding more 4017s but it is not clear to me how to do it. Also, it the "reset" circuit part necessary?

Best Answer

If they can all be on the same amount of time, I'd just use lots of shift registers. There are several types. For your application look for Serial In, Parallel Out (SIPO).

If it mattered how bright the LEDs are, and you want very bright, use 'proper' LED display drivers.

For example TI Display drivers

They come in 8-LED, 16-LED and even 24-LED devices.

A SIPO shift register can be chained together by driving them all from a common clock, and connecting Serial Out of one device to Serial In of the next device. They may also have an enable which trasfers the shifted bit pattern into the LED drivers.

Initialisation, power on, must clear all of them to zero (usually a RESET), and initially load a 1 to the first shift register.

Edit: Removed concerns about 4017, as they don't apply.

A datasheet for 4017 which shows a schematic for cascading three (and hence more) 4017 in Figure 12 page 15.