You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: