esp-idf/examples/wifi/itwt
2024-07-26 10:50:55 +08:00
..
main fix(wifi): add comments for the new API and fix code comments 2024-07-26 10:50:55 +08:00
CMakeLists.txt feat(examples): add local components via idf_component.yml 2023-09-19 10:38:24 +02:00
README.md feat(wifi): add wifi support for esp32c5 mp 2024-07-24 18:03:40 +08:00
sdkconfig.defaults esp_wifi: itwt support light sleep 2023-04-06 10:46:32 +08:00
sdkconfig.defaults.esp32c6 ci: enable hardware crypto module for powersave tests 2024-02-02 11:21:44 +08:00

Supported Targets ESP32-C5 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 different 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 support 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.