Maker Pro
Maker Pro

Not your typical Up / Down Counter - Need Help

I am trying to make a circuit to control LEDs for a vehicle turn signal. There doesn't seem to be a counter chip that will do what I am proposing.

I need to build an 8 bit (at least, 16 would be better) counter / display where the LEDs will light up in order from the least significant bit to the most significant bit and then turn back off from the most significant bit to the least significant bit. After a short delay if would repeat this process as long as there is an input tot activate the circuit. Please see the attached file LED Pulse GIF.gif for an example.
 

Attachments

  • LED Pulse GIF.gif
    LED Pulse GIF.gif
    70.3 KB · Views: 89

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
A shift register and a couple of 555s could do what you want.

A microcontroller might be easier.
 
Yes, I can do it with the mcu but I was hoping for a more compact and possibly dependable way to do it. Not sure if the mcu would be as reliable with having to run code. Are you thinking dumping a new set of 8 bits into the resister for each update of the LEDs?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
No, one 555 clocks the shift register, the other determines if the input bit will be high or low.
 
Top