Hi Guys,
We currently building our own sensor mesh network. I have developed my own sensor model which works quite well. The server model sends the sensor data on regular timebases to the client. But we want also to readout the RSSI of the nodes in the network. My idea was to send a message to each node and they response with the RSSI of the recieved message.
I thought about to do this with the heartbeat functionality. So i found the following topic in the devzone: https://devzone.nordicsemi.com/f/nordic-q-a/39270/ble-mesh-heartbeat-example
I looked at the edited light switch example which is provided by Hung Bui. My question is how can I readout the RSSI in the heartbeat_opcode_handle() and provide the data to the mesh_event_cb() function?
Is there an other option to do this?
Best regards
Michel