altosdroid: initial implementation of telemetry logging.
[fw/altos] / doc / release-notes-1.1.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
5 <article>
6   <para>
7     Version 1.1 is a minor release. It provides a few new features in AltosUI
8     and the AltOS firmware and fixes bugs.
9   </para>
10   <para>
11     AltOS Firmware Changes
12     <itemizedlist>
13       <listitem>
14         Add apogee-lockout value. Overrides the apogee detection logic to
15         prevent incorrect apogee charge firing.
16       </listitem>
17       <listitem>
18         Fix a bug where the data reported in telemetry packets was
19         from 320ms ago.
20       </listitem>
21       <listitem>
22         Force the radio frequency to 434.550MHz when the debug clock
23         pin is connected to ground at boot time. This provides a way
24         to talk to a TeleMini which is configured to some unknown frequency.
25       </listitem>
26       <listitem>
27         Provide RSSI values for Monitor Idle mode. This makes it easy to check radio
28         range without needing to go to flight mode.
29       </listitem>
30       <listitem>
31         Fix a bug which caused the old received telemetry packets to
32         be retransmitted over the USB link when the radio was turned
33         off and back on.
34       </listitem>
35     </itemizedlist>
36   </para>
37   <para>
38     AltosUI Changes
39     <itemizedlist>
40       <listitem>
41         Fix a bug that caused GPS ready to happen too quickly. The
42         software was using every telemetry packet to signal new GPS
43         data, which caused GPS ready to be signalled after 10 packets
44         instead of 10 GPS updates.
45       </listitem>
46       <listitem>
47         Fix Google Earth data export to work with recent versions. The
48         google earth file loading code got a lot pickier, requiring
49         some minor white space changes in the export code.
50       </listitem>
51       <listitem>
52         Make the look-n-feel configurable, providing a choice from
53         the available options.
54       </listitem>
55       <listitem>
56         Add an 'Age' element to mark how long since a telemetry packet
57         has been received. Useful to quickly gauge whether
58         communications with the rocket are still active.
59       </listitem>
60       <listitem>
61         Add 'Configure Ground Station' dialog to set the radio
62         frequency used by a particular TeleDongle without having to go
63         through the flight monitor UI.
64       </listitem>
65       <listitem>
66         Add configuration for the new apogee-lockout value. A menu provides a list of
67         reasonable values, or the value can be set by hand.
68       </listitem>
69       <listitem>
70         Changed how flight data are downloaded. Now there's an initial
71         dialog asking which flights to download, and after that
72         finishes, a second dialog comes up asking which flights to delete.
73       </listitem>
74       <listitem>
75         Re-compute time spent in each state for the flight graph; this
76         figures out the actual boost and landing times instead of
77         using the conservative values provide by the flight
78         electronics. This improves the accuracy of the boost
79         acceleration and main descent rate computations.
80       </listitem>
81       <listitem>
82         Make AltosUI run on Mac OS Lion. The default Java heap space
83         was dramatically reduced for this release causing much of the
84         UI to fail randomly. This most often affected the satellite
85         mapping download and displays.
86       </listitem>
87       <listitem>
88         Change how data are displayed in the 'table' tab of the flight
89         monitoring window. This eliminates entries duplicated from the
90         header and adds both current altitude and pad altitude, which
91         are useful in 'Monitor Idle' mode.
92       </listitem>
93       <listitem>
94         Add Imperial units mode to present data in feet instead of
95         meters.
96       </listitem>
97     </itemizedlist>
98   </para>
99 </article>