Hi HN. I built a monitoring system that allows users to make observations in the field (mostly forests) using a mobile app, and then upload those observations to a db.
A recent need that has popped up is to know how far a user is from a marker in the field, and alert the user if they have walked too far away from that marker. For example, there could be 10 points of interest a user might want to observe. Those are marked in a map with a radius of 10m each. In each marker radius a user makes 10 observations. Accuracy needs to be at sub meter level.
I’m looking for a way that the smartphone can keep track of its distance from a given marker. We’ve tried GNSS receivers like the Trimble before, but they are either very expensive or not very practical (they disconnect frequently, battery issues, multiple devices to carry in the field, etc). Our users prefer using a simple old rope over these GNSS receivers, and I don’t blame them. I’ve tried a few times and they don’t always work well in the field.
Do any of you have any ideas on how else I could go about this? Any new technology or research that you’ve come across that can help with this?
Thanks in advance!
This is the same tech that is in AirTags, but if you made your own beacon, you could have much control over power output.
Apple documentation: https://developer.apple.com/nearby-interaction/
Here's one chip - there are others though: https://www.qorvo.com/products/p/DWM1000
Forum discussion on ranging: https://forum.qorvo.com/t/dwm3000evb-max-range/11906/5