Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
15.04k stars 3.25k forks source link

matter support #4252

Closed Night-Coder2 closed 2 weeks ago

Night-Coder2 commented 2 weeks ago

matter protocol has become quite popular and wled can have a massive upgrade with this. matter is supported by almost all platforms. also support for esp32 c6 will aid to this request as esp32 c6 supports zigbee

DedeHai commented 2 weeks ago

C6 support is a year or two away. Matter does not seem feasible: when looking at this https://docs.espressif.com/projects/esp-matter/en/latest/esp32/optimizations.html it seems like it uses A LOT of flash. Even when disabling every non-essential WLED function, there is maybe 200kB available, the Matter protocol implementation appears to be using several time this amount. So for now, this is not possible.

Night-Coder2 commented 2 weeks ago

why does c6 cause problems other chip supports wer not so bad

DedeHai commented 2 weeks ago

https://github.com/Aircoookie/WLED/issues/3078#