Hello All,
I would like to implement tracking over MESH network using nRF52840.
1. In my MESH network, there are some devices who continuously advertising (say beacon).
2. There are some devices who read these advertising & relay this information towards the Hub using other relay device (say relay).
3. My Hub device get all these advertising (passed via Relay) & send it to cloud.
I read the nRF mesh documentation and I found implemented Beacon example. However, could not understand how to implement Relay for this scenario.
Any help / pointers towards implementation would be of great help.
Thanks in advance.