Ivan Grokhotkov 6d87100a70 feat(examples): add local components via idf_component.yml il y a 2 ans
..
main 6d87100a70 feat(examples): add local components via idf_component.yml il y a 2 ans
CMakeLists.txt 6d87100a70 feat(examples): add local components via idf_component.yml il y a 2 ans
README.md d1230c7d9e esp32c6: add md5check, txop limit and sync header, update esp32c6 sdkconfig and itwt example il y a 3 ans
sdkconfig.defaults 2f20406202 esp_wifi: itwt support light sleep il y a 2 ans
sdkconfig.defaults.esp32c6 2f20406202 esp_wifi: itwt support light sleep il y a 2 ans

README.md

Supported Targets ESP32-C6

Wifi itwt Example

Introduction

This example shows how to use itwt of wifi.

Itwt only works in station mode. And AP needs to support the capability of itwt.

Itwt can works under differnet power save mode.

Modem sleep (supported)

This is default mode. Under this mode, can support console command "itwt, probe" to config itwt.

  • itwt: this command is for itwt setup/teardown/suspend.
  • probe: this command will send a probe request to update tsf time with ap

Light Sleep (will support)

Need system suport light sleep. Console command will not support in this mode.

Typical current consumption with Itwt enabled

Typical current consumption with Itwt disabled

Note that current consumption and average current are higher when disabled.