Hack-upgrade Your Magellan GPS


[dgoeken] sent in his Magellan 3100 hack. The device runs Windows CE 5.0, and mounts as a standard flash drive. Since everything is easily accessible, it’s just a matter of replacing and modifying the appropriate files. According to the GpsPassion message board, some are finding his guide useful for other models of Magellan GPS. So far he’s added a file manager, media player and upgraded the Points of Interest file. The site is slightly bandwidth challenged, so I’ve mirrored his hack process here.

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.

Simple GPS Data Logger


[Stefan] sent in this data logger that was built for a weather balloon project. It’s a very clean design that logs to a 64KB eeprom, can transmit its location via SMS through a cell phone and trigger a camera based on position if needed. The site has a tarball will full schematics and source – mod away.

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)