Hi to everyone!
-
i have a problem with the GPS module...i want to know the coordinates (latitude and longitude) and the time-date only in the startup of the arduino (not in the loop)! First of all, i've tried to use the arduino playground code to have the information from the GPS, and it worked!
Then I instinctively moved the instructions from the loop() to the start(), but now it doesn't work, and i don't know why...and that's it's just what i want!!!!! -
Is there a kind of library (that works!) to parse the NMEA strings and have the informations (like date, time, lat, long,...) separately? I use an Arduino Mega, and the communication with the GPS module is not with SoftSerial, but Serial (rxpin 0).
Any suggestion????
Please...help me!
Thanks a lot!!
Angelo