After reading about cheap wireless for microcontrollers, [Leigh] left a comment about his Marauders map. Much like the Harry Potter version, whoever holds the ‘map’ is able to see the location of the ‘marauders’ within certain bounds. Unlike the magical version however, each person being tracked needs to hold a PICAXE 08M, GPS, and 433.92MHz transmitter: while the map needs a computer running his Python script and a receiver of the same frequency. It has the potential for locating people, but we feel it might be better off in a swarm robotics setup.
gps hacks196 Articles
Google Maps Adds Arterial Traffic Monitoring
Traffic monitoring has been available on Google Maps for some time, but has been limited to highways and major roads. According to the Google LatLong blog, traffic tracking support is now available for smaller surface roads in select cities. The data is gathered through mobile phones running My Location. Anybody wishing to help out can sign up their phone and opt into My Location to participate in the anonymous data collection. Now you won’t have to gamble on whether or not your back road alternative route is congested when there’s construction on the freeway. Dash tried something similar with their two-way traffic reporting, but we’re guessing that Google’s version will have even better performance thanks to a rapidly increasing install base.
Keychain GPS Finder
With a user interface consisting of two buttons and a three digit display, the GPS finder guides the user back to a saved location. Nine locations can be saved for navigation recall. Press a button to save location and press another button to recall. Each switch has a secondary function, for management purposes such as memory indexes and power features. An AarLogic GPS 3A module and AVR microcontroller make up the guts. With the popularity of Geocaching, this would make an impressive trinket; Leading the hunter to an undocumented treasure.
USB GPS
[Florin] was given the task of repairing a GPS unit that wouldn’t boot up. What he found was unfortunately a bad processor. Fortunately, he was able to make a project out of it. After scavenging the good bits, the GPS module and the LCD, he set about making it a USB device. He now has an EEEpc with GPS.
WhereAVR APRS Tracker
We posted a story about someone doing some APRS tracking recently. This is old news to some, but new fresh stuff for others. If you want to build your own tracker, here’s a great writeup on one. The WhereAVR is low cost, low power and has plenty of I/O. With all of the schematics and PCB files available on his site, you should be able to get one working in quickly. He does need a little help building a nice simple configuration tool to work in windows, anyone want to volunteer?
Ipod GPS
[Benjamin] was working for a GPS company called Nemerix about two years ago and decided to hack together this iPod accessory GPS unit. He is using an Atmel ATmega324 and a Nemerix GPS unit, though he says the GPS unit shouldn’t matter. He is taking advantage of the AiR mode on the iPod which allows a 4 color image to be sent to the screen. There was little information on how to utilize this, but BMW and Alpine had made some car audio that featured this. [Benjamin] picked up an Alpine with this function and sniffed the data stream to get what he needed. He says there is good documentation out there now though.
He says that the source code is available if you ask.
Autonomous ATV
[youtube=http://www.youtube.com/watch?v=Ja3ND8Pk_0M&hl=en&fs=1]
A team at UNC Charlotte has been working on an autonomous vehicle to drag a cart that has sensing equipment. Starting with a stock Honda ATV, different systems were added to give a Renesas processor control of the ATV. A model airplane receiver was attached to the Renesas to give remote control for Phase 1 of the project. Basically they’ve turned the ATV into a giant remote controlled car.
Later revisions will incorporate LIDAR, cameras, and multiple GPS units so the ATV can autonomously traverse most terrain with a high level of accuracy. Path planning will become a large part of the project at that point.