SparkierFlunky
SparkierFlunky

Reputation: 494

Beacon found but RSSI is 0, Accuracy -1 and Proximity unknown

I have written a Application detecting IBeacons (swift, IOS). While i can detect another iPhones RSSI, Accuracy and Proximity correctly, when detecting my beacon (Qualcomm), it gets found, but does not display any useful values for the mentioned Variables. Other Apps, downloaded from the App Store, also return the same (useless) values. I therefore assume that it's not an explicit code bug, but has to do with the beacon (Maybe there are not enough packages being sensed by my Phone). Does anyone know how to fix this?

Upvotes: 1

Views: 1503

Answers (2)

HeonJin Ha
HeonJin Ha

Reputation: 1

If you see 0 no matter what setting you change on the iBeaco, the Tx Power digit in the Advertisement Data (after the 4 minor hex digits) may not be set or may be set incorrectly.

Upvotes: 0

davidgyoung
davidgyoung

Reputation: 64961

This typically happens when the power calibration constant is incorrectly set in the beacon. This constant should be set to the measured RSSI at one meter. A typical value is -59. You may wish to see if you can configure this value in the Gimbal admin console.

It is also possible that the battery is low in the beacon and the signal is very weak. Replacing the battery may resolve the issue.

Upvotes: 2

Related Questions