All posts in the 'GPS projects' Category
Posted on 28 Jun 2008

This is a small GPS logger based on the San Jose Navigation FV-M8 GPS module that stores coordinates, altitude, and speed into an EEPROM.Then a software converts EEPROM stored data into .kml (Google Earth format).Altitude and speed graphs are also generated by the software. [more]
Posted on 17 May 2008

This project came about because of a need to accurately calibrate the piles of HP test equipment I have been buying off ebay. This project uses a 10mhz voltage tuned crystal oscillator whose frequency is locked to the GPS positioning system clock. The GPS I used was a Canadian Marconi (CMC) Superstar single board OEM GPS receiver with a Motorola external amplified GPS antenna. The ovenized crystal oscillator is a modified Anritsu MH4100A standard crystal oscillator. [more]
Posted on 11 May 2008

The circuit it’self is pretty simple, take in the data on one pin, parse it, format it and then display it to a 4×20 LCD module (Hitachi Chipset). That is the basic idea, but you might add in somthing like a mechanical encoder that would allow for changing options or changing settings in the display unit. This might be as simple as a SPDT (Singe Pole Double Throw) switch if the options are as simple as two settings.[more]
Posted on 24 Apr 2008

Here is the simplest build-it-yourself GPS tracker yet. No expensive GSM module required - I am using the $20 GoPhone from WalMart or Target. Uses a 14-pin AVR microcontroller, a voltage regulator, a transistor, a GPS module 2 inches across, and that’s it. My open source firmware can track objects automatically or manually. Has a programmable command interpreter that can sense or control pretty much anything by text messaging.The current supported hardware platform is: Tyco Electronics A1035D GPS module ,Motorola C168i AT&T , GoPhone prepaid mobile phone ,Atmel ATTINY84-20PU AVR microcontroller.[more]
Posted on 03 Apr 2008

Alex writes:My goal is to build a kind of a mobile tracker. There are many different use cases you can think of but one of the obvious is a device, that is able to report where it is. This device can be put in your car and it could trigger an alarm, if the car got stolen. Actually it could tell you where it is.There are already mobile tracking devices out there, but they seemed to be too expensive and too closed for my needs. Another option is one of these new Nokia N95 which have built-in GPS. They are really nice, but about 600€, which is not a bargain. So I decided to do my own.[more]