Hello.
I am trying to build something like this in the picture below:
so my guess is that I need mesh functionality.
So my initial questions are.
Are there any tutorials describing how to connect those nrf52 into mesh network? How to customize criteria for adding nodes, let say some kind of key authentication before adding node to such network?
How co communicate with individual nodes from perspective of "Relay node"?
I tried to compile this example -> github.com/.../Nordic-Thingy52-mesh-demo but it seems like mission impossible, it seems that there is some next issue to fix, missing headers files etc.
For example I would like to get temperature from every node in such network. Any ideas where to start?
Best regards.