date in NMEA file from GPS logger v1

Hi (apologies I am a newbie)

I have a new eval board for the GPS logger v1.0 which works fine and is recording the default NMEA file - it has VTG and GGA data fields.

What I really need is the date and time (since I want to synch the file with the exif header in digital photos).

Is there a simple command for the GPSCON.txt file to switch the data format to give dates - I guess I need the ZDA data?

TIA

Jem

Jem:
Hi (apologies I am a newbie)

I have a new eval board for the GPS logger v1.0 which works fine and is recording the default NMEA file - it has VTG and GGA data fields.

What I really need is the date and time (since I want to synch the file with the exif header in digital photos).

Is there a simple command for the GPSCON.txt file to switch the data format to give dates - I guess I need the ZDA data?

TIA

Jem

The messages output by the GPS aren’t controlled by the GPSCON.txt file. They are determined by the configuration of the GPS receiver.

The $GPGGA message includes a time field in UTC, which can be converted into something usable quite easily

Thanks

$GPGGA has the time which is ok - but I would also quite like the date.

Ta

Untill this is fixed I simply load the date in the beginning of the text file

example

$GPRMC,122151.00,A,2235.2232,S,01704.1396,E,0,0,300406

30april2006

ZDA will give you the time. You will have to program the GPS itself to allow for the output. In doing this you should switch off GLL,GSA,GSV and RMC. (Have not done it myself)

Is this the data logger that uses the Lassen IQ? If so, see this thread for NMEA sentence changes made easy:

http://www.sparkfun.com/cgi-bin/phpbb/v … php?t=3134

Read through the instructions before use.

Good luck!

Steve

Jem:
Thanks

$GPGGA has the time which is ok - but I would also quite like the date.

Ta

I don’t use that GPS but RMC sentences have date and time, IIRC.

Leon