adafruit ultimate gps hat - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Pine A64 Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=32) +---- Forum: POT modules (https://forum.pine64.org/forumdisplay.php?fid=8) +---- Thread: adafruit ultimate gps hat (/showthread.php?tid=3439) |
adafruit ultimate gps hat - mrjake - 02-16-2017 https://learn.adafruit.com/adafruit-ultimate-gps-hat-for-raspberry-pi since the pine 64 uses the pi2 pinout, would this work with my pine64 2gb? Im looking to make a cheap but reliable NTP server to provide accurate ime to other ntp servers on my network. Thanks RE: adafruit ultimate gps hat - xalius - 02-16-2017 The UART should be no problem, but PPS support you have to do some work, check which pin is used here first. I think someone added PPS support to a Pine a while ago (use search). Basically you have to add the devicetree entry defining the PPS pin and add the PPS driver to your linux kernel. RE: adafruit ultimate gps hat - MarkHaysHarris777 - 02-16-2017 (02-16-2017, 06:27 PM)xalius Wrote: The UART should be no problem, but PPS support you have to do some work, check which pin is used here first. I think someone added PPS support to a Pine a while ago (use search). Basically you have to add the devicetree entry defining the PPS pin and add the PPS driver to your linux kernel. ... check !! in addition you may have to add a pull-up or pull-down resistor to the hat. be careful. RE: adafruit ultimate gps hat - mrjake - 02-16-2017 (02-16-2017, 07:50 PM)MarkHaysHarris777 Wrote:(02-16-2017, 06:27 PM)xalius Wrote: The UART should be no problem, but PPS support you have to do some work, check which pin is used here first. I think someone added PPS support to a Pine a while ago (use search). Basically you have to add the devicetree entry defining the PPS pin and add the PPS driver to your linux kernel. hehe finally this might be just to much. im gonna try with another gps module i got that supports pps also. Should work better for some reason i cant link the image properly https://drive.google.com/file/d/1Jjwp7nLXEKMXzugGzckeHRIEHJJ90mdxjQ/view?usp=sharing this i got for under 5$ im sure i can link it to the pine64 successfully |