Hi,
I have add beacon function to "light_control_server" project. I want to every server broadcast their unicast address. Could do kindly teach me how to do this. It's better if give me a piece of code.
Hi,
I have add beacon function to "light_control_server" project. I want to every server broadcast their unicast address. Could do kindly teach me how to do this. It's better if give me a piece of code.
The sender address is included in every packet. Check out the src field in nrf_mesh_evt_message_t in a packet you receive on access layer , for example in mesh_msg_handle() in access.c
Could you describe your application ? How would you want the indoor positioning is utilized base on the mesh ?
Could you describe your application ? How would you want the indoor positioning is utilized base on the mesh ?