Files
esp-idf/examples/wifi/itwt
Jiang Jiang Jian d97590f73c Merge branch 'fix/fix_i2c_modem_clock_ref_count_mismatch' into 'master'
feat(esp_hw_support): add reference count control & clock enable checking for modem clock devices

Closes PM-592 and PM-595

See merge request espressif/esp-idf!42588
2026-01-27 14:18:53 +08:00
..

Supported Targets ESP32-C5 ESP32-C6 ESP32-C61

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.