The Raspberry Pi as a Stratum-1 NTP Server
satsignal.eu
The Raspberry Pi as a Stratum-1 NTP Server
1–10 of 38 posts
Re: The Raspberry Pi as a Stratum-1 NTP Server
#2I built an auto-install script that anyone here is welcome to use or reference[1]. If you know what you're doing, just change the GPIO pin to your PPS input and fire away.
Unlike the author I used Chrony instead of NTP. It's lighter-weight and much easier to configure with a PPS/GPS reference clock.
The GPS chip I used was an ATGM336H, which can be had for less than $8 on ebay. I'm able to lock consistently 11 satellites from my desk[2]
Keep in mind the Pi has no hw RTC. If you're doing this for fun spend a few more bucks and buy an rtc chip from ebay so you don't drift considerably between being powered off.
1. https://github.com/stephen-mw/raspberrypi/blob/master/roles/...
2. https://www.ebay.com/sch/i.html?_from=R40&_nkw=ATGM336H&_sac...
Re: The Raspberry Pi as a Stratum-1 NTP Server
#3also, here's a writeup i did on my experiences creating something with an rpi 3 model b+:
https://github.com/stephenhu/written/blob/master/raspberrypi...
Re: The Raspberry Pi as a Stratum-1 NTP Server
#4I've started buying SanDisk's "High Endurance" microSD cards hoping it will mitigate any such issues in the future, but I haven't had time to get the NTP set up again... I really should have cloned the image.
I think the hardest part was finding a case with space for the GPS hat[0] with an open end for the coax connector. The hat sits a bit crooked because of something bulbous on top (condensator?).
[0]: https://store.uputronics.com/index.php?route=product/product...
Re: The Raspberry Pi as a Stratum-1 NTP Server
#5I had one of these running with a 10 meter cable to the window so the receiver could get enough satellites. After 24/7 for about a year it just died and I haven't had time to figure out what's wrong. Lights blink but it's not reachable via ping, ssh or scp. HDMI output shows nothing. I had to move on to other projects, so I gave up and assumed I either got hacked or I hit the cheap-SD-card problem of corruption that…
Re: The Raspberry Pi as a Stratum-1 NTP Server
#6Re: The Raspberry Pi as a Stratum-1 NTP Server
#7I had one of these running with a 10 meter cable to the window so the receiver could get enough satellites. After 24/7 for about a year it just died and I haven't had time to figure out what's wrong. Lights blink but it's not reachable via ping, ssh or scp. HDMI output shows nothing. I had to move on to other projects, so I gave up and assumed I either got hacked or I hit the cheap-SD-card problem of corruption that…
Re: The Raspberry Pi as a Stratum-1 NTP Server
#8I had one of these running with a 10 meter cable to the window so the receiver could get enough satellites. After 24/7 for about a year it just died and I haven't had time to figure out what's wrong. Lights blink but it's not reachable via ping, ssh or scp. HDMI output shows nothing. I had to move on to other projects, so I gave up and assumed I either got hacked or I hit the cheap-SD-card problem of corruption that…
I wonder how much the rpi foundation would need to sell a pi if it included 32gb of storage. I would gladly pay not to feel like I'm playing roulette with my microsd.
Re: The Raspberry Pi as a Stratum-1 NTP Server
#9Re: The Raspberry Pi as a Stratum-1 NTP Server
#10Earlier quoted context omitted.
I wonder how much the rpi foundation would need to sell a pi if it included 32gb of storage. I would gladly pay not to feel like I'm playing roulette with my microsd.
They just need to make booting from a USB drive easy. Plug in a $20 SSD and stop worrying about reliability.