Skip to content

Instantly share code, notes, and snippets.

@rabssm
rabssm / gist:e1890d15ca6b7fbd068dcbea95fa10de
Last active July 27, 2024 10:50
NTP with a Raspberry Pi and PPS GPS
# 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
###########################