-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Great tutorial! I just got mine up and running. Here's a few suggestions:
- Typo - Several references (4) to systemctl ... chronyd. This should be just 'chrony', not 'chronyd'
- Typo - 'install gpsd via your packet manager.' should be 'install gpsd via your package manager.'
- Suggest including an example on how to install the first time an install is needed - 'sudo apt-get install gpsd'
- When adding allow 192.168/16 to chronyd.conf, one can omit the IP address and it will allow connections from any connected interface.
- A simple test from another computer can test connectivity. On a mac,
sntp <ip address>
, or verbosesntp -d <ip address>
and it will show PPS0 being used. - Documentation says 'If reception is ok, a led ("FIX" or "PPS") should start blinking on your GPS module.' On my Adafruit module, it blinks 1x/second if not fix and once every 10 seconds when there is a fix.
Metadata
Metadata
Assignees
Labels
No labels