sidoh / esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jonsmirl opened this issue · comments

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

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