doc: Add outline of TeleGPS doc
[fw/altos] / doc / telegps.xsl
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3   "/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
4 <book>
5   <title>TeleGPS Owner's Manual</title>
6   <subtitle>A recording GPS tracker</subtitle>
7   <bookinfo>
8     <author>
9       <firstname>Keith</firstname>
10       <surname>Packard</surname>
11     </author>
12     <copyright>
13       <year>2014</year>
14       <holder>Bdale Garbee and Keith Packard</holder>
15     </copyright>
16     <mediaobject>
17       <imageobject>
18         <imagedata fileref="micropeak-dime.jpg" width="6in"/>
19       </imageobject>
20     </mediaobject>
21     <legalnotice>
22       <para>
23         This document is released under the terms of the
24         <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
25           Creative Commons ShareAlike 3.0
26         </ulink>
27         license.
28       </para>
29     </legalnotice>
30     <revhistory>
31       <revision>
32         <revnumber>1.0</revnumber>
33         <date>28 May 2014</date>
34         <revremark>
35           Initial release with preliminary hardware.
36         </revremark>
37       </revision>
38     </revhistory>
39   </bookinfo>
40   <dedication>
41     <title>Acknowledgements</title>
42     <para>
43       Have fun using these products, and we hope to meet all of you
44       out on the rocket flight line somewhere.
45       <literallayout>
46 Bdale Garbee, KB0G
47 NAR #87103, TRA #12201
48
49 Keith Packard, KD7SQG
50 NAR #88757, TRA #12200
51       </literallayout>
52     </para>
53   </dedication>
54   <chapter>
55     <title>Quick Start Guide</title>
56     <para>
57       TeleGPS is designed to be easy to use. Requiring no external
58       components, flying takes just a few steps.
59     </para>
60   </chapter>
61   <chapter>
62     <title>Handling Precautions</title>
63     <para>
64       All Altus Metrum products are sophisticated electronic devices.  
65       When handled gently and properly installed in an air-frame, they
66       will deliver impressive results.  However, as with all electronic 
67       devices, there are some precautions you must take.
68     </para>
69     <para>
70       The Lithium polymer batteries have an
71       extraordinary power density.  This is great because we can fly with
72       much less battery mass... but if they are punctured
73       or their contacts are allowed to short, they can and will release their
74       energy very rapidly!
75       Thus we recommend that you take some care when handling TeleGPS
76       to keep conductive material from coming in contact with the exposed metal elements.
77     </para>
78     <para>
79       As with all other rocketry electronics, Altus Metrum devices must 
80       be protected from exposure to corrosive motor exhaust and ejection 
81       charge gasses.
82     </para>
83   </chapter>
84   <chapter>
85     <title>Technical Information</title>
86     <section>
87       <title>GPS Receiver</title>
88       <para>
89         TeleGPS uses the u-Blox Max-7Q GPS receiver.
90       </para>
91     </section>
92     <section>
93       <title>Micro-controller</title>
94       <para>
95         TeleGPS uses an NXP LPC11U14 micro-controller. This tiny
96         CPU contains 32kB of flash for the application and 4kB of RAM for
97         temporary data storage.
98       </para>
99     </section>
100     <section>
101       <title>Lithium Polymer Battery</title>
102       <para>
103         Shipping restrictions may prevent us from including a battery
104         battery with TeleGPS.
105       </para>
106     </section>
107     <section>
108       <title>Mechanical Considerations</title>
109       <para>
110         TeleGPS is designed to be rugged enough for typical rocketry
111         applications. 
112       </para>
113     </section>
114     <section>
115       <title>On-board data storage</title>
116       <para>
117         TeleGPS has some bytes of non-volatile storage, separate
118         from the code storage memory. The TeleGPS firmware uses this
119         to store information about the last completed
120         flight.
121       </para>
122     </section>
123   </chapter>
124 </book>
125 <!--  LocalWords:  Altusmetrum TeleGPS
126 -->