Open pesengineeringclub opened 6 years ago
+1
TinyGPS library works getting information from GPRMC and GPGGA sentences. It extract time, date, latitude, longitude, speed and course information from GPRMC sentence. And altitude, time, latitude, longitude, numbers of satellites in use and hdop information from GPGGA sentence.
The function bool TinyGPS::encode(char c) call to bool TinyGPS::term_complete() and return true when GPRMC or GPGGA sentence is decoded correctly. When use a loop like the picture, data could not update the information, it is mandatory and refresh function like above.
More info and how to correct it: https://github.com/RafaelReyesCarmona/TinyTrackGPS#tinygps-library
Hi First of all, thanks for the library. when we test it, the GPS data is not changing even we moving far away. Do you have any idea about the issue? thanks.
we use Seeeduino LoRaWAN W/GPS https://www.seeedstudio.com/Seeeduino-LoRaWAN-W%2FGPS-p-2781.html