Can you network multiple boards together to drive larger LED arrays in sync?
Pixelblaze V2 – An advanced LED pattern development engine and controller
21–30 of 80 posts
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#22Off topic but I like that his website puts the menu where your thumb on mobile can actually reach it
I wonder why on earth mobile phones usually have controls on top of the screen, but not on the bottom. Phone call app has search bar on top. Call activity tab on top. The default sort behavior, when searching, is to put more relevant results from top to bottom. Why not bottom to top? This design decision is especially annoying on larger screen devices. At least invoking keypad is lower-right corner.
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#23I was interviewed by embedded.fm about Pixelblaze and some other projects https://www.embedded.fm/episodes/220 Might be interesting to other folks wanting to do something similar, we cover some of the meta around making and selling a DIY thing and learning things along the way. Highly recommend the podcast as well.
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#24Reading the article reminded me that APA has been threatening vendors of the WS2812, claiming that it infringes one of their patents: https://hackaday.com/2018/07/31/are-patent-claims-coming-for...
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#25Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#26If you want an interesting side project: spin a string of these addressable LEDs to make a circular display, or sweep a plane of them for a display volume.
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#27Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#28Great project! The hardware looks pretty simple, but the software side looks like a lot of work was put in, and it shows. Fantastic job.
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#29How does this compare to FastLED [1] on the same ESP8266 (and ESP32) platform? FastLED is free and open source, and support almost all LED drivers out there. Writing animations with FastLED might not be as easy as with Pixelblaze, but similarly only requires a few lines of code. [1] https://github.com/FastLED/FastLED
One is a hardware solution with a built in hosted software library, the other is pure software so I don't think you can really compare.