-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
## Description of the Issue
Use the output from the GNSS as input, identify the NMEA messages to extract (in this case, only the RMC), and define all the necessary variables for that NMEA message. Th…
-
I put an update into my fork of variod. I'd like some people to try testing before I do a PR.
This update makes a few improvements:
1) Support is added to the NMEA extension syntax as defined b…
hpmax updated
3 years ago
-
Both parse_NMEA_sensor() and parse_NMEA_command() can easily run into Segmentation Fault.
Look at the code and think what happens if you send parse_NMEA_sensor() a sentence (fraction) like this:
$PO…
-
It would be nice if rust finally had a go to nmea parser that is used by as many people as possible. Considering NMEA is a kinda easy data format to parse / handle usually this shouldn't be too hard t…
-
Hello, I can't configure the xdr-parser-plugin (https://github.com/GaryWSmith/xdr-parser-plugin).
The HDM part is correctly interpreted
For the IIXDR sentence, correctly interpreted by OpenCPN, I ca…
-
Sentences such as
```
$GNRMC,,V,,,,,,,,,,N*4D
$GNRMC,193355.00,V,,,,,,,020615,,,N*6B
```
produce wrong data (time and GPS pos):
```
2015-06-02T19:34:00.159: pos[:0]: (-16, 0)
```
To search …
-
Create a data model that is capable of representing GSV sentences.
Decode GSV sentences from NMEA messages received by the device.
Possible use of existing NMEA parsers like:
- https://github.c…
-
- needs its own parser that understands the uncertainty model
feed the ekf and pf
-
hi
i am using Lilygosim7600E-H to get GPS Location in NMEA But Not getting any Location
I (0) cpu_start: App cpu up.
I (231) cpu_start: Pro cpu start user code
I (231) cpu_start: cpu freq: 16000…