google / eddystone

Specification for Eddystone, an open beacon format from Google
Apache License 2.0
3.07k stars 761 forks source link

Problem with Eddystone EID Registration using Beacon Tools App on Android #247

Open lalittech opened 6 years ago

lalittech commented 6 years ago

Can anyone help me out about, Beacon configured as Eddystone EID is not even detected by Beacon Tool App.i am Using Beacon Tool App on Android device.

helenclarko commented 6 years ago

What brand device are you using? I found that some devices would not show up using beacon tools app until the device was locked. It was a scary thought that locking the device meant I couldn't make changes and could mean the device would never work if I was still unable to find it, but for some reason it changed something and allowed it to be registered. Maybe it takes it out of a diagnostic mode of some sort.

The alternative is using the Google beacon API to register the beacon using it's BeaconName (combo of namespace ID and instance ID). This should work provided that the beacon is broadcasting the instance and namespace ID's (you can check this with other beacon scanner tools Google's beacon tools app isn't great for this).

-helenclarko