How to get RSSI on App?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Does anybody know how to get the RSSI (and the RF Tx power as reference) on Android App?

Instead to see just on connection and device selection - I want to display RSSI all the time.

And I would need also the info what the current RF Tx power is (as reference for "link loss").

Do I need a new service on FW to send this RF Tx power? (not from source code, really send from device to App)

As I understand, the RSSI itself should be possible without a FW change. But what is the Android code to get it?

Thank you for any guidance or hints.

0 Likes
1 Solution
Anonymous
Not applicable

In Android it is the function getRemoteRssi().

It works also after scanning, when connection is established. It returns the dBm value for the RF reception signal strength.

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

In Android it is the function getRemoteRssi().

It works also after scanning, when connection is established. It returns the dBm value for the RF reception signal strength.

0 Likes