Hi Folks,
I'd appreciate some feedback for my Arduino/GPS project - breadcurmbs. I've created an application that can store a useful amount of GPS tracking data to the 512 byte EEPROM storage. By only storing scaled heading data and making a record only after a set distance has been traversed, breadcrumbs can store several kilometers of GPS tracking information. Furthermore, once the journey has been completed breadcrumbs can replay the journey directly to KML. The KML data is written to the Arduino's serial port where (once saved to file) it can be viewed by Google Earth.
Here's a link with more information/source code:
http://code.google.com/p/breadcrumbs/wiki/UserDocument
I'd be particularly interested if you think the project would be worthy of a link in the GPS section of the Ardunio playground (Wiki).