0

I need to create a small prototype using beacons and to display the distance to each beacon in meters. At the moment I can only see which is the closest one but need to display as well how far is the device from the beacon.

So my question is "How to get distance to a beacon in meters. Is there any code snippets, examples, samples?".

I now there are a lot of articles about beacons, unstable RSSI and that you cannot get the exact distance from a beacon. But I saw some examples with indoor location and how beacons perfectly work.

By the way, my app is built using javascript and html. It is not an Android app yet.

Octtavius
  • 563
  • 8
  • 29
  • How are you using javascript and html to detect beacons now? Are you using a Cordova plugin, a Chrome extension or something else? – davidgyoung Jun 21 '16 at 15:52
  • @davidgyoung I use EvoThings work bench to detect beacons. So I need an example or a piece of code that would display the distance in meters. – Octtavius Jun 21 '16 at 15:54
  • Are you using this plugin? https://github.com/evothings/phonegap-estimotebeacons/blob/master/documentation.md – davidgyoung Jun 21 '16 at 16:10
  • @davidgyoung I use another example but very similar to this one. But there is nothing about how to get distance in meters. – Octtavius Jun 22 '16 at 07:49

0 Answers0