I am trying to make an app using eddystone UID. I achieved to detect URL, but I cannot detect the UID. I tried Cordova : https://github.com/evothings/cordova-eddystone I have an estimate that is "sending" its UID. But I do not see How can I detect it and just display the beacon with its UID. I have seen many things in java or in other languages, but I would like to do it with cordova in javascript. Thank you very much
Asked
Active
Viewed 369 times
1
-
Are you doing this on iOS or Android? – davidgyoung Dec 09 '15 at 12:37
-
I am doing this on Android – user3828467 Dec 09 '15 at 17:10
-
I followed this : https://evothings.com/detecting-eddystone-beacons-in-javascript-made-easy/ – user3828467 Dec 09 '15 at 17:34
-
But I do not want to find the URL but the UID. I have an estimate that only broadcasts the UID. – user3828467 Dec 09 '15 at 17:34
-
Possible duplicate of [Eddystone Javascript find UID](http://stackoverflow.com/questions/34198803/eddystone-javascript-find-uid) – heypiotr Dec 11 '15 at 13:32