The Following 4 Users Say Thank You to jonwil For This Useful Post: | ||
|
2019-02-14
, 09:04
|
Posts: 1,293 |
Thanked: 4,319 times |
Joined on Oct 2014
|
#2
|
receivers that follow the ICD-200/IS-GPS-200 specification should be able to deal with the week number overflow. This basically means newer receivers built after, say, 2010 should be fine, provided they follow the specs and notice the rollover.
|
2019-02-14
, 10:47
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#3
|
...
Additionally, some manufacturer implementationsinterpret the WN parameter relative to a date other than January 5, 1980. These devices should not beaffected by the WN rollover on April 6, 2019 but may experience a similar rollover event at a future date.For example, a particular GPS device may interpret the WN parameter relative to a firmware creationdate and would experience a similar rollover event 1024 weeks after that firmware creation date.
|
2019-02-14
, 11:41
|
|
Posts: 269 |
Thanked: 1,096 times |
Joined on Sep 2009
@ Hampshire, UK
|
#4
|
The Following 6 Users Say Thank You to epninety For This Useful Post: | ||
|
2021-09-12
, 15:28
|
Posts: 5 |
Thanked: 8 times |
Joined on Jul 2015
@ Germany
|
#5
|
The Following User Says Thank You to sbk510 For This Useful Post: | ||
|
2021-09-26
, 00:54
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#6
|
The Following 2 Users Say Thank You to Halftux For This Useful Post: | ||
|
2022-10-25
, 10:48
|
Posts: 5 |
Thanked: 8 times |
Joined on Jul 2015
@ Germany
|
#7
|
#!/bin/sh lYMD=`date '+%Y.%m.%d'` /usr/bin/gpsrecorder & while true; do sleep 3 YMD=`date '+%Y.%m.%d'` HMS=`date '+%H:%M:%S'` echo $YMD $HMS if [ "$lYMD" != "$YMD" ]; then sudo date -s "$lYMD-$lHMS" break fi lYMD=$YMD lHMS=$HMS done date '+%Y.%m.%d - %H:%M:%S'
[Desktop Entry] Type=Application Terminal=true Name=GPS Recorder2 Exec=/home/user/startgpsrecorder.sh Icon=gpsrecorder
The Following 4 Users Say Thank You to sbk510 For This Useful Post: | ||
https://www.theregister.co.uk/2019/0...ps_epoch_ends/
is going to cause issues for the N900 GPS?