Morris Singer

Results 9 comments of Morris Singer

Would completing this ticket be needed in order to use this plugin to configure my application to wake from a closed or background state in response to entering an iBeacon...

@petermetz , first of all, thank you for being so responsive. I'm a little confused about how to do this from the examples in your readme. I am looking under...

@petermetz -- awesome. Thanks for your help. I'll post an update with my results.

I tried this out by using the PhoneGap local notification plugin (https://github.com/katzer/cordova-plugin-local-notifications) to generate location notifications when I entered and exited regions, and I can confirm that even with the...

@petermetz -- question: given that these two properties (notifyOnEntry and notifyOnExit) are not exposed to the JavaScript side of the plugin presently, what values are being supplied to these properties...

Ransome14: Here is what I did to get it working. Note, I needed to use the localnotification plugin as well to ensure that I could actually receive an event with...

These libraries are missing, but only because I haven't take the time to rewrite the Server demo from the fork base. It should be possible to write the Server in...

Are you trying to load this sketch onto the Arduino then? It doesn't have the right architecture for this sketch. This needs to be loaded onto the esp directly.

Exactly. You have to set the board in your IDE to ESP8266, which is going to draw on a different set of libraries. Then, the way I have done it...