|
|
|
|
|
by frob
2455 days ago
|
|
This is an interesting idea. However, I feel like this could be better addressed by using an addressable chip like the ws2811. These can be chained for quite the distance and you will not get the inherent flickering that comes with the multiplexing approach. They even come in a standard LED form factor with one additional leg for data. This can all be controlled with a single digital pin on an arduino using a library like fastLED. |
|
It happens almost the opposite when building software (maybe because that's what I do for a living?), but it makes me think that maybe there's a different workflow that I'm not aware of when working on HW projects.