esp-idf/examples/wifi/itwt/README.md

29 wiersze
857 B
Markdown
Czysty Zwykły widok Historia

2022-12-20 14:07:54 +00:00
| 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.
2022-12-20 14:07:54 +00:00
### Modem sleep (supported)
This is default mode. Under this mode, can support console command "itwt, probe" to config itwt.
2022-12-20 14:07:54 +00:00
* itwt: this command is for itwt setup/teardown/suspend.
* probe: this command will send a probe request to update tsf time with ap
2022-12-20 14:07:54 +00:00
### Light Sleep (will support)
Need system suport light sleep. Console command will not support in this mode.
2022-12-20 14:07:54 +00:00
### Typical current consumption with Itwt enabled
### Typical current consumption with Itwt disabled
Note that current consumption and average current are higher when disabled.