This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
blog_post_tests/20131019220740.blog

11 lines
2.3 KiB
Plaintext

Stratum 1 time server on a tiny SBC?
<p>I&#8217;ve been working on GPSD a lot recently &#8211; we&#8217;re heading towards a 3.10 release with a lot of new features. As part of this release I&#8217;ve decided to ship a HOWTO on setting up a high-quality NTP time server using GPSD. In the course of working on that, I&#8217;ve had an idea.</p>
<p>The idea has two antecedents. One is that if you start with any one of several inexpensive GPS modules (my favorite of which is the u-blox 6), and add GPSD to read it and feed an ntpd instance, it&#8217;s possible to build an NTP server that meets the usual standard for public Stratum 1 time servers &#8211; 10mSec or better accuracy to UTC.</p>
<p>The other is that there is a raft of inexpensive SBCs that run Linux out there &#8211; Arduino, Raspberry Pi and the current new hotness BeagleBone. So here&#8217;s my thought: why not build a low-power Stratum 1 timeserver on a credit-card-sized SBC?</p>
<p><span id="more-5082"></span></p>
<p>A little googling tells me that someone has already <a href="http://bradsmc.blogspot.com/2013/06/gps-for-beaglebone-black-d2523t-50.html">mated a GPS to a BeagleBone Black</a>. His design uses a u-blox, but has one serious drawback &#8211; he doesn&#8217;t wire up 1PPS from the receiver. This is a must if you want sub-second precision on your time service.</p>
<p>Now, to be fair, the D2523T he&#8217;s using might not bring 1PPS out from the u-blox5 to the module header. On the other hand, I looked up the D2523T&#8217;s data sheet on Sparkfun and their pinout for it has a lead labeled &#8220;GPS LED&#8221;.</p>
<p>Bingo! Boys and girls, the LED on your GPS is <em>driven</em> by 1PPS &#8211; the once-per-second flash it emits is top of GPS second accurate to 50 nanoseconds. It seems likely that we could take the right small variant of this design, add ntpd to it, do a little configuration, and stand back! Instant Stratum 1 in a smaller package than your smartphone, powered off its USB cable.</p>
<p>Well, that is, if the RS232 headers on the BeagleBone include any handshake line. Carrier Detect, Ring Indicator, even Clear To Send &#8211; any of these would be good enough. 1PPS has to travel over something that isn&#8217;t TX.</p>
<p>It would be a fun project. I wish I had time to do it.</p>