Press "Enter" to skip to content

GPS Logger and Bike Riding

As shown earlier and resulting some KMZ files, I will frequently clamp my GPS to the handlebar of my bike and log where I’ve ridden. The problem I’m finding is batteries… The older Garmin eTrex Legend that I have will chew through a pair of disposable AA in an hour and a half, and good rechargables don’t last beyond three. This is short enough that it’s starting to become a hassle to use the thing. On top of that, dumping the data into a computer sucks down even more battery.

I’m thinking that my next electronics project should be a low power GPS logger that either writes to some local flash, or to a microSD (or whatnot) card. I think that one of the random modules from SparkFun, a PIC, a off the shelf FAT library, a FT232R could make it all work nicely. It could recharge via USB and have a couple basic buttons and LEDs for resetting saved logs or whatnot. All I’d need to do is ensure that it’s in a standard format (shouldn’t be hard) and GPSBabel will be able to make it anything else I’d want.

Now, since I just rode ~21 miles, I’m going to go shower then get back to work on Ivan’s P3.

Oh, and look at this: FTDI’s USB to USB null modem cable (PDF Flyer). I could really use one of those too.

Leave a Reply