GPS Speedometer

Here you can share completed projects or parts of projects that may be useful to others. You may post files relevant to ZBasic - source code, schematics, etc.
Post Reply
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

GPS Speedometer

Post by Don_Kirby »

Here's a small application for reading NMEA GPS data on one com port, and outputting said data on other ports. The hardware used is a ZX24n, a generic NMEA GPS module, and 2 4 digit LED display modules available at SparkFun Electronics. These displays were chosen primarily for their ease of use.

The application is composed of several parts, which I've done my best do document well. Several of the key components, including the sentence parsing routine and the NMEA checksum calculator are written in such a way as to make them easily adaptable to other applications.

As written the displays will show speed (in MPH) and true heading (not magnetic), although with minor modifications, any of the available GPS data could be displayed as well.

If you find any errors or issues with this application, please let me know so that I may update this post.

-Don Kirby
Attachments
GPS_Speedometer.zip
GPS NMEA parsing and display application
(5.49 KiB) Downloaded 2182 times
Post Reply