Skip to content

Measure and store idle and max. RSSI #373

@PatrickKa

Description

@PatrickKa

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions