How to get the active number of satellites ? #181
Answered
by
semuadmin
HamzaCetin0
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
semuadmin
May 3, 2025
Replies: 1 comment
-
Hi @HamzaCetin0 The parameter you're after is commonly referred to as SIP (Satellites in Position), as opposed to SIV (Satellites in View). The If you're using UBX data, SIP is available from the If you're using NMEA data, SIP is available from the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
semuadmin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @HamzaCetin0
The parameter you're after is commonly referred to as SIP (Satellites in Position), as opposed to SIV (Satellites in View). The
NAV-SAT numSvs
attribute is equivalent to SIV.If you're using UBX data, SIP is available from the
NAV-PVT numSV
attribute.If you're using NMEA data, SIP is available from the
GNGGA numSV
attribute.