30
Apr 2011

Arduino GPS System Version 2.0

I've been working on the code for my Arduino GPS System over the past couple of days and am pleased to announce some new features.

The one thing which has been bugging me is that the system lacked any ability to store location data. This was annoying since if you wanted to save some coordinates you needed to write them down, and key them in manually if you wanted to visit the location later.

In order to remedy this, you can now input up to 20 way-points into memory so you don't need to write anything down. The way-points are held in the Arduino's EEPROM so they are persistent between power cycles. This means I no longer need to carry a pen and paper inside the case with my GPS receiver.

To further support using way-points, I also implemented a simple backup routine so you can save your way-points and configuration settings to a computer.

The updated code can be downloaded at the Arduino GPS System project page.

Comments

adding digital compass

Would it be possible to add a digital compass for more accurate bearings and also for triangulation of the position of a waypoint (e.g. could be a mountain or a fire or an animal with a VHF tag)?

thx for your answer!

Adding a digital compass is

Adding a digital compass is certainly something I'd like to do in the future.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.