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
Still, I don't know what your indoor positioning system based on. It's a beacon network so that the phone user can scan detect where he is in a building ? Or you will have a more complex system ?
The beacon ID doesn't need to be the same as the mesh unicast address. You can always use the mesh to configure the ID of a beacon or assign any data to it.
You would need to be more specific on what exactly you want.
Still, I don't know what your indoor positioning system based on. It's a beacon network so that the phone user can scan detect where he is in a building ? Or you will have a more complex system ?
The beacon ID doesn't need to be the same as the mesh unicast address. You can always use the mesh to configure the ID of a beacon or assign any data to it.
You would need to be more specific on what exactly you want.