How can one retrieve the rssi value, when using the ti_wisunfan/ns_coap_node example from the simplelink-cc13xx-26xx-sdk?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How can one retrieve the rssi value, when using the ti_wisunfan/ns_coap_node example from the simplelink-cc13xx-26xx-sdk?
Hi Mauricio,
Please refer to that thread: https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1193460/cc1312r7-wisun-coap-rssi-resource-example-and-its-values
Regards,
Arthur
Actually, I need to retrieve the rssi of a certain device, not the rssi from its neighbors. Any thoughts on how to do that?
Hi Mauricio,
What exactly do you mean by certain device?
The devices talk to their neighbors in a mesh network. So retrieving the the RSL values of the links between neighbors seems relevant.
Also, if you want to Visualize the network, there is a wisun webapp that you can find here:
https://github.com/TexasInstruments/ti-wisunfantund
Regards,
Sid
HI Sid.
I mean the rssi of the device itself. But now that I think about it, the rssi values of the links between neighbors do make more sense. Anyway, thanks Arthur and Sid for your responses!