loginov-rocks / UbxGps

Arduino library for the fastest and simplest communication with u-blox GPS modules
https://registry.platformio.org/libraries/loginov-rocks/UbxGps
MIT License
140 stars 44 forks source link

Missing 'Graphic' for GPS status info #8

Closed AussieMakerGeek closed 6 years ago

AussieMakerGeek commented 6 years ago

Hi, in the source, it mentions 'Graphic Below' - Where are these graphics? char valid; // - Validity Flags (see graphic below) char flags; // - Fix Status Flags (see graphic below)

I would really like the ability to know if the GPS has a fix or not i.e valid GPS data. This seems like it might be the option I am looking for...

loginov-rocks commented 6 years ago

Hi @ahuxtable !

These comments are taken from protocol specification, so you can follow extras/Docs or find suitable specification on the web, search for the appropriate packet and go to its description.

For this case I personally use fixType for UbxGpsNavPvt.h