summaryrefslogtreecommitdiff
path: root/www/hardware-tail.html
blob: b19673f00a1c528ff1725c16ffd57473c777da44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!-- hardware-tail.html begins here -->

<h2 id="timing">PPS and GPSD:</h2>

<p>Some GPS receivers offer a 1PPS (one pulse per second) output that
GPSD is capable of passing along to <code>ntpd</code> for use as an
extremely accurate clock source.  These are marked as having PPS
in the table above. The "Claimed Accuracy" figures are taken
from manufacturers' data sheets, and have not been independently
verified.</p>

<p>Where specified, NTP time offsets have been measured by
comparison with the NTP time service and reported by
<code>gpsd</code>.</p>

<p>Note that either a direct RS-232 connection or the "Magic Macx mod"
(1PPS on the GPS chip connected to DCD on the serial-to-USB adaptor)
is required for PPS. Typical gpsd/PPS users report ntp clock stability
on the order of 1&mu;s (microsecond) for RS232, 1ms (millisecond) for
USB.  From GPSes that are native USB but not PPS-capable, GPSD can
extract time information from the serial data accurate to about
250ms.</p>

<a id="raw"></a>
<h2>Raw Measurements and GPSD:</h2>

<p>All gpses require "raw" measurements internally to compute a navigation
  solution. The ability for users to postprocess these measurements is then
  a function of firmware and protocol support.</p>

<div>&nbsp;</div>

<table style="border: 1px solid gray">
<tr>
<th>Receiver</th>
<th>Raw</th>
<th>Notes</th>
</tr>
<tr>
<td>NavSync</td>
<td style="text-align: center">No</td>
<td>I asked them about raw measurements and they told me that a custom firmware build ($$$!) would be required, and that I probably wasn't authorized to get that data.</td>
</tr>
<tr>
<td>SiRF</td>
<td style="text-align: center">Partial</td>
<td>sirfstar1 has raw data in message 5, sirfstar2 has raw data in message 28, sirfstar3 has some raw data in message 28 but carrier phase is not available. rumor has it that carrier phase is available as a premium feature in superstar3.</td>
</tr>
<tr>
<td>u-blox</td>
<td style="text-align: center">Partial</td>
<td>The RXM-RAW message contains raw data. This is implemented in all Antaris chips. This is only implemented in the timing versions of Antaris4. In ublox5 it is "only available with premium feature raw data".
</td>
</tr>
<tr>
<td>Novatel SuperStarII</td>
<td style="text-align: center">Partial</td>
<td>Message #23 contains raw measurements in carrier-phase-enabled firmwares.</td>
</tr>
<tr>
<td>Fastrax</td>
<td style="text-align: center">Yes</td>
<td>The "PSEUDO" message contains raw measurements</td>
</tr>
<tr>
<td>Trimble</td>
<td style="text-align: center">Yes</td>
<td>Packet 0x5a contains raw measurements</td>
</tr>
<tr>
<td>Thales AC12</td>
<td style="text-align: center">Yes</td>
<td>The PASHR,MCA message contains raw measurements.</td>
</tr>
</table>

<hr>
<script src="datestamp.js" type='text/javascript'></script>
</div>
</body>
</html>