Keychain GPS Finder

gps keychain navigation

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.

GPS Logger With Wireless Trigger

gpslog

[Matthew] sent us his group’s final project, where they built a nice GPS logging system. Not only can it simply log the GPS coordinates on a predetermined interval, it can also be triggered to make an entry by a wireless device. In this example, they use a camera. This allows them to then upload all the GPS information and pictures to places like Google Earth.

They are using an ATmega644, with an LCD, SD card, and GPS unit. They had to do a little hacking on their camera to add the wireless transmitter, which triggers the logger. You can see not only the cost break down and source code for the project, but also a map with lots of geotagged photos. This is the kind of thing we can almost see as a standard item in the future.

WhereAVR APRS Tracker

WhereAVR_Board

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?

APRS Tracking

aprs

We really wish we had a little more information on the construction of this, but [Jeff] made this APRS tracker several years ago. APRS, or Automatic Packet Reporting System is a system where shortwave radios put out small packets of data that are uploaded to a database available via the web. This specific one is relaying GPS data so his family can see where they are located. With current phones, you might think this is antiquated, but he notes that he took this through New Mexico and was able to transmit his position even when there was zero cell phone coverage.

Ipod GPS

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.

Continue reading “Autonomous ATV”