sidoh / esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266
MIT License
931 stars 219 forks source link

ESP32-S3/C3 can now do this without the NRF24L01 module #797

Open jonsmirl opened 11 months ago

jonsmirl commented 11 months ago

ESP32-S3/C3 has been hacked to support the GFSK 2.4Ghz modulation used by Milights.

https://github.com/RCayre/woot2023_espwn32_artifacts/tree/main

The specific Milight protocol has not been implemented, but that library will let your send and receive packets. This is the same modulation used by ANT+.

https://wootconference.org/papers/woot23-paper22.pdf

mames13 commented 6 months ago

wait, is there an ESP32 version of the hub now?