pps-rp1: A contemporary PPS Device Tree Overlay for the RPi 5 #26
josh-blake
started this conversation in
Show and tell
Replies: 1 comment 3 replies
|
Neat! Any idea if this could be upstreamed to make RP1 PPS use much more flexible? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've written up a dtoverlay that more or less exposes the bulk of the features available on the RPi 5 / RP1 GPIO Southbridge. It has the benefit of enabling the PPS Echo subsystem (mirrors the PPS signal out to another pin once the kernel has processed and timestamped). When this echo signal is captured by the GNSS External Int pin, it can report the round trip time which is then used as the correction factor. The overlay also exposes the Schmitt trigger subsystem on the RP1.
You can also enumerate multiple PPS sources with this overlay.
https://github.com/josh-blake/pps-rp1
All reactions