Hi there,
I’m a newbie in Beacons and Estimote SDK. I’m now developing an Android Application.
I need a specific value from Beacon RSSI that can be used to determine the location(although it’s not gonna be accurate on Android based on some articles). In my case, I need it to be the threshold value when someone is considered inside a room or not.
In my apps, I have defined one of the region right here :
From what I read before, to get the beacon distance, I need to use “Utils.computeAccuracy(beacon)”. Where should I put it in my code? Can I use it in my Background Monitoring part?
If anyone knows how to solve this, I’d really appreciate your help on this. Thanks