Rinni Jain
Rinni Jain

Reputation: 70

How to Find strength of signals obtained from a BLE device in an Android app ?

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

Answers (2)

gladman
gladman

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

Jagdish
Jagdish

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

Related Questions