GPS controlled actuator

Hi, I'm trying to scope out a project as follows:

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?

Many thanks

largechris:
GPS needs to be accurate within 0.5m

Is this achievable please?

Yes, you need to use differential type GPS systems.

You will need a budget into the 100s of $, see examples;

https://www.ja-gps.com.au/DGPS/DGPS-and-RTK-Hardware

Standard GPSs, the type commonly used wirth Arduinos, have a typical accuracy in the 3m to 10m range.

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?

NEO8-M is told, in the data sheet, to have a resolution of 2.5 meters.

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?

largechris:
how to people normally trigger a 12V 2Amp output?

Relay, or MOSFET.

A relay needs to be a relay module.
A MOSFET requires a gate resistor in serie.
If the load is inductive, use a kicj back diide across the load.

A relay needs to be a relay module.
A MOSFET requires a gate resistor in serie.
If the load is inductive, use a kick back diode across the load.

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

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.