Build Your Own GPS And GLONASS Receiver

[superlopez] sent in this detailed article (mirrored here and here) which describes how to build a GPS and GLONASS (the Russian version of GPS) receiver. The resulting device is gigantic compared to one of those tiny bluetooth USB GPS units, but the ability to build one’s own receiver is one of those post-apocalyptic skills I sure would like to have. The creator of the article [Matjaz Vidmar] aka [S53MV] also has pages on Packet-Radio (PKT) transceiver improvements (PKT gets my vote for the best post-apocalyptic technology, and the only believable technology featured in the Transformers movie), and a more sophisticated homemade frequency counter than the one featured earlier this summer.

In 2005 we featured a from-scratch GPS receiver as well, thought the project site seems to be down. If your GPS unit just needs a better antenna, check out [Will]’s how-to from last year.

Python On The Telit GSM/GPS Module (vehicle Tracking)


[Nick] caught [Alex]s GPS enabled AVR, so he sent in his project using the same Telit GM862 module. Rather than depend on an external AVR, he wanted to use the on-board python interpreter. Apparently, documentation is a bit sparse, so he put together a good write-up on developing python for the device. Since the GPS unit takes up the com port previously used for debugging info, he added a hardware python debugging board to speed development.

SMS Tracking With A GPS GSM Enabled AVR


[Alex] sent in some of his latest work. He interfaced some not so cheap components to give an AVR GPS and GSM I/O. For now it can read the GPS position and send text messages. Thanks to the GPS/GSM module, the schematic is pretty simple – anyone with basic soldering skills and a desire to put a dent in their credit card can probably build this. (Programming the AVR is probably the most difficult task)

Tripmate Gps Data Logger


This one is fitting – I was just checking out Suunto’s sweet gps data logging watches today. [Steve Cholewiak] sent in his diy GPS data logger. It uses an old DeLorme tripmate – these were serial gps units that ran off of internal batteries. A PIC controller reads the NMEA sentences from the tripmate. Then it stores the track data to an EEPROM. The same serial connection is used to retrieve the data later on. [Steve] did a great job writing this up, the circuit is pretty simple and he’s provided all the information you need to build your own.