Hello,
I used the Venus GPS Logger evaluation module with a 1100mAh LiPo battery and a the mini gps antenna (the cheapest one on sparkfun, not the chip antenna) to log the location of my model rocket. However, after having downloaded the files to my computer, I found that the Google Earth file does not include altitude information. Then I checked the .log file, and found that is just the binary info. Also, the “rmc.nmea” file only includes rmc (recommended minimum information) messages, which do not include altitude. However, the .logg DOES include altitude, but is recorded in a format that I cannot interface with. Does anyone here have enough regex experience or coding skills to put the info into a yummy nmea format, or, ideally, a Google KML file, as I lack the experience to do so.
EDIT: Forgot to mention, here’s the formatting on the .logg file:
WNO TOW Time Date DECEF_X DECEF_Y DECEF_Z ECEF_X ECEF_Y ECEF_Z Speed Longitude Latitude Altitude Mode
WNO = a four digit number
TOW = a six digit number
Time = 24-hour time, eg: 15:39:14
Date = a normal date, eg: 9/19/2009, which equals Sept. 19th, 2009
DECEF_X/Y/Z = three single digit numbers, which are either -1, 0, or 1
ECEF_X = a big negative number
ECEF_Y = a big positive number
ECEF_Z = a small number, from 0-12 in my data
Speed = a dash ( - )
Longitude & Latitude = decimals, with negative and positive for N/S/W/E
Altitude = a number, probly the alt. in meters above sea level
Mode = a small number, generally 1 or 2
An example is the following:
1549 574754 15:39:0 9/19/2009 0 0 0 1303236 -4571187 4238585 0 -45.5 85.5 23 1
Dunno what WNO, TOW, DECEF, ECEF, or Mode mean, but all I really care about is Long., Lat., and Altitude (speed is good too though)
END OF ADDED INFO
Thanks in advance,
Faraday’s Cage