-
It looks like the GPS code is trying to set the RPi clock even before it has a good datetime. In my output I see if go from "now" back to 1980 _(no DeLorean needed)_.
```
2015/12/31 22:21:55 stats [u…
-
Running the example with debug mode on I get the following, which implies that we're putting the decimal point in the wrong place in our coordinate parser:
```
Packet $GPRMC,183810.035,A,37…
-
```
line 63, I believe the "\r\n" is missed, it should be
"$PMTK330,0*2E\r\n"
line 259, the GPRMC message does not contain the number of satellite. It should
be moved down to the case of GPGGA.
The…
-
```
Arducoper NG or ACM? ACM
What steps will reproduce the problem?
1. See the code
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what o…
-
```
line 63, I believe the "\r\n" is missed, it should be
"$PMTK330,0*2E\r\n"
line 259, the GPRMC message does not contain the number of satellite. It should
be moved down to the case of GPGGA.
The…
-
```
Arducoper NG or ACM? ACM
What steps will reproduce the problem?
1. See the code
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what o…
-
When using the VDR data recorder the plugin is reported to crash when compiled on Ubuntu.
VDR data:
```
$AIHDT,045.0,T
$GPGGA,174708.000,4311.8478,N,07934.4941,W,1,07,1.5,82.4,M,-34.7,M,,0000*56 …
-
```
line 63, I believe the "\r\n" is missed, it should be
"$PMTK330,0*2E\r\n"
line 259, the GPRMC message does not contain the number of satellite. It should
be moved down to the case of GPGGA.
The…
-
```
Arducoper NG or ACM? ACM
What steps will reproduce the problem?
1. See the code
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what o…
-
```
line 63, I believe the "\r\n" is missed, it should be
"$PMTK330,0*2E\r\n"
line 259, the GPRMC message does not contain the number of satellite. It should
be moved down to the case of GPGGA.
The…