Hello friends. Is it possible to build a flashing LED circuit with the same sequence of the image link below using the 4017 and 555?, Or need to use a PIC?
Thank you for answering my question. I made a circuit that the LEDs flash in sequence. But the link above they flash in sequence, then all together. It is a little different than I did.
You need to define the elements of the display then the timing in terms of the smallest time step including off or pause times. This appears to have 5 separate elements: red LEDs, purple LEDs, white LEDs1, white LEDs2 and white LEDs3 and approximately 20 time steps which could be implemented with two 4017 counters or three if deemed necessary.
Using the 555 and thye 4017 will deliver equal time of blinks with equal time between the On and off times too. Whereas as seen in the given web page, different sequences were found with different timings which naturally requires a microcontroller to control the sequences.
Cheers