LED multiplexing layouts for hand-crafting
crawlingrobotfortress.blogspot.com
LED multiplexing layouts for hand-crafting
1–10 of 12 posts
Re: LED multiplexing layouts for hand-crafting
#2Re: LED multiplexing layouts for hand-crafting
#3Re: LED multiplexing layouts for hand-crafting
#4Re: LED multiplexing layouts for hand-crafting
#5This 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…
Re: LED multiplexing layouts for hand-crafting
#6This 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…
Multiplexing doesn't have to flicker if you do it fast enough.
Re: LED multiplexing layouts for hand-crafting
#7This 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…
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.
Re: LED multiplexing layouts for hand-crafting
#8This 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…
I'm a hobbyist when it comes to RPi/Arduino projects, and I always feel powerless when I do projects like these. There's always a better way to do what you're currently doing, without too much extra costs, and there's no way I could have found out on my own. 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 workfl…
Re: LED multiplexing layouts for hand-crafting
#9This 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…
I'm a hobbyist when it comes to RPi/Arduino projects, and I always feel powerless when I do projects like these. There's always a better way to do what you're currently doing, without too much extra costs, and there's no way I could have found out on my own. 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 workfl…
I suggest you look at esp8266 and micropython, if you want to get a quick start. You can get them rather cheaply on aliexpress, along with ws2812 strips. Or you get them from adafruit, which is much quicker but more expensive. Adafruit calls the LEDs neopixel, so Google for that too.
And of course you can message me or anyone here at any time. Doesn't mean we're experts, but we'll help as much as we can.
Re: LED multiplexing layouts for hand-crafting
#10This 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…