Skip to content

Commit 826c4a0

Browse files
Espressif-liuuuuzhangyanjiaoesp
authored andcommitted
feat(docs): update connectionless module window syncronization documentation
1 parent 177c542 commit 826c4a0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/en/api-guides/wifi.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,11 @@ At the start of `Interval` time, RF, PHY, BB would be turned on and kept for `Wi
18531853

18541854
- Event `WIFI_EVENT_CONNECTIONLESS_MODULE_WAKE_INTERVAL_START`_ would be posted at the start of `Interval`. Since `Window` also starts at that moment, its recommended to TX in that event.
18551855

1856-
- At connected state, the start of `Interval` would be aligned with TBTT.
1856+
- At connected state, the start of `Interval` would be aligned with TBTT. To improve the packet reception success rate in connectionless modules, the sender and receiver can be connected to the same AP, and packets can be transmitted within the event `WIFI_EVENT_CONNECTIONLESS_MODULE_WAKE_INTERVAL_START`_. This synchronization helps align the connectionless modules transmission window.
1857+
1858+
.. only:: esp32
1859+
1860+
On the ESP32, TBTT timing is affected by DFS(Dynamic Frequency Scaling). To synchronize the connectionless modules transmission window using TBTT on the ESP32, DFS must be disabled.
18571861

18581862
**Window**
18591863

docs/zh_CN/api-guides/wifi.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,11 @@ AP 睡眠
18291829

18301830
- 在 `Interval` 开始时,将会给出 `WIFI_EVENT_CONNECTIONLESS_MODULE_WAKE_INTERVAL_START`_ 事件,由于 `Window` 将在此时开始,可以在此事件内布置发包动作。
18311831

1832-
- 在连接状态下,`Interval` 开始的时间点将会与 TBTT 时间点对齐。
1832+
- 在连接状态下,`Interval` 开始的时间点将会与 TBTT 时间点对齐。可以通过将非连接模块的接收端和发送端连接在同一路由器下,并在 `WIFI_EVENT_CONNECTIONLESS_MODULE_WAKE_INTERVAL_START`_ 事件内进行发包,以同步非连接模块的传输窗口,达到提高接收端收包成功率的效果。
1833+
1834+
.. only:: esp32
1835+
1836+
在 ESP32 上,TBTT 时间点会受到 DFS(Dynamic Frequency Scaling) 的干扰,如果想要在 ESP32 上通过 TBTT 同步非连接模块的传输窗口,需要禁用 DFS。
18331837

18341838
**Window**
18351839

0 commit comments

Comments
 (0)