What is the right way to get RSSI for each end-device?
Scenario: Using ZigBee firmware on XBee Series 2 radio modules and API mode, I have one coordinator and multiple end-devices. Every few seconds, each end-device sends the coordinator a packet contains sensor information such as temperature…
-
I don’t see RSSI field in any API frame to parse.
-
If I just blindly read pin6 which stored RSSI of the last received packet, I still don’t know which end-device this RSSI belongs to.