Tian Sen Wen
Tian Sen Wen
- By default, ESP-NOW does not support message relaying functionality; the application layer needs to implement the relaying logic on its own. - Yes, you just need to register the...
1. ESP-NOW message relaying can be implemented at the application layer. 2. TCP only enables direct communication between devices under the same branch; devices across different branches still require forwarding...
WIFI_REASON_NO_AP_FOUND_IN_RSSI_THRESHOLD = 212, /**< No AP found in RSSI threshold */ If a rssi threshold is set in wifi_config.sta.threshold.rssi, and the rssi is lower than this threshold when connecting to...
Currently not available. This is a new feature in the Wi-Fi lib in the new idf. The documentation has not been updated yet. 212 means No AP found in RSSI...
It looks like there is a problem with the certificate.
This is not an error log, but only the information of a station disconnecting and connecting under softap. Is there a more complete log information, as well as the log...
Got it, thank you for your feedback. Going forward, we will change `void (*recv_cb)(const uint8_t *mac_addr, const uint8_t *data, int len))` to `void (*recv_cb)(const esp_now_recv_info_t *esp_now_info, const uint8_t *data, int...
Hello, the content has been updated in the master branch. commit link: https://github.com/espressif/esp-mesh-lite/commit/eaf4e0aa47da2a4d93c4d058395f67575d33161b
- Devices do not need to call `esp_mesh_lite_set_fusion_config`. As long as the device is a root node, it will periodically trigger fusion. `esp_mesh_lite_set_fusion_config` is only used to set some parameters...
The esp_mesh_lite_core.h header file also needs to be modified.