evothings / cordova-eddystone

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

working with TxEddyStoneUID #6

Closed arjunroychowdhury closed 8 years ago

arjunroychowdhury commented 8 years ago

Hi there, I wrote a sample app with your library and tried to detect a beacon using https://github.com/google/eddystone/releases --> txEddyStoneUID

The sample app was running on a 5S while the Beacon emulator was running on a moto G. Both devices support BT4. Do you see a problem with this config? When txEddyStone was in transmit mode, the startScan function did not catch it

https://github.com/hsccorp/eddyTeddy/blob/master/www/js/DiscoveryCtrl.js#L16-L28

Update: I also tried it with https://github.com/ragingwind/node-eddystone-beacon-emulator running on my mbp-pro (supports BT4) running as the eddystone Beacon and the app running on both my 5S and Moto-G

arjunroychowdhury commented 8 years ago

closing - your demo app works, so I'll dive into why mine is not working

Edit: fixed it - silly mistakes - it was working - I was updating the wrong status variable :p