Hi All, I am using light_control example from Mesh SDK and I need to get something that identify my device in mesh e.g id, address. I would like to send some message to the specific node. Do you have any idea how to do it?
Regards, Butu
Hi All, I am using light_control example from Mesh SDK and I need to get something that identify my device in mesh e.g id, address. I would like to send some message to the specific node. Do you have any idea how to do it?
Regards, Butu
access_message_rx_t
So this is the original packet, and if you're receiving data, you can put it all in here, like the MAC address of the sender,
The strength of the sender, a lot of information about the sender can be seen in this metadata
access_message_rx_t
So this is the original packet, and if you're receiving data, you can put it all in here, like the MAC address of the sender,
The strength of the sender, a lot of information about the sender can be seen in this metadata