add pdf artifacts for TeleGPS v2.0, create TeleGPS hsitory page
[web/altusmetrum] / TeleGPS / history.mdwn
1 [[!meta title="TeleGPS History"]]
2 # TeleGPS v1.0
3
4 These are photos of production version 1.0:
5
6 <a href="v1.0/telegps-v1.0-top.jpg"> <img src="v1.0/telegps-v1.0-top-thumb.jpg"></a>
7 <a href="v1.0/telegps-v1.0-bottom.jpg"> <img src="v1.0/telegps-v1.0-bottom-thumb.jpg"></a>
8
9 These early boards used a different processor, a transmit-only radio chip,
10 and had a few other minor differences from current boards.
11
12 ## Features ##
13
14 ### User View ###
15
16 * GPS tracker and logger
17 * Offers custom digital telemetry, APRS and direction beacons
18 * 16mW transmit power
19 * High-dynamics GPS receiver for accurate tracking
20 * Uses 3.7V Lithium Polymer battery.
21 * 1.5 x 1.0 inch board designed to fit inside 29mm airframe coupler tube
22 * 2MB on-board data logging flash
23 * Built-in USB connection for configuration, data download and battery charging
24 * 12.3g flight weight (including antenna, excluding any battery)
25
26 ### Developer View ###
27
28 * Hardware Features
29         * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip
30                 * ARM Cortex-M0 MCU
31                 * 32k Flash
32                 * 6k RAM
33                 * USB 2.0
34                 * 8 12-bit analog inputs
35                 * I2C, SPI, async serial
36                 * digital I/O
37         * [uBlox Max 7Q](http://www.u-blox.com/en/gps-modules/pvt-modules/max-7.html) GPS receiver
38         * [TI CC115L](http://www.ti.com/product/cc115L) 70cm transmitter
39         * Built-in USB data download and battery charger connection
40         * 2MB SPI flash
41 * Software Features
42         * Written mostly in C with some ARM assembler
43         * Runs from on-chip flash, uses on-chip RAM, stores tracking data to
44                 flash memory part
45 * Tools Used
46         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
47         * [GCC](http://gcc.gnu.org/) compiler and source debugger
48 * Licenses
49         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
50         * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
51
52 ## Artifacts ##
53
54 There is a single manual for TeleGPS and all other Altus Metrum products,
55 which is available in [html](../AltOS/doc/altusmetrum.html) and 
56 [pdf](../AltOS/doc/altusmetrum.pdf) formats.
57
58 The hardware design files can be found on [git.gag.com](http://git.gag.com) 
59 in the project [hw/telegps](http://git.gag.com/?p=hw/telegps;a=summary).  
60