updates to reflect decision decision to replace PIC with AVR parts
[web/altusmetrum] / TeleTerra / index.mdwn
1 # TeleTerra
2
3 This is a hand-held ground station for [TeleMetrum](../TeleMetrum/).
4
5 ## Motivation ##
6
7 While it is possible to use a partially (or fully!) loaded 
8 [TeleMetrum](../TeleMetrum/) board as a USB to RF interface, we think 
9 it would be cool to have a nice hand-held ground station we can use in
10 full sunlight on the flight line.  If it can help locate the rocket and is
11 easy to carry during recovery operations, so much the better!
12
13 ## Features ##
14
15 ### User View ###
16
17 * Hand-held unit about the size of a calculator with 4 line 20 character LCD
18 * Antenna for the telemetry stream from [TeleMetrum](../TeleMetrum/)
19 * Integrated GPS receiver core to allow display of current user position,
20 and relative position of GPS-equipped rockets
21 * Integrated rechargable battery
22 * USB interface for configuration and power 
23
24 ### Developer View ###
25
26 * Single circuit board
27         * equivalent of a [TeleMetrum](../TeleMetrum/) less the sensors
28         * [Atmel ATtiny48](http://www.atmel.com/dyn/products/product_card_v2.asp?PN=ATtiny48) used as an I/O expander
29         * 4 line, 20 character transreflective text LCD display
30         * "joystick" switch for user inputs
31 * LiPo battery
32 * Software Features (planned)
33         * [AltOS](../AltOS) for the cc1111 and simple C for the AVR
34 * Tools Used
35         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
36 * Licenses
37         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
38         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
39
40 ## Problems ##
41
42 None yet!
43
44 ## Artifacts ##
45
46 A tentative schematic exists at
47 [git.gag.com](http://git.gag.com) in the project
48 [hw/teleterra](http://git.gag.com/?p=hw/teleterra;a=summary).