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
Thanks. Do you think broadcast unicast address beacon is a good idea? any issues? like security or other issue. Any better idea, if I just want to give a unique name to each device for indoor positioning.
Thanks. Do you think broadcast unicast address beacon is a good idea? any issues? like security or other issue. Any better idea, if I just want to give a unique name to each device for indoor positioning.