Page 1 of 1

manual network design

Posted: Mon Jan 20, 2020 4:06 pm
by nicola
Hi I want to design a manual mesh network in order to understand technology ; this is my configuration:

A - root node - Layer 1
B- parent node - Layer 2
C- Leaf Node - Layer 3

I succesflly run the "internal communication exaample" for the root node and parent node . In particular the root got ip correctly and recognize the children (node B)

Now I want to force the C node to be child of just B node so that C node could just send data to node B.
How can I do this?
Do I have to use the

Code: Select all

[Codebox=c file=Untitled.c]"esp_mesh_set_parent"[/Codebox]
function ?

Hope you can help
Thanks
Nico

Re: manual network design

Posted: Tue Jan 21, 2020 12:02 pm
by ESP_@In逍遥子
You're right.
Please set a specified parent for the device by this function.