-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
The idle and max. RSSI are very interesting values and (should be) part of the telemetry record. To get the idle RSSI, we just measure the current RSSI at the beginning of Receive(). To get the max. RSSI, we need to reset the max. RSSI at the beginning of Receive() and then measure it at the end. Of course, the RF module must be correctly configured to enable those measurements, especially the max. RSSI one.
In case, the idle and max. RSSI values are not yet part of the telemetry record, they need to be added to the struct and the data gathering/collection function.