new designs, not yet to prototype stage
[web/altusmetrum] / TeleNano / index.mdwn
1 # TeleNano
2
3 This is an extremely small, baro-only recording altimeter for 
4 high power model rocketry with integrated telemetry link.  
5
6 ## Motivation ##
7
8 We hope with TeleNano to deliver an interesting "introductory" product 
9 in a different price category than our flagship products like 
10 [TeleMetrum](../TeleMetrum).  The combination of a baro altimeter and
11 radio direction finding ability in a super-tiny package seems like it
12 might be fun even for [Estes](http://www.estesrockets.com/) sized rockets!
13
14 ## Features ##
15
16 ### User View ###
17
18 * Recording altimeter for model rocketry
19 * 70cm ham-band transceiver for telemetry downlink
20 * Barometric pressure sensor good to 45k feet MSL
21 * Designed to use a single LiPo rechargeable battery
22 * 1.0 x 0.5 inch board designed to fit inside 18mm airframe coupler tube
23
24 ### Developer View ###
25
26 * Hardware Features
27         * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
28                 * Sub-1Ghz transceiver
29                 * 8051 MCU
30                 * 32k Flash
31                 * 4k RAM
32                 * USB 2.0
33                 * 6 12-bit analog inputs (11 bits with single-ended sensors)
34                 * 2 channels of serial I/O
35                 * digital I/O
36         * [Freescale MP3H6115A](http://www.freescale.com/webapp/search.partparamdetail.framework?PART_NUMBER=MP3H6115A6U) pressure sensor
37 * Software Features
38         * Written mostly in C with some 8051 assembler
39         * Runs from on-chip flash, uses on-chip RAM, stores flight data to
40                 upper blocks of on-chip flash
41 * Tools Used
42         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
43         * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
44 * Licenses
45         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
46         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
47
48 ## Artifacts ##
49
50 The design files can be found on [git.gag.com](http://git.gag.com) in the 
51 project [hw/telenano](http://git.gag.com/?p=hw/telenano;a=summary).  
52
53 ## Future Plans ##
54
55 We need to build and evaluate some prototypes, and review costing, before 
56 deciding whether this design will go into production.