Now I know this is going to sound odd, but I'm having issues figured out how to do the following:
- Drive several hundred 10mm single-color LEDs "simultaneously"
- Power circuit using battery pack (up to 12V)
- Keep as simple and compact as possible
If I were using RGB and/or creating an animation, I could figure that out easily enough, but the simple idea of just lighting LEDs to be static is tripping me up. My thinking is that I just treat the problem as a matrix of however many columns and rows and use shift registers and rely on persistence of vision.
I'd prefer to avoid using an MCU like Arduino, but if I'm making a static thing, a 555 or similar should be fine as a clock.
Does anyone have any suggestions to accomplish this without resorting to esoteric parts?
- Drive several hundred 10mm single-color LEDs "simultaneously"
- Power circuit using battery pack (up to 12V)
- Keep as simple and compact as possible
If I were using RGB and/or creating an animation, I could figure that out easily enough, but the simple idea of just lighting LEDs to be static is tripping me up. My thinking is that I just treat the problem as a matrix of however many columns and rows and use shift registers and rely on persistence of vision.
I'd prefer to avoid using an MCU like Arduino, but if I'm making a static thing, a 555 or similar should be fine as a clock.
Does anyone have any suggestions to accomplish this without resorting to esoteric parts?