User enters a distance in metres on a keypad (typically 5 to 20m).
Preset distance is displayed on a readout (7 segment digital display is fine)
User starts moving (walking speed or a little quicker), display counts down to zero metres.
After the preset travel distance is reached a 1 second pulse output signal activates a relay or actuator (need 12V and probably 2 Amps)
Pulse stops and user continues to move until the next interval is reached.
GPS needs to be accurate within 0.5m
I can see a project where a GPS chip is hooked up to an Arduino, but I don't know what I should be looking at in terms of outputs. Is this achievable please? Whats a good starting point?
Ah Ok, that's fine, a better GPS system is a prerequisite then.
Can I use the feed from a differential GPS to input into an Arduino please? Is it likely to be the same data format as a standard arduino type GPS?
Most all GPS units for output standard NMEA sentences. Some GPS libraries let you choose which sentences are displayed. Or you can parse the data that you want on your own.
groundFungus:
Most all GPS units for output standard NMEA sentences. Some GPS libraries let you choose which sentences are displayed. Or you can parse the data that you want on your own.
That's helpful thanks. Apart from the differential GPS and arduino board, what other components do I need, how to people normally trigger a 12V 2Amp output?
Hei! How to Make a GPS App and Don't Get Lost in the Process
There have been times when we were afraid to get lost in a strange city or had difficulties looking for a certain place, whether it be a store, restaurant, or something else. Today these problems are in the past, and we owe it all to our mobile devices. To be more specific, we should thank the geolocation feature which not only simplifies our lives in many ways but also allows us to strengthen our business.
We'll discuss the issue in detail in our article which will tell you how to make a GPS app, and why you need such a geolocation service. And we’ll share our own experience in the field of GPS application development, you can read more here: How to Make a GPS App and Don't Get Lost in the Process