2

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.

Rinni Jain
  • 70
  • 1
  • 6

2 Answers2

2

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 ?

Community
  • 1
  • 1
Jagdish
  • 160
  • 3
  • 13
0

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?

gladman
  • 1,208
  • 4
  • 19
  • 39