Mesh Lite nodes dropping out/not connecting
Posted: Thu Apr 10, 2025 12:13 pm
Hi all
I have an issue where some nodes don't come online at all, possibly restarting the ESP32's they may come online. I have seen no pattern to this, some are fine, some aren't, some may come up during one test and then refuse to connect at all.
I also have an issue where they may just drop out of the mesh completely, they don't seem to reconfigure themselves to get connected back up. Again, I can find no pattern to this. It doesn't seem to be signal strength related.
I am testing with around 20 nodes, they are spaced out evenly.
Mesh config posted below:
Please let me know if you require anything else.
Thanks
Martin
I have an issue where some nodes don't come online at all, possibly restarting the ESP32's they may come online. I have seen no pattern to this, some are fine, some aren't, some may come up during one test and then refuse to connect at all.
I also have an issue where they may just drop out of the mesh completely, they don't seem to reconfigure themselves to get connected back up. Again, I can find no pattern to this. It doesn't seem to be signal strength related.
I am testing with around 20 nodes, they are spaced out evenly.
Mesh config posted below:
Code: Select all
esp_mesh_lite_config_t mesh_lite_config = ESP_MESH_LITE_DEFAULT_INIT();
mesh_lite_config.join_mesh_ignore_router_status = true;
mesh_lite_config.join_mesh_without_configured_wifi = true;
Thanks
Martin