Tian Sen Wen
Tian Sen Wen
Hello, were the testing environments consistent when using SDK 5.1.4 and SDK 5.3? Environmental differences and other external interference may cause some impact. Also, were you testing the maximum distance...
Hello, are the 5.1.4 and 5.3 SDK firmware being used on different hardware, or are they on the same hardware? Could you rule out the possibility of hardware being a...
In theory, this can also be reproduced using the station and softap demos under IDF, because mesh lite is just an application based on the standard 802.11. Have you tested...
Under normal circumstances, for safety reasons, the `esp_mesh_lite_get_nodes_list` API should return a copy rather than the original variable. In the `release/v1.0` version, this part of the operation is not fully...
esp-mesh-lite 方案无法实现无根节点的网状拓扑。
实现不了,也是基于树型拓扑的。
```c esp_mesh_lite_config_t mesh_lite_config = ESP_MESH_LITE_DEFAULT_INIT(); esp_mesh_lite_init(&mesh_lite_config); app_wifi_set_softap_info(); //attention this function must be called before Mesh-Lite initialization. //esp_mesh_lite_aes_set_key(key, 128); esp_mesh_lite_start(); ```
https://github.com/tswen/esp-mesh-lite/blob/docs/mesh_lite_LAN_OTA/components/mesh_lite/User_Guide_CN.md#esp-mesh-lite-lan-ota [](https://github.com/tswen/esp-mesh-lite/blob/docs/mesh_lite_LAN_OTA/components/mesh_lite/docs/_static/rootnode_ota_timing_chart_en.svg)
The external URL is just a fallback OTA method used when fetching firmware from the parent node fails. If you do not wish to upgrade via an external URL, you...
If a child node obtains a firmware and wants to upgrade all devices directly through LAN OTA, the best way is to transfer the firmware to the root node first,...