You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is lame. I'm just getting started w/ beacons.
All of the code I've seen so far (Find the Monkey for example) seems to be hard coded to a specific beacon. Is this correct?
I need to be able to detect any beacon that comes near my device (either an Android phone or an iPhone). The samples (both forms and classic) appear to be configured to detect Estimote beacons. Why is that? I thought iBeacon was a standard and everybody should be the same. I already have some Radius networks beacons to play with and a few others on the way (a few NFC tags too).
I'm reading the AltBeacon java docs but they aren't clearing things up for me.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
The beacon code is contained in the android jar library found here: https://github.com/AltBeacon/android-beacon-library. you have to get the source and add a layout for other beacons in order to detect them. Keep in mind this github project only works on android and does not have an ios implementation
The beacon code is contained in the android jar library found here: https://github.com/AltBeacon/android-beacon-library. you have to get the source and add a layout for other beacons in order to detect them. Keep in mind this github project only works on android and does not have an ios implementation
Sorry if this is lame. I'm just getting started w/ beacons.
All of the code I've seen so far (Find the Monkey for example) seems to be hard coded to a specific beacon. Is this correct?
I need to be able to detect any beacon that comes near my device (either an Android phone or an iPhone). The samples (both forms and classic) appear to be configured to detect Estimote beacons. Why is that? I thought iBeacon was a standard and everybody should be the same. I already have some Radius networks beacons to play with and a few others on the way (a few NFC tags too).
I'm reading the AltBeacon java docs but they aren't clearing things up for me.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: