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

NEO-6M0 GPS #24

Closed skatun closed 1 year ago

skatun commented 2 years ago

Your library works on the NEO-6M0 gps, however its not possible to enable the UbxGpsNavPvt in Ucenter, other messages works fine. For me that's ok since I do not need course information

loginov-rocks commented 2 years ago

Hi @skatun , thanks for feedback! Do you know if NEO-6M0 have this message type in their protocol? It could be they just don't support it...

skatun commented 2 years ago

https://content.u-blox.com/sites/default/files/products/documents/u-blox6_ReceiverDescrProtSpec_%28GPS.G6-SW-10018%29_Public.pdf

you might be right!

Is there a spesfic reason why you can only read one type of message at time? It would be nice to get information about GPS fix, and satelites at startup and ones in a while...

loginov-rocks commented 1 year ago

@skatun yes, I created this to make communication as fast as possible, so choosing only one type of message is essential. The key is to select the message that has enough information for your needs and get it as many times as possible, that was 10 Hz in my case :)