Hi,
I am working on a project with the new BLE extension.
The phone connects to the BLE device and everything works fine. (I can send and recieve data)
Once the device is connected, I would like to display the RSSI at a reguar time interval.
The issue is that the RSSI value doesn not seem to update.
I think it get a value when the phone connects to the device but then the value does not change anymore.
I am using the function: BLE1.ConnectedDeviceRssi
What function should I add to update the RSSI value?
(I am using the Feather BLE module from Adafruit with a Samsung Galaxy S5.)
Many thanks for your support.