Reputation: 70
I am writing code for indoor navigation system. For tracking user position i am using Bluetooth low energy device. I am going to find user position based on strength he receive from these devices.
Upvotes: 2
Views: 3597
Reputation: 1266
I think the question is about how to get the rssi dynamically when ble-low-energy device was connected. So Maybe It's not the answer getting the RSSI from the scanning callback.
Is it possible getting the rssi value when ble-low-energy device is connected by other device?
Upvotes: 0
Reputation: 180
Generally rssi is the last byte you would receive when you analyze the raw data
for android hope this link works
how to get the rssi value for a bluetooth low energy device ?
Upvotes: 2