Add led/relay driver to drive LEDs, Add current limiting resistors #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I doubt you're going to find an open collector counter. The counter I recommended is going to peak out at 20mA total, so if multiple LEDs are on, you're going to disrupt the count.
I recommend adding a driver between the counter and the leds. You also need to add current limiting resistors inline with the LEDs.
Which LEDs were you going to use? I recommend very low currents.
Hey @AllSpiceUser,
The CD4017 has its output decoded.
My understanding is that because only a single LED will be on at a time only a single current limiting resistor is needed.
My intention with the board was to have random patterns of LEDs or an animation however settled on the LEDs chasing from the root to the tip of the board as I didn't want to have a microcontroller.
Regarding the LED choice, I haven't picked a particular LED. I choice the 1206 package size because I figured it would be easy enough to solder by hand. I have never had to pick parts before so any guidance in this would be great.
Question: How do I associate a part number? Should it be in the footprint or the symbol?