Tian Sen Wen
Tian Sen Wen
Could you clarify whether the significant msg delay you mentioned occurs in: 1. Node-to-node communication via Mesh-Lite APIs, or 2. MQTT-based communication? Additionally, would you try adjusting the beacon interval...
> > Could you clarify whether the significant msg delay you mentioned occurs in: > > 1. Node-to-node communication via Mesh-Lite APIs, or 2. MQTT-based communication? > > Additionally, would...
> Hi [@yel-best](https://github.com/yel-best) , > > We're trying to create something similar to your system configuration here, but are having an issue with the mesh stability as a whole even...
> open up to 3 layers, with 5 nodes on each layer. Calculated this way, one mesh root node can support about 30 nodes. This calculation is correct. If the...
Where is the log message app_bee: `WI-FI Station Finished scanning AP` printed from? Does your application layer code call functions like `esp_wifi_scan_start`?
Could you please call **esp_mesh_lite_core_log_enable(true) after esp_mesh_lite_init, then provide the complete log files** from power-on until the issue occurs for debugging?
> > Could you please call **esp_mesh_lite_core_log_enable(true) after esp_mesh_lite_init, then provide the complete log files** from power-on until the issue occurs for debugging? > > Ok, i will provide it...
> [log.txt](https://github.com/user-attachments/files/20362968/log.txt) Could you confirm which version you are using? You can check this by looking for the "[vendor_ie]: Mesh-Lite commit id: xxxxxx" message during the mesh-lite initialization at boot....
> > > [log.txt](https://github.com/user-attachments/files/20362968/log.txt) > > > > > > Could you confirm which version you are using? You can check this by looking for the "[vendor_ie]: Mesh-Lite commit id:...
Could you please provide the complete system logs from power-on until the moment the issue occurs? The logs shared previously don't clearly show the point where the problem emerges.