
Pictured here is a circuit I was working with last winter, trying to convert the RS232 signal from the Garmin eTrex GPS to the TTL signal understood by the Arduino. I made two of those damn boards and neither worked. After intensely looking them over today, I found one that was salvageable. All that needed to be done was correct a couple of the solder points. And voila, it now works. That means I am now farther along then I managed to get last time. I’m now in new territory.
Right now, all that the Arduino is programmed to do is take the data from the GPS and parse it out into a human readable form. An example is shown here. Basically, it breaks the data down in to its individual parts and sends them to the serial reader of the Arduino IDE. I’ll eventually want to send that data as a text file to an SD card to store for later use. The previously mentioned GPS data logger shield will do that work. I never completed its construction last winter, so I’ll need to finish that up before I can continue with that section of the project.
The other part of the project is the camera. I still need to pick up a new cheap-o digital camera. There are plenty that fit the bill. I’m considering the Nikon Coolpix L20. It’s small and can generally be found for under $100. Samsung also has a couple of cheap cameras. Why cheap? Cause I’m likely to break the damn thing trying to get this project to work. Cheap equals easy to replace.
Some other things that need to be figured out, aside from triggering the camera shutter, include:
- Where and how to mount the control box on the motorcycle
- Where and how to mount the camera on the motorcycle
- Weather proofing everything
- Batteries – specifically, battery life and recharging
- Shock resistance – this is, after all, the Dalton Highway we’re talking about
- Integrating the GPS data files in to the digital images
2 responses so far ↓
1 Greg // Dec 15, 2009 at 12:14 PM
You might be interested in the following thread
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1253595882/
From the first post:
“I’ve had some recent success working with a 3.3V arduino pro, a camera module and SD memory so I thought I would share what I have so far to see if anyone has done something similar.
My end goal is to take pictures periodically and geotag them, putting gps cordinates in the exif section of the jpeg.”
Here are some pictures taken using the project:
http://www.flickr.com/photos/43574582@N05/sets/72157622621272658/
2 Roger Asbury // Dec 17, 2009 at 4:07 PM
Thanks Greg for the info! My apologies for not approving your comment sooner. Apparently my email client is marking these as spam.
I will certainly look into the links you provided. A quick glance suggest they’re using Sparkfun’s little camera module. I’ve been considering that for a replacement of the camera I have that’s slowly dieing. It’d make a lot of my project a LOT easier.
Thanks again!
Leave a Comment