General suggestions for ESP mesh functionality
Posted: Thu Jul 12, 2018 1:55 am
When using espressif‘s esp mesh, although it has a function of , the parent configuration, the ssid and the channel of the parent are mandatory. Therefore, in the case of leaving the router, it will trigger the event.
But in fact, the mesh network itself can still communicate normally.
Because the root is fixed,So I think the parent of the root is preferably optional. If you offer such a choice, we can build a network system that does not require router. It can extend the application scenario of esp mesh .I really hope to get your official reply.
but it still can't be used away from the router. Because in the functionesp_mesh_fix_root
Code: Select all
esp_mesh_set_parent
Code: Select all
MESH_EVENT_PARENT_DISCONNECTED
But in fact, the mesh network itself can still communicate normally.
Because the root is fixed,So I think the parent of the root is preferably optional. If you offer such a choice, we can build a network system that does not require router. It can extend the application scenario of esp mesh .I really hope to get your official reply.