Is it possible to show directions and locations to estimote beacons from Android App?

1.6k Views Asked by At

I have been working with Estimote Beacons for Android App Development. I'm getting beacons range and distance from Android. But, i want to show the directions and location of specific beacon to the user to reach specific beacons. So, is it possible to show the direction and location of beacon in Android app to reach to specific beacon?

1

There are 1 best solutions below

3
On

Getting directional information to a beacon is much, much more difficult than simply getting a distance estimate.

A beacon by itself does not provide any directional information. It is simply a radio transmitter with which you can use the strength of the signal to get a rough estimate of the distance.

It is possible to do full indoor location of a mobile device using multiple beacon transmitters at known locations. Only if you know the specific location of the mobile device vs. the location of beacons can you do what you suggest. Doing this, however, requires sophisticated custom software, non-trivial site surveys, and beacon locations that do not change.

Several companies offer systems that do this, but none are free or open source, and it most certainly is not a core beacon feature.