doc: Add a bunch more stuff to the telegps docs
[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="telegps-v1.0-top.jpg" width="4in"/>
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.4</revnumber>
33         <date>13 June 2014</date>
34         <revremark>
35           Initial release
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     <para>
61       First, download and install the software from <ulink
62       url="http://altusmetrum.org/AltOS"/>. This will make sure that
63       you have the right device drivers installed.
64     </para>
65     <para>
66       Next, plug in the battery and USB cable and connect TeleGPS to
67       your computer. This will charge the battery and allow you to
68       configure the device.
69     </para>
70     <para>
71       Start the TeleGPS application and set the callsign and frequency
72       on your TeleGPS device; refer to the Configure TeleGPS section
73       in the TeleGPS Application chapter for instructions.
74     </para>
75     <para>
76       Unplug TeleGPS when the battery charger light goes green. This
77       will enable the radio and logging portions of the TeleGPS
78       firmware.
79     </para>
80     <para>
81       Connect TeleDongle to your computer and start TeleGPS or start
82       AltosDroid on your android device and connect to TeleBT. Set the
83       frequency to match the TeleGPS and you should be receiving telemetry.
84     </para>
85   </chapter>
86   <chapter>
87     <title>Handling Precautions</title>
88     <para>
89       All Altus Metrum products are sophisticated electronic devices.  
90       When handled gently and properly installed in an air-frame, they
91       will deliver impressive results.  However, as with all electronic 
92       devices, there are some precautions you must take.
93     </para>
94     <para>
95       The Lithium polymer batteries have an
96       extraordinary power density.  This is great because we can fly with
97       much less battery mass... but if they are punctured
98       or their contacts are allowed to short, they can and will release their
99       energy very rapidly!
100       Thus we recommend that you take some care when handling TeleGPS
101       to keep conductive material from coming in contact with the exposed metal elements.
102     </para>
103     <para>
104       As with all other rocketry electronics, Altus Metrum devices must 
105       be protected from exposure to corrosive motor exhaust and ejection 
106       charge gasses.
107     </para>
108   </chapter>
109   <chapter>
110     <title>TeleGPS Hardware</title>
111     <section>
112       <title>Hooking Up Lithium Polymer Batteries</title>
113       <para>
114         TeleGPS has a two pin JST PH series connector to connect up
115         a single-cell Lithium Polymer cell (3.7V nominal). You can
116         purchase matching batteries from the Altus Metrum store, or
117         other vendors, or you can make your own. Pin 1 of the
118         connector is positive, pin 2 is negative. Spark Fun sells a
119         cable with the connector attached, which they call a <ulink
120         url="https://www.sparkfun.com/products/9914">JST Jumper 2
121         Wire Assembly</ulink>.
122       </para>
123       <para>
124         Many RC vendors also sell lithium polymer batteries with
125         this same connector. All that we have found use the opposite
126         polarity, and if you use them that way, you will damage or
127         destroy TeleGPS.
128       </para>
129     </section>
130     <section>
131       <title>On-board Data Recording</title>
132       <para>
133         TeleGPS logs GPS data at a user-configurable rate. Data are
134         logged to a 2MB on-board flash memory part, which can be
135         partitioned into several equal-sized blocks, one for each
136         flight. 64kB of this storage are reserved to hold
137         configuration data, leaving 1984kB for flight data.
138       </para>
139       <para>
140         The on-board flash is partitioned into separate flight logs,
141         each of a fixed maximum size. Increase the maximum size of
142         each log and you reduce the number of flights that can be
143         stored. Decrease the size and you can store more flights.
144       </para>
145       <para>
146         To compute the amount of space needed for a single log, you
147         can divide the expected time (in seconds) by the sample period
148         (by default, 1 second per sample) and then multiply the result
149         by 32 bytes per sample. For instance, a sample period of 1
150         second and a flight lasting one hour will take 32 * 3600 =
151         115200 bytes. TeleGPS does try to reduce log space used by not
152         recording position information when it isn't moving, so actual
153         space consumed may be less than this.
154       </para>
155       <para>
156         The default size allows for four flights of 496kB each, which
157         provides over four hours of logging at 1 sample per second.
158       </para>
159       <para>
160         TeleGPS will not overwrite existing flight data, so be sure to
161         download flight data and erase it from the onboard flash
162         before it fills up. TeleGPS will still report telemetry even
163         if memory is full, so the only thing you will lose is the
164         on-board data log.
165       </para>
166     </section>
167     <section>
168       <title>Installation</title>
169       <para>
170         The battery connectors are a standard 2-pin JST connector and
171         match batteries sold by Spark Fun. These batteries are
172         single-cell Lithium Polymer batteries that nominally provide 3.7
173         volts.  Other vendors sell similar batteries for RC aircraft
174         using mating connectors, however the polarity for those is
175         generally reversed from the batteries used by Altus Metrum
176         products. In particular, the Tenergy batteries supplied for use
177         in Featherweight flight computers are not compatible with Altus
178         Metrum flight computers or battery chargers. <emphasis>Check
179         polarity and voltage before connecting any battery not purchased
180         from Altus Metrum or Spark Fun.</emphasis>
181       </para>
182       <para>
183         TeleGPS uses an integrate GPS patch antenna and won't
184         receive GPS signals if installed inside a metal or carbon
185         fiber compartment. Test GPS reception and telemetry
186         transmission with the system installed and all other
187         electronics powered up to verify signal reception and make
188         sure there isn't any interference from other systems.
189       </para>
190     </section>
191   </chapter>
192   <chapter>
193     <title>System Operation</title>
194     <section>
195       <title>GFSK Telemetry</title>
196       <para>
197         TeleGPS's native telemetry system doesn't use a 'normal packet
198         radio' mode like APRS because it's not very efficient.  The
199         GFSK modulation we use is FSK with the base-band pulses passed
200         through a Gaussian filter before they go into the modulator to
201         limit the transmitted bandwidth.  When combined with forward
202         error correction and interleaving, this allows us to have a
203         very robust 19.2 kilobit data link with only 10-40 milliwatts
204         of transmit power, a whip antenna in the rocket, and a
205         hand-held Yagi on the ground.  We've had flights to above 21k
206         feet AGL with great reception, and calculations suggest we
207         should be good to well over 40k feet AGL with a 5-element yagi
208         on the ground with our 10mW units and over 100k feet AGL with
209         the 40mW devices.
210       </para>
211     </section>
212     <section>
213       <title>APRS</title>
214       <para>
215         TeleGPS can send APRS if desired, and the
216         interval between APRS packets can be configured. As each APRS
217         packet takes a full second to transmit, we recommend an
218         interval of at least 5 seconds to avoid consuming too much
219         battery power or radio channel bandwidth. You can configure
220         the APRS interval using AltosUI; that process is described in
221         the Configure Altimeter section of the AltosUI chapter.
222       </para>
223       <para>
224         AltOS uses the APRS compressed position report data format,
225         which provides for higher position precision and shorter
226         packets than the original APRS format. It also includes
227         altitude data, which is invaluable when tracking rockets. We
228         haven't found a receiver which doesn't handle compressed
229         positions, but it's just possible that you have one, so if you
230         have an older device that can receive the raw packets but
231         isn't displaying position information, it's possible that this
232         is the cause.
233       </para>
234       <para>
235         The APRS packet format includes a comment field that can have
236         arbitrary text in it. AltOS uses this to send status
237         information about the flight computer. It sends four fields as
238         shown in the following table.
239       </para>
240       <table frame='all'>
241         <title>Altus Metrum APRS Comments</title>
242         <?dbfo keep-together="always"?>
243         <tgroup cols='3' align='center' colsep='1' rowsep='1'>
244           <colspec align='center' colwidth='*' colname='Field'/>
245           <colspec align='center' colwidth='*' colname='Example'/>
246           <colspec align='center' colwidth='4*' colname='Description'/>
247           <thead>
248             <row>
249               <entry align='center'>Field</entry>
250               <entry align='center'>Example</entry>
251               <entry align='center'>Description</entry>
252             </row>
253           </thead>
254           <tbody>
255             <row>
256               <entry>1</entry>
257               <entry>L</entry>
258               <entry>GPS Status U for unlocked, L for locked</entry>
259             </row>
260             <row>
261               <entry>2</entry>
262               <entry>6</entry>
263               <entry>Number of Satellites in View</entry>
264             </row>
265             <row>
266               <entry>3</entry>
267               <entry>B4.0</entry>
268               <entry>Battery Voltage</entry>
269             </row>
270           </tbody>
271         </tgroup>
272       </table>
273       <para>
274         Here's an example of an APRS comment showing GPS lock with 6
275         satellites in view and a battery at 4.0V.
276         <screen>
277           L6 B4.0
278         </screen>
279       </para>
280       <para>
281         Make sure your primary battery is above 3.8V and GPS is locked
282         with at least 5 or 6 satellites in view before starting. If GPS
283         is switching between L and U regularly, then it doesn't have a
284         good lock and you should wait until it becomes stable.
285       </para>
286       <para>
287         If the GPS receiver loses lock, the APRS data transmitted will
288         contain the last position for which GPS lock was
289         available. You can tell that this has happened by noticing
290         that the GPS status character switches from 'L' to 'U'. Before
291         GPS has locked, APRS will transmit zero for latitude,
292         longitude and altitude.
293       </para>
294     </section>
295     <section>
296       <title>Configurable Parameters</title>
297       <para>
298         Configuring TeleGPS is very
299         simple; the few configurable parameters can all be set
300         using the TeleGPS application over USB. Read
301         the Configure TeleGPS section in the TeleGPS Software chapter below
302         for more information.
303       </para>
304       <section>
305         <title>Radio Frequency</title>
306         <para>
307           Altus Metrum boards support radio frequencies in the 70cm
308           band. By default, the configuration interface provides a
309           list of 10 “standard” frequencies in 100kHz channels starting at
310           434.550MHz.  However, the firmware supports use of
311           any 50kHz multiple within the 70cm band. At any given
312           launch, we highly recommend coordinating when and by whom each
313           frequency will be used to avoid interference.  And of course, both
314           TeleGPS and the receiver must be configured to the same
315           frequency to successfully communicate with each other.
316         </para>
317       </section>
318       <section>
319         <title>Callsign</title>
320         <para>
321           This sets the callsign used for telemetry and APRS to
322           identify the device.
323         </para>
324       </section>
325       <section>
326         <title>Telemetry/RDF/APRS Enable</title>
327         <para>
328           You can completely disable the radio, if necessary, leaving
329           TeleGPS only logging data to internal memory.
330         </para>
331       </section>
332       <section>
333         <title>APRS Interval</title>
334         <para>
335           This selects how often APRS packets are transmitted. Set
336           this to zero to disable APRS without also disabling the
337           regular telemetry and RDF transmissions. As APRS takes a
338           full second to transmit a single position report, we
339           recommend sending packets no more than once every 5 seconds.
340         </para>
341       </section>
342       <section>
343         <title>Maximum Flight Log</title>
344         <para>
345           Changing this value will set the maximum amount of flight
346           log storage that an individual flight will use. The
347           available storage is divided into as many flights of the
348           specified size as can fit in the available space. You can
349           download and erase individual flight logs. If you fill up
350           the available storage, future flights will not get logged
351           until you erase some of the stored ones.
352         </para>
353       </section>
354       <section>
355         <title>Logging Trigger Motion</title>
356         <para>
357           If TeleGPS moves less than this distance over a long period
358           of time, it will not log that location, saving storage space.
359         </para>
360       </section>
361       <section>
362         <title>Position Reporting Interval</title>
363         <para>
364           This sets how often TeleGPS reports position information via
365           telemetry and to the on-board log. Reducing this value will
366           save power and logging memory consumption.
367         </para>
368       </section>
369     </section>
370   </chapter>
371   <chapter>
372     <title>TeleGPS Application</title>
373     <para>
374       The TeleGPS application provides a graphical user interface for
375       interacting with the Altus Metrum product family. TeleGPS can
376       monitor telemetry data, configure devices and many other
377       tasks. The primary interface window is for displaying data
378       received over the telemetry link. There are additional
379       tasks available from the main window menu bar. This chapter
380       is split into sections, each of which documents one of the tasks
381       provided from the top-level toolbar.
382     </para>
383     <section>
384       <title>Telemetry Monitoring</title>
385       <para>
386         This is the window brought up when you start the
387         application. If you have a TeleDongle device connected to the
388         computer, it will automatically be selected for telemetry monitoring
389       </para>
390       <para>
391         All telemetry data received are automatically recorded in
392         suitable log files. The name of the files includes the current
393         date and TeleGPS serial and flight numbers.
394       </para>
395       <para>
396         The radio frequency being monitored by the TeleDongle device
397         is displayed at the top of the window. You can configure the
398         frequency by clicking on the frequency box and selecting the
399         desired frequency. The TeleGPS application remembers the last
400         frequency selected for each TeleDongle and selects that
401         automatically the next time you use that device.
402       </para>
403       <para>
404         Below the TeleDongle frequency selector, the window contains a few
405         significant pieces of information about the altimeter providing
406         the telemetry data stream:
407       </para>
408       <itemizedlist>
409         <listitem>
410           <para>The configured call-sign</para>
411         </listitem>
412         <listitem>
413           <para>The device serial number</para>
414         </listitem>
415         <listitem>
416           <para>The flight number. TeleGPS remembers how many
417           times it has flown.
418           </para>
419         </listitem>
420         <listitem>
421           <para>
422             The Received Signal Strength Indicator value. This lets
423             you know how strong a signal TeleDongle is receiving. The
424             radio inside TeleDongle operates down to about -100dBm;
425             weaker signals may not be receivable. The packet link uses
426             error detection and correction techniques which prevent
427             incorrect data from being reported.
428           </para>
429         </listitem>
430         <listitem>
431           <para>
432             The age of the displayed data, in seconds since the last 
433             successfully received telemetry packet.  In normal operation
434             this will stay in the low single digits.  If the number starts
435             counting up, then you are no longer receiving data over the radio
436             link from the flight computer.
437           </para>
438         </listitem>
439       </itemizedlist>
440       <para>
441         Finally, the largest portion of the window contains a set of
442         tabs, each of which contain some information about the TeleGPS
443         board. The final 'table' tab displays many of the raw telemetry
444         values in one place in a spreadsheet-like format.
445       </para>
446       <section>
447         <title>Map</title>
448         <para>
449           The Map tab shows the TeleGPS track over time on top of map
450           data making it easy to locate the device.
451         </para>
452         <informalfigure>
453           <mediaobject>
454             <imageobject>
455               <imagedata fileref="telegps-map.png" width="5.5in"/>
456             </imageobject>
457           </mediaobject>
458         </informalfigure>
459         <para>
460           The map's default scale is approximately 3m (10ft) per pixel. The map
461           can be dragged using the left mouse button. The map will attempt
462           to keep the rocket roughly centered while data is being received.
463         </para>
464         <para>
465           You can adjust the style of map and the zoom level with
466           buttons on the right side of the map window. You can draw a
467           line on the map by moving the mouse over the map with a
468           button other than the left one pressed, or by pressing the
469           left button while also holding down the shift key. The
470           length of the line in real-world units will be shown at the
471           start of the line.
472         </para>
473         <para>
474           Images are fetched automatically via the Google Maps Static API,
475           and cached on disk for reuse. If map images cannot be downloaded,
476           the rocket's path will be traced on a dark gray background
477           instead.
478         </para>
479         <para>
480           You can pre-load images for your favorite launch sites
481           before you leave home; check out the 'Preload Maps' section below.
482         </para>
483       </section>
484       <section>
485         <title>Location</title>
486         <para>
487           The Location tab shows the raw GPS data received from TeleGPS.
488         </para>
489         <informalfigure>
490           <mediaobject>
491             <imageobject>
492               <imagedata fileref="telegps-location.png" width="5.5in"/>
493             </imageobject>
494           </mediaobject>
495         </informalfigure>
496       </section>
497       <section>
498         <title>Status</title>
499         <para>
500           The Status tab shows data relative to the location of
501           TeleGPS when the application first received telemetry from
502           it.
503         </para>
504         <informalfigure>
505           <mediaobject>
506             <imageobject>
507               <imagedata fileref="telegps-status.png" width="5.5in"/>
508             </imageobject>
509           </mediaobject>
510         </informalfigure>
511       </section>
512       <section>
513         <title>Table</title>
514         <para>
515           The Table tab shows detailed information about the GPS
516           receiver
517         </para>
518         <informalfigure>
519           <mediaobject>
520             <imageobject>
521               <imagedata fileref="telegps-table.png" width="5.5in"/>
522             </imageobject>
523           </mediaobject>
524         </informalfigure>
525       </section>
526     </section>
527     <!--
528         <variablelist>
529           <varlistentry>
530             <term></term>
531             <listitem>
532               <para>
533               </para>
534             </listitem>
535           </varlistentry>
536         </variablelist>
537     -->
538     <section>
539       <title>TeleGPS Menus</title>
540       <para>
541         TeleGPS has three or four menus at the top of the window:
542         <variablelist>
543           <varlistentry>
544             <term>File</term>
545             <listitem>
546               <para>
547                 New Window, Graph Data, Export Data, Load Maps, Preferences, Close and Exit
548               </para>
549             </listitem>
550           </varlistentry>
551           <varlistentry>
552             <term>Monitor</term>
553             <listitem>
554               <para>
555                 Connect Device, Disconnect and Scan Channels
556               </para>
557             </listitem>
558           </varlistentry>
559           <varlistentry>
560             <term>Device</term>
561             <listitem>
562               <para>
563                 Download Data, Configure Device and Flash Device
564               </para>
565             </listitem>
566           </varlistentry>
567           <varlistentry>
568             <term>Frequency</term>
569             <listitem>
570               <para>
571                 This shows the current monitoring frequency with a
572                 drop-down menu listing other configured
573                 frequencies. You can change the set of frequencies
574                 shown here from the Preferences dialog. This menu is
575                 only shown when the TeleGPS application is connected
576                 to a TeleDongle or TeleBT device.
577               </para>
578             </listitem>
579           </varlistentry>
580         </variablelist>
581       </para>
582       <section>
583         <title>New Window</title>
584         <para>
585           This creates another telemetry monitoring window, in case
586           you have multiple TeleDongle devices connected to the
587           computer.
588         </para>
589       </section>
590       <section>
591         <title>Graph Data</title>
592         <para>
593           This brings up a file dialog to load a saved log, either
594           a .telem file of recorded telemetry or .eeprom of saved
595           data from on-board memory. It looks a bit like the flight
596           monitoring window, using a selection of tabs to show
597           different views of the saved data.
598         </para>
599         <section>
600           <title>Graph</title>
601           <para>
602             The Graph tab shows a plot of the the GPS data
603             collected. The X axis is time in seconds; there are a
604             variety of Y axes available for different kinds of data.
605           </para>
606           <informalfigure>
607             <mediaobject>
608               <imageobject>
609                 <imagedata fileref="telegps-graph-graph.png" width="6in" scalefit="1"/>
610               </imageobject>
611             </mediaobject>
612           </informalfigure>
613         </section>
614         <section>
615           <title>Configure Graph</title>
616           <informalfigure>
617             <mediaobject>
618               <imageobject>
619                 <imagedata fileref="telegps-graph-configure.png" width="6in" scalefit="1"/>
620               </imageobject>
621             </mediaobject>
622           </informalfigure>
623           <para>
624             This selects which graph elements to show, and, at the
625             bottom, lets you switch between metric and imperial units
626           </para>
627         </section>
628         <section>
629           <title>Statistics</title>
630           <informalfigure>
631             <mediaobject>
632               <imageobject>
633                 <imagedata fileref="telegps-graph-stats.png" width="6in" scalefit="1"/>
634               </imageobject>
635             </mediaobject>
636           </informalfigure>
637           <para>
638             Shows overall data computed from the flight.
639           </para>
640         </section>
641         <section>
642           <title>Map</title>
643           <informalfigure>
644             <mediaobject>
645               <imageobject>
646                 <imagedata fileref="telegps-graph-map.png" width="6in" scalefit="1"/>
647               </imageobject>
648             </mediaobject>
649           </informalfigure>
650           <para>
651             Shows a map of the area overlaid with the GPS track. As with
652             the telemetry monitoring window, you can select the style
653             of map and zoom level using buttons along the side;
654             you can scroll the map by dragging within the map pressing
655             the left button and you can draw a line to measure
656             distances using either the left button with the shift key,
657             or any other button.
658           </para>
659         </section>
660       </section>
661       <section>
662         <title>Export Data</title>
663         <para>
664           This tool takes the raw data files and makes them available for
665           external analysis. When you select this button, you are prompted to 
666           select a data file, which can be either a .eeprom or .telem.
667           The .eeprom files contain higher resolution and more continuous data, 
668           while .telem files contain receiver signal strength information.  
669           Next, a second dialog appears which is used to select
670           where to write the resulting file. It has a selector to choose
671           between CSV and KML file formats.
672         </para>
673         <section>
674           <title>Comma Separated Value Format</title>
675           <para>
676             This is a text file containing the data in a form suitable for
677             import into a spreadsheet or other external data analysis
678             tool. The first few lines of the file contain the version and
679             configuration information from TeleGPS, then
680             there is a single header line which labels all of the
681             fields. All of these lines start with a '#' character which
682             many tools can be configured to skip over.
683           </para>
684           <para>
685             The remaining lines of the file contain the data, with each
686             field separated by a comma and at least one space. All of
687             the sensor values are converted to standard units, with the
688             barometric data reported in both pressure, altitude and
689             height above pad units.
690           </para>
691         </section>
692         <section>
693           <title>Keyhole Markup Language (for Google Earth)</title>
694           <para>
695             This is the format used by Google Earth to provide an overlay 
696             within that application. With this, you can use Google Earth to 
697             see the whole flight path in 3D.
698           </para>
699         </section>
700       </section>
701       <section>
702         <title>Load Maps</title>
703         <informalfigure>
704           <mediaobject>
705             <imageobject>
706               <imagedata fileref="load-maps.png" width="5.2in" scalefit="1"/>
707             </imageobject>
708           </mediaobject>
709         </informalfigure>
710         <para>
711           Before using TeleGPS, you can use Load Maps to load map data
712           in case you don't have access to the internet while
713           receiving telemetry.
714         </para>
715         <para>
716           There's a drop-down menu of rocket launch sites we know
717           about; if your favorites aren't there, please let us know
718           the lat/lon and name of the site. The contents of this list
719           are actually downloaded from our server at run-time, so as
720           new sites are sent in, they'll get automatically added to
721           this list.  If the launch site isn't in the list, you can
722           manually enter the lat/lon values
723         </para>
724         <para>
725           There are four different kinds of maps you can view; you can
726           select which to download by selecting as many as you like from
727           the available types:
728           <variablelist>
729             <varlistentry>
730               <term>Hybrid</term>
731               <listitem>
732                 <para>
733                   A combination of satellite imagery and road data. This
734                   is the default view.
735                 </para>
736               </listitem>
737             </varlistentry>
738             <varlistentry>
739               <term>Satellite</term>
740               <listitem>
741                 <para>
742                   Just the satellite imagery without any annotation.
743                 </para>
744               </listitem>
745             </varlistentry>
746             <varlistentry>
747               <term>Roadmap</term>
748               <listitem>
749                 <para>
750                   Roads, political boundaries and a few geographic features.
751                 </para>
752               </listitem>
753             </varlistentry>
754             <varlistentry>
755               <term>Terrain</term>
756               <listitem>
757                 <para>
758                   Contour intervals and shading that show hills and
759                   valleys.
760                 </para>
761               </listitem>
762             </varlistentry>
763           </variablelist>
764         </para>
765         <para>
766           You can specify the range of zoom levels to download; smaller
767           numbers show more area with less resolution. The default
768           level, 0, shows about 3m/pixel. One zoom level change
769           doubles or halves that number.
770         </para>
771         <para>
772           The Tile Radius value sets how large an area around the center
773           point to download. Each tile is 512x512 pixels, and the
774           'radius' value specifies how many tiles away from the center
775           will be downloaded. Specify a radius of 0 and you get only the
776           center tile. A radius of 1 loads a 3x3 grid, centered on the
777           specified location.
778         </para>
779         <para>
780           Clicking the 'Load Map' button will fetch images from Google
781           Maps; note that Google limits how many images you can fetch at
782           once, so if you load more than one launch site, you may get
783           some gray areas in the map which indicate that Google is tired
784           of sending data to you. Try again later.
785         </para>
786       </section>
787       <section>
788         <title>Preferences</title>
789         <informalfigure>
790           <mediaobject>
791             <imageobject>
792               <imagedata fileref="telegps-preferences.png" width="2.4in" scalefit="1"/>
793             </imageobject>
794           </mediaobject>
795         </informalfigure>
796         <section>
797           <title>Voice Settings</title>
798           <para>
799             AltosUI provides voice announcements during flight so that you
800             can keep your eyes on the sky and still get information about
801             the current flight status. However, sometimes you don't want
802             to hear them.
803           </para>
804           <variablelist>
805             <varlistentry>
806               <term>Enable</term>
807               <listitem>
808                 <para>Turns all voice announcements on and off</para>
809               </listitem>
810             </varlistentry>
811             <varlistentry>
812               <term>Test Voice</term>
813               <listitem>
814                 <para>
815                   Plays a short message allowing you to verify
816                   that the audio system is working and the volume settings
817                   are reasonable
818                 </para>
819               </listitem>
820             </varlistentry>
821           </variablelist>
822         </section>
823         <section>
824           <title>Log Directory</title>
825           <para>
826             AltosUI logs all telemetry data and saves all TeleMetrum flash
827             data to this directory. This directory is also used as the
828             staring point when selecting data files for display or export.
829           </para>
830           <para>
831             Click on the directory name to bring up a directory choosing
832             dialog, select a new directory and click 'Select Directory' to
833             change where AltosUI reads and writes data files.
834           </para>
835         </section>
836         <section>
837           <title>Callsign</title>
838           <para>
839             This value is transmitted in each command packet sent from 
840             TeleDongle and received from an altimeter.  It is not used in 
841             telemetry mode, as the callsign configured in the altimeter board
842             is included in all telemetry packets.  Configure this
843             with the AltosUI operators call sign as needed to comply with
844             your local radio regulations.
845           </para>
846           <para>
847             Note that to successfully command a flight computer over the radio
848             (to configure the altimeter, monitor idle, or fire pyro charges), 
849             the callsign configured here must exactly match the callsign
850             configured in the flight computer.  This matching is case 
851             sensitive.
852           </para>
853         </section>
854         <section>
855           <title>Imperial Units</title>
856           <para>
857             This switches between metric units (meters) and imperial
858             units (feet and miles). This affects the display of values
859             use during flight monitoring, configuration, data graphing
860             and all of the voice announcements. It does not change the
861             units used when exporting to CSV files, those are always
862             produced in metric units.
863           </para>
864         </section>
865         <section>
866           <title>Serial Debug</title>
867           <para>
868             This causes all communication with a connected device to be
869             dumped to the console from which AltosUI was started. If
870             you've started it from an icon or menu entry, the output
871             will simply be discarded. This mode can be useful to debug
872             various serial communication issues.
873           </para>
874         </section>
875         <section>
876           <title>Font Size</title>
877           <para>
878             Selects the set of fonts used in the flight monitor
879             window. Choose between the small, medium and large sets.
880           </para>
881         </section>
882         <section>
883           <title>Look &amp; Feel</title>
884           <para>
885             Adjust the style of the windows. By default, the TeleGPS
886             application attempts to blend in with the native style.
887           </para>
888         </section>
889         <section>
890           <title>Manage Frequencies</title>
891           <para>
892             This brings up a dialog where you can configure the set of
893             frequencies shown in the various frequency menus. You can
894             add as many as you like, or even reconfigure the default
895             set. Changing this list does not affect the frequency
896             settings of any devices, it only changes the set of
897             frequencies shown in the menus.
898           </para>
899         </section>
900       </section>
901       <section>
902         <title>Close</title>
903         <para>
904           This closes the current window, leaving any other windows
905           open and the application running.
906         </para>
907       </section>
908       <section>
909         <title>Exit</title>
910         <para>
911           This closes all TeleGPS windows and terminates the application.
912         </para>
913       </section>
914       <section>
915         <title>Connect Device</title>
916         <para>
917           Selecting this item brings up a dialog box listing all of
918           the connected TeleDongle devices. When you choose one of
919           these, AltosUI will display telemetry data as received by
920           the selected TeleDongle device.
921         </para>
922         <informalfigure>
923           <mediaobject>
924             <imageobject>
925               <imagedata fileref="device-selection.png" width="3.1in"/>
926             </imageobject>
927           </mediaobject>
928         </informalfigure>
929       </section>
930       <section>
931         <title>Disconnect</title>
932         <para>
933           Disconnects the currently connected TeleDongle or TeleBT
934         </para>
935       </section>
936       <section>
937         <title>Scan Channels</title>
938         <para>
939         </para>
940       </section>
941       <section>
942         <title>Download Data</title>
943         <para>
944           
945         </para>
946       </section>
947       <section>
948         <title>Configure Device</title>
949         <para>
950           
951         </para>
952       </section>
953       <section>
954         <title>Flash Device</title>
955         <para>
956           
957         </para>
958       </section>
959     </section>
960   </chapter>
961   <chapter>
962     <title>Technical Information</title>
963     <section>
964       <title>GPS Receiver</title>
965       <para>
966         TeleGPS uses the u-Blox Max-7Q GPS receiver.
967       </para>
968     </section>
969     <section>
970       <title>Micro-controller</title>
971       <para>
972         TeleGPS uses an NXP LPC11U14 micro-controller. This tiny
973         CPU contains 32kB of flash for the application and 4kB of RAM for
974         temporary data storage.
975       </para>
976     </section>
977     <section>
978       <title>Lithium Polymer Battery</title>
979       <para>
980         Shipping restrictions may prevent us from including a battery
981         battery with TeleGPS.
982       </para>
983     </section>
984     <section>
985       <title>Mechanical Considerations</title>
986       <para>
987         TeleGPS is designed to be rugged enough for typical rocketry
988         applications. 
989       </para>
990     </section>
991     <section>
992       <title>On-board data storage</title>
993       <para>
994         TeleGPS has 2MB of non-volatile storage, separate from the
995         code storage memory. The TeleGPS firmware uses this to log
996         information during flight.
997       </para>
998     </section>
999   </chapter>
1000 </book>
1001 <!--  LocalWords:  Altusmetrum TeleGPS
1002 -->