This looks a very interesting project! One thing I couldn't tell though, could you 'stream' LED pixel values over wifi instead of generating them on the hardware? Using the ws2812b Lights and the: https://github.com/jgarff/rpi_ws281x library, I made my LEDs pulse out an ID, which I read with a webcam, then used it to make a simple webapp, to 'paint' my Christmas tree's lights. https://www.anfractuosity.com/projects/p…
You can send it patterns in the form of code, but the hardware generates them, so I don't think you need to use WiFi once you've uploaded them.
Pixelblaze V2 – An advanced LED pattern development engine and controller
51–60 of 80 posts
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#52Earlier quoted context omitted.
You can send it patterns in the form of code, but the hardware generates them, so I don't think you need to use WiFi once you've uploaded them.
Gotcha cheers, I guess I was thinking about patterns which may be too big to fit in the ESP's memory.
One benefit of this approach is that Wifi can drop or be unreliable without impacting animations.
This also lets them react to inputs e.g. using some of the IO or ADC, or using the sensor expansion board for audio, light, or movement (accelerometer). Each pattern is typically 5-15K (this includes compressed source, compiled, and preview animation), and there's plenty of flash to store hundreds of different patterns.
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#53There's the ElectroDragon ESP LED Board, which does pretty much all of what the Pixelblaze does (sans FW) for much less - although the footprint is larger... https://www.electrodragon.com/product/esp-led-strip-board/
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#54How 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
This is a nice project made with FastLED: https://www.youtube.com/watch?v=3zQ8qC1KQgU Next step: Warp Core
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#55This is great. I have been planning to install some LED strips for a while now, but software has been holding me back. This submission comes in just as some others are planning to order strips in bulk. Thanks!
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#56A couple of other controllers: - Falcon PiHat - connect to a Pi and is able to manage 2 string of ~800 LEDs each - EsPixelStick uses an ESP to run pixels - Can be bought on Amazon both use a standard Ethernet protocol for sending pixel data. I use xlights to control them but there are various controllers out there. https://www.pixelcontroller.com/store/index.php
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#57I've spent the last four years learning the art and craft of LED art. I suppose I wouldn't change the way that I do things, but if I were starting out again I'd definitely use this. I can very much appreciate all of the work that this system takes off of my hands. The auto-recompile low-iteration-time is key. Very impressive!
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#58Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#59Great project! The hardware looks pretty simple, but the software side looks like a lot of work was put in, and it shows. Fantastic job.
Oh, I just noticed it's closed source. Too bad :/
Will have look into rendering the patterns & streaming over sACN (a DMX-derived, seemingly standard protocol mentioned in another comment).
Re: Pixelblaze V2 – An advanced LED pattern development engine and controller
#60Ws28xx LEDs based projects are worth doing . Here is one of my project Alexa + Ws2812b https://m.youtube.com/watch?v=mSTAEfD8b7A Audio Reactive lights - https://m.youtube.com/watch?v=LXyipKAUpEs
I've got something similar going on right now with my phillips hue strips and their new realtime api, but every strip is all the same color.