i'm trying to implement the beacon demo example showed here, same js and html. I debugg the code and it seems to be listening for a "beacon transmitter" but it never find anything. For transmitter as a beacon I'm using the app "Locale" (available in appStore) . The weird stuff here, is that i implemented the sdk estimote in another java class and it worked with the same beacon trasmitter(the app for simulate a beacon transmitter).
I try also to pass a javscript object as region to the method: startRanging(MyRegionObject), but still not working, I figured out the estimote sdk in java uses startRangingBeaconsInRegion(MyRegion) there is something i'm missing or doing in the wrong way?
I've only ever tried using the beacon demo sample using Estimote beacons. I will try with the "Locale" app you mention to see if I get similar results.
Hi,
i'm trying to implement the beacon demo example showed here, same js and html. I debugg the code and it seems to be listening for a "beacon transmitter" but it never find anything. For transmitter as a beacon I'm using the app "Locale" (available in appStore) . The weird stuff here, is that i implemented the sdk estimote in another java class and it worked with the same beacon trasmitter(the app for simulate a beacon transmitter).
I try also to pass a javscript object as region to the method: startRanging(MyRegionObject), but still not working, I figured out the estimote sdk in java uses startRangingBeaconsInRegion(MyRegion) there is something i'm missing or doing in the wrong way?
Please any advice? Greetings.