sparkfun/SparkFun_u-blox_GNSS_Arduino_Library

How to check satellite count?

Savaesc opened this issue · 1 comments

I would like to know how many satellites are connected. How do i do that?

Hello @Savaesc ,

getSIV will tell you the number of satellites being used in the navigation solution:

The UBX-NAV-SAT example provides details of all satellites being tracked and their signal strengths:

https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/blob/main/examples/Callbacks/CallbackExample7_NAV_SAT/CallbackExample7_NAV_SAT.ino

Best wishes,
Paul