I build an app Android using BLE lib Nordic version 2.1.1, How can I read the RSSI of the device after my app is connected with the device?. Thanks All
I build an app Android using BLE lib Nordic version 2.1.1, How can I read the RSSI of the device after my app is connected with the device?. Thanks All
Hi
It seems like you can get the RSSI by reading the RSSI request callback. Check out the ReadRssiRequest in the BLEManager.java and ReadRssiRequest.java, etc. https://github.com/NordicSemiconductor/Android-BLE-Library/search?q=RSSI
Best regards,
Simon
Hi
It seems like you can get the RSSI by reading the RSSI request callback. Check out the ReadRssiRequest in the BLEManager.java and ReadRssiRequest.java, etc. https://github.com/NordicSemiconductor/Android-BLE-Library/search?q=RSSI
Best regards,
Simon
thanks, I could get Rssi