This repository was archived by the owner on Dec 8, 2025. It is now read-only.
|
Hi Folks, Does anyone know if there are plans to support the ESP32-C6 WiFi 6 TWT aka Target Wake Time? TWT comes with this new flavor of ESP32 and enables the device to essentially stay connected to the WiFi network but while in sleep. I guess I have two questions 1) will there be support for the C6 and 2) if there will be, will there be support for TWT? Espressif has provided an example of code that is supposed to utilize TWT here => https://github.com/espressif/esp-idf/tree/master/examples/wifi/itwt Thanks! |
Answered by
mmoskal
Jun 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We may add C6 support as more boards become available in the coming months. I did some work on utilizing esp32 sleep modes, but didn't get very far. PRs are always welcome!