Recently ran nRF Master Control panel on android and found "Read remote RSSI" button. Is data got from device in some way or simply measured by androd phone ble radio module?
Recently ran nRF Master Control panel on android and found "Read remote RSSI" button. Is data got from device in some way or simply measured by androd phone ble radio module?
If you click on "show log" in MCP (and select debug level), you can see that the function called by Android is readRemoteRssi()
. The function is documented here: developer.android.com/.../BluetoothGatt.html
So this is simply measured by the Android phone radio module.