automatic index generation
[web/altusmetrum] / TeleTerra / index.mdwn
1 # TeleTerra
2
3 This is a hand-held ground station for [TeleMetrum](../TeleMetrum/).
4
5 <img src="v0.1/teleterra.jpg">
6
7 ## Motivation ##
8
9 While using a [TeleDongle](../TeleDongle/) board as a USB to RF interface to 
10 a notebook computer works splendidly, we think it would be cool to have a 
11 nice hand-held ground station we can use in full sunlight on the flight line.
12 If it can help locate the rocket and is
13 easy to carry during recovery operations, so much the better!
14
15 ## Features ##
16
17 ### User View ###
18
19 * Hand-held unit about the size of a calculator 
20 * 4 line by 20 character text LCD
21 * "joyswitch" for user input (up, down, left, right, push)
22 * Antenna connector for the telemetry stream from [TeleMetrum](../TeleMetrum/)
23 * Integrated GPS receiver and antenna to allow display of current user 
24   position, and relative position of GPS-equipped rockets
25 * Audio amplifier and speaker for voice status updates
26 * Integrated rechargable battery
27 * USB interface for configuration, power, and flight log extraction
28
29 ### Developer View ###
30
31 * Single circuit board
32         * equivalent of a [TeleMetrum](../TeleMetrum/) less the sensors
33         * [Atmel ATtiny48](http://www.atmel.com/dyn/products/product_card_v2.asp?PN=ATtiny48) used as an I/O expander
34         * 4 line, 20 character transreflective text LCD display
35         * multi-directional switch for user inputs
36 * 2Ah LiPo battery for all-day use
37 * Software Features (planned)
38         * [AltOS](../AltOS) for the cc1111 and simple C for the AVR
39 * Tools Used
40         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
41 * Licenses
42         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
43         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
44
45 ## Problems ##
46
47 None yet!
48
49 ## Artifacts ##
50
51 Schematics and PCB artwork exist at
52 [git.gag.com](http://git.gag.com) in the project
53 [hw/teleterra](http://git.gag.com/?p=hw/teleterra;a=summary).  
54
55 ## Future Plans ##
56
57 As of 23 October 2010, v0.1 circuit boards and a matching paste mask are 
58 out for fab.  With any luck, we hope to have a couple prototypes working by
59 the end of calendar 2010.
60