This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install packages needed | |
sudo apt install gpsd gpsd-clients pps-tools | |
########################### | |
## Add the following lines to /boot/config.txt to set the port used for the PPS h/w input (in this case GPIO pin 18) | |
# The next lines are for GPS PPS signals | |
dtoverlay=pps-gpio,gpiopin=18 | |
########################### | |
OlderNewer