about espnow window synchronization mechanism
Posted: Tue Jun 04, 2024 1:51 am
How to use the window synchronization mechanism of ESPNow? I used the following two functions, and the power consumption of a single device decreased
esp_wifi_connectionless_module_set_wake_interval
esp_now_set_wake_window
But if there are multiple devices communicating with ESPNow, the above two functions cannot achieve window synchronization, and the time after wake-up will change. How to achieve the window synchronization mentioned in the introduction? Thank you!
esp_wifi_connectionless_module_set_wake_interval
esp_now_set_wake_window
But if there are multiple devices communicating with ESPNow, the above two functions cannot achieve window synchronization, and the time after wake-up will change. How to achieve the window synchronization mentioned in the introduction? Thank you!