summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-14 16:33:51 -0700
committerGary E. Miller <gem@rellim.com>2019-05-14 16:33:51 -0700
commitd2e44f0d50a20d1fc623e45a4213242a0d423dee (patch)
tree685545d3404a52c5698230a16053602e1a2092f4 /man
parent457056db906bdb3c1172387dc582a397bcebb4bc (diff)
downloadgpsd-d2e44f0d50a20d1fc623e45a4213242a0d423dee.tar.gz
gpsrinex: recommend GLONASS be enabled with u-blox 9.
CSRS-PPP now uses GLONASS and GPS.
Diffstat (limited to 'man')
-rw-r--r--man/gpsrinex.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/gpsrinex.xml b/man/gpsrinex.xml
index 4e34d14c..01d14faf 100644
--- a/man/gpsrinex.xml
+++ b/man/gpsrinex.xml
@@ -109,15 +109,18 @@ ubxtool -d NMEA
ubxtool -e BINARY
</programlisting></para>
<para>The NEO-M8N will only reliably output raw measurements
-when only the GPS and QZSS constellations are enabled.
+when only the GPS and QZSS constellations are enabled. If your PPP
+service can use GLONASS, then enable that as well. Be sure to
+disable, before enable, so as not to momentarily have too many
+constellations selected.
<application>ubxtool</application>, as recommended by u-blox, enables
the QZSS constellation in tandem with GPS. Disable all constellations,
except GPS (and QZSS):
<programlisting>
-ubxtool -d GLONASS
ubxtool -d BEIDOU
ubxtool -d GALILEO
+ubxtool -d GLONASS
ubxtool -d SBAS
ubxtool -e GPS
</programlisting></para>