evothings / cordova-eddystone

Cordova/PhoneGap plugin for Eddystone beacons
Apache License 2.0
57 stars 35 forks source link

Can't detect eddystone UID/URL #8

Open misterdev opened 8 years ago

misterdev commented 8 years ago

I'm not able to detect a RadBeaconUSB broadcasting an Eddystone UID or an Eddystone URL in my Ionic app.

evothings.eddystone.startScan(
    function(beacon)
    {
        console.log('Found beacon: ' + beacon.url)
    },
    function(error)
    {
        console.log('Eddystone scan error: ' + error)
    })

Am I doing something wrong? Thanks in advance

MahmoudFishawy commented 8 years ago

I guess you are having the same issue as me. I opened Issue Number 9. https://github.com/evothings/cordova-eddystone/issues/9. please check and let me know if it is the same problem.

misterdev commented 8 years ago

Thanks, I'm going to look at this as soon as I can..

phillipmoon commented 8 years ago

I'm having the same issue with my RadBeacon USB devices. I have tried both specifying the UID that I am looking for and not specifying a UID at all. Neither ways worked. I have three RadBeacon USB devices with the same UID running.