firmware icon indicating copy to clipboard operation
firmware copied to clipboard

[Feature Request] Geofencing support

Open dhubitetackle opened this issue 3 years ago • 1 comments

I need geofencing capability for my project, I would like a way to define coordinate bounds on a node, and if that node gets a gps fix outside of those bounds, trigger the external notifications plugin and broadcast a message.

dhubitetackle avatar May 01 '22 08:05 dhubitetackle

I think more flexible would be implementation of some kind rules/scripts manager. I'm thinking about the same idea however I also want to use external gyroscope module to trigger additional action (message to channel/mqtt)

https://github.com/berry-lang/berry might be an idea. Then we could share recipies for various use cases (like geofencing)

imkebe avatar Jun 18 '22 09:06 imkebe

This seems like something that would be implemented in a client not on device.

garthvh avatar Sep 28 '22 13:09 garthvh