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”

GPS Cradle Upgrade To Bluetooth

ipaq_gps

[emuboy] sent in this neat hack where he converted a GPS dock to bluetooth (google translated). He has an ipaq rz1710 and a Kirrio GPS cradle. Apparently there were annoying problems when inserting the ipaq into the cradle. He decided that he would much rather just connect via Bluetooth. After tearing apart the cradle, he found the documentation for the GPS chip online. He ordered a bluesmirf bluetooth modem and got to work. The end result is something that could be concealed in his car and just connected to when he gets close enough.

Model Rocket GPS And Data Logger

datalogger

Serious rocket hobbyists aren’t content with merely launching their rockets into the air. [wwgd] wants to have an on board computer to control his flights and log the data.  He doesn’t quite know how to do it all yet, so he’s starting with the basics. He has built the basic GPS data logger using an accelerometer, a GPS unit, and a BS2P microcontroller. The overall weight is 62 grams and it can record for the whole 5 minute flight. At roughly $200 though, we’d be thinking twice before launching it into the stratosphere.