Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't detect eddystone UID/URL #8

Open
misterdev opened this issue May 11, 2016 · 3 comments
Open

Can't detect eddystone UID/URL #8

misterdev opened this issue May 11, 2016 · 3 comments

Comments

@misterdev
Copy link

misterdev commented May 11, 2016

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

  • The plugin is installed, the evothings object is available
  • The beacon is working, using a Beacon Scanner App I can see it broadcasting
  • I'm debugging it from chrome://inspect
  • I'm using your code, but none of the callbacks is ever invoked
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

@misterdev misterdev changed the title Can't detect eddystone UID/URLS Can't detect eddystone UID/URL May 11, 2016
@MahmoudFishawy
Copy link

I guess you are having the same issue as me. I opened Issue Number 9.
#9.
please check and let me know if it is the same problem.

@misterdev
Copy link
Author

misterdev commented May 18, 2016

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

@phillipmoon
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants