Frank
Frank
> I am running 015 on shelly rgbw2, and and having reboots also @tablatronix Are your shelly bulbs "PWM" (analogue), or ws2812b? If PWM - how many color channels?
In case you use an SSR relay to control AC power - it might be a hardware problem. * https://github.com/Aircoookie/WLED/issues/3581 Another possibility is is you're using TX or one of...
In principle 8 outputs do work. With the number of LEDs you want to drive, I would expect that an esp32 can achieve between 8 and 30 fps (frames per...
@DONSAREBAK you did not say much about what you're looking for, so i've thrown an AI onto it to guess what you're asking for. Is the text below reflecting your...
Hi, thanks for taking the time to add this nice new effect:-) If you need anti-aliased pixel drawing, you might want to look into existing variants of setPixelColorXY that take...
You can grab a usermod here: https://github.com/athom-tech/Sound-Reactive-WLED/tree/master/usermods/RF433
Hi, basically @blazoncek is right. The full story is, 8266 sound sync (PR 60) was a night hack in MM some months ago, to see if we can get it...
@gaaat98 the relevant changes for 8266 are basicially * putting `#ifdef ARDUINO_ARCH_ESP32` around audio code that's not needed for sync receive * slightly modified UDP calls * a replacement for...
> but I am now realizing that it is not the case, I will need to put some work into it! That's the right approach 👍 MM audioreactive has evolved...
> > Yes, I'm proposing a new feature to use FastLED drivers when it's beneficial. We cannot "jump" between drivers; WLED uses Neopixelbus for addressable LEDs. If you have an...