Tian Sen Wen
Tian Sen Wen
Hi @HWuest, If the root node was previously connected to a hotspot, and then the hotspot is turned off, the root node will try to maintain the mesh network by...
Hello, regarding the optimization for the rooterless scenario, the periodic scanning was removed. However, in scenarios where the devices were initially connected to a router and later the router was...
You can call esp_wifi_set_storage(WIFI_STORAGE_FLASH) before storing Wi-Fi information in NVS, and call esp_wifi_set_storage(WIFI_STORAGE_RAM) before not needing to store Wi-Fi information in NVS.
You can add this to the yml file in the example main. Just wait for the iot-bridge component to be updated to another version. MR has been raised, and you...
Hi, You can temporarily use the following branch, but as it involves adaptations for multiple IDF versions and multiple chips, it has not yet been released to the official repository....
对于目前的架构,暂时没有办法实现上级节点和下级节点的点对点通信,因为每一层下级节点对于其父节点来说都属于一个“内网”,就类似外网很难穿透局域网来访问内网 IP 地址。 不过可以有两种方式实现上级节点到下级节点的通信: - 利用内部的 UDP 通信接口,[上级节点向下级节点进行广播](https://github.com/espressif/esp-mesh-lite/blob/master/components/mesh_lite/include/esp_mesh_lite_core.h#L328),子节点收到之后处理消息同时再向其下一级发起广播; - 使用 ESP-NOW 接口来实现设备之间点对点的通信。 For the current architecture, it is not possible to achieve point-to-point communication between the parent and child nodes...
You can use this [branch](https://github.com/tswen/esp-mesh-lite/tree/examples/add_no_router_example/examples/no_router) to test the no_router scenario with some internal optimizations that have greatly reduced communication latency.
Hi, What version of idf are you using, I need to try to reproduce the problem.
Okay, we need some time to analyze this issue and we'll try to be able to send a debug log version of the wifi lib tomorrow.
[esp32s2_314a0864.zip](https://github.com/espressif/esp-mesh-lite/files/11702812/esp32s2_314a0864.zip) You can replace this library with the one located at components/esp_wifi/lib/esp32s2 in the IDF (ESP-IDF) framework.