Tian Sen Wen

Results 350 comments of Tian Sen Wen

https://github.com/espressif/esp-mesh-lite/edit/master/examples/mesh_local_control/sdkconfig.defaults#L21-L24 Some necessary configuration items also need to be checked for correct settings.

https://github.com/espressif/esp-mesh-lite/blob/master/components/mesh_lite/src/wifi_prov/wifi_provisioning.patch Please check if this patch is not applied to esp-idf successfully. If you do not use the zero-provisioning feature, you can manually add the line of code https://github.com/espressif/esp-mesh-lite/blob/master/components/mesh_lite/src/wifi_prov/wifi_provisioning.patch#L9 to...

Because some customers have reported that they do not want to modify esp-idf without knowing why, we maintain the https://github.com/espressif/esp-mesh-lite/tree/master/components/wifi_provisioning component separately. If you want to use the network provisioning...

https://github.com/espressif/esp-mesh-lite: This is the official repository. https://github.com/tswen/esp-mesh-lite/blob/docs/mesh_lite_LAN_OTA/components/mesh_lite/User_Guide.md#esp-mesh-lite-lan-ota: This documentation has not yet been merged into the official repository, so a temporary branch has been created for the ota documentation updates.

是否仅仅是根节点需要同时开启 station 和 4G 呢。如果只是根节点开启的话,在根节点的工程代码中移植一下 PPP modem 的代码,然后通过 esp_netif_set_default_netif(PPP_netif) 将 PPP netif 设置为根节点的默认 netif,这样就可以通过 4G 连接外网了。

在 Wi-Fi 保持稳定连接的正常情况下,设备不会重新更新父节点,除非其层级发生变化,此时设备可能会重新寻找新的父节点。此外,Mesh-Lite 方案更适用于设备位置固定的场景,对于可能随时发生位置变化的无人机,并不建议采用 Mesh Lite 方案。

Is the SSID hidden for the device in orphaned_node.txt? The root cause of this issue is: orphaned_node, as a root node device with a stronger RSSI, wants meshed_node_layer-1 to join...

The function `esp_mesh_lite_transmit_file_start` can fulfill the requirement of transmitting long data between nodes. By registering the relevant callback through `esp_mesh_lite_ota_register_file_transfer_cb`, child nodes can invoke `esp_mesh_lite_transmit_file_start` to request the corresponding file...

@nopnop2002 The latest ​master branch of ​Mesh-Lite now supports this feature. 29185cc323d199e609d1ff75fe21e5dab95c4e34