add a page describing TeleBT
[web/altusmetrum] / TeleBT / index.mdwn
1 # TeleBT
2
3 TeleBT provides the equivalent of a [TeleDongle](../TeleDongle), with
4 the addition of [Bluetooth](http://www.bluetooth.com) as an alternative to
5 USB for connection to the ground station computer.
6
7 The RF filter components are set for use in the vicinity of 435 Mhz.
8
9 For the latest TeleBT firmware and related software, please
10 visit the [AltOS](../AltOS) page on this site.
11
12 ## Features ##
13
14 ### User View ###
15
16 * 70cm ham-band transceiver compatible with [Altus Metrum](../) products,
17   programmed for 38k4 GFSK data rate with forward error correction
18 * micro USB interface
19 * 4 pin Tyco MicroMaTch connector for debug and flash programming
20 * 8 pin Tyco MicroMaTch connector supports serial or SPI interface
21 * 900mAh LiPo battery charged via USB 
22
23 ### Developer View ###
24
25 * [TI CC1111F32](http://focus.ti.com/docs/prod/folders/print/cc1111f32.html) Low Power RF System-on-Chip
26         * Sub-1Ghz transceiver
27         * 8051 MCU
28         * 32k Flash
29         * 4k RAM
30         * USB 2.0
31         * 6 12-bit analog inputs (11 bits with single-ended sensors)
32         * 2 channels of serial I/O
33         * digital I/O
34         * interfaced to Arduino via async serial plus two handshake pins
35 * Raycom Bluetooth module interfaced to the CC1111 via async serial
36 * 150mA 3.3V LDO regulator
37         * input and output appear on 8-pin companion connector
38 * Software Features
39         * Written mostly in C with some 8051 assembler
40         * Runs from on-chip flash, uses on-chip RAM
41         * USB serial emulation for data interface
42 * Tools Used
43         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
44         * [SDCC](http://sdcc.sourceforge.net/) compiler and source debugger
45 * Licenses
46         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
47         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
48
49 ## Artifacts ##
50
51 There is a single manual for all Altus Metrum products,
52 which is available in [html](../AltOS/doc/altusmetrum.html) and 
53 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
54
55 The hardware design current gEDA files are available from 
56 [git.gag.com](http://git.gag.com) in the project 
57 [hw/teleshield](http://git.gag.com/?p=hw/telebt;a=summary).  
58
59 ## Future Plans ##
60
61 Two prototype versions have been built with different physical form factors,
62 v0.2 could be put into production at any time.