-
I think MTK implementation is not correct. MTK is command protocol embedded into NMEA sentence. Fields that current MTK struct has are meant for MTK packet "PMTK001" but actually MTK packet can have …
-
### Describe the problem
After an `Install All`, the `PubSubClient` remains updateable in the IDE. The `LibraryListResponse#installed_libraries` contains the `PubSubClient` as an installed one.
…
-
I'm trying to extract the fix mode from the GPGSA sentence but it seems to always stay empty. The general parsing, however, seems to work. Here is my relevant code:
```cpp
#define gpsPort_RX 35
…
-
Either I do something wrong, or
![image](https://user-images.githubusercontent.com/66519643/199240354-a6f28f10-7673-4c46-ba98-cd1a2a41403e.png)
Those checksum cases does not do what they are ex…
-
### Subject of the issue
I'm seeing some log file corruption again. Four hour files gathered with V2.5 firmware, all constellations, 1 Hz.
Most of the corruption was early in the log file, proba…
-
1) TLE can be obtained by API
https://celestrak.org/NORAD/elements/gp.php?CATNR=25544&FORMAT=JSON
CATNR is ID of object in NORAD database
Object ID can be searched by the name using
https:…
-
Write a driver for the GNSS device
-> Parser for NMEA sentences
iac26 updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
no
A clear and concise description of what the problem is e.g. I'd like to be able to do this [...]
I'd like to be able to save th…
-
Some devices do not show the currently in-use, tracked and in-view GNSS satellites. Location, altitude, course and speed seem to work though, as the tracker works normally.
The main symptom is that…
-
When a value is missing in a nmea string the float or int value in the parsed sentence is set to 0. This way it is hard to determine if the value is really 0 or the data was missing. E.g. `$GPVTG,0.3,…