SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
702 stars 195 forks source link

GPS week rollover bug #171

Open hdrlux opened 8 months ago

hdrlux commented 8 months ago

https://content.u-blox.com/sites/default/files/GPS-WeekNumber-Rollover-WorkaroundAppNote%28UBX-19016936%29.pdf

Depending on the firmware, some GPS devices will start showing the wrong date in year 2027. It is possible, for some devices, to update the firmware of send configuration sentences. But it would be great if someone can write a compensation in this library, that automatically corrects dates before 2023 to the correct date. That would expand the lifetime of these devices with many years :)