Biggest Drawing In The World Created With GPS


UPDATE: The text: “This is fictional work. DHL did not transport the GPS at any time” has been added to the bottom of the page since the original posting.

Artist [Erik Nordenankar] has created the Biggest Drawing In The World. At least that’s what his URL says. He used the movement of a GPS device to create a giant single line self portrait on the globe. His Pelican case containing four large batteries and the GPS data logger was handed off DHL with very specific travel instructions for its 55 day journey. It’s a pretty amazing feat, but we really wish the case had managed to make the trip without the close watch shown in the video.

Continue reading “Biggest Drawing In The World Created With GPS”

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.

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.