diff options
author | Keith Packard <keithp@keithp.com> | 2015-10-31 21:34:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-11-01 06:02:14 -0800 |
commit | ce297f14ff54d230d01fb6dedaafca571e8b836b (patch) | |
tree | 60f23cba6be2e6265f8e2b51df6785e1721d85ff /doc/telegps-specs.inc | |
parent | 9aed128dc0aab5d49e1b3264c864a6c3e929bffe (diff) |
doc: Finish converting docs to asciidoc format
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/telegps-specs.inc')
-rw-r--r-- | doc/telegps-specs.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/telegps-specs.inc b/doc/telegps-specs.inc new file mode 100644 index 00000000..6ff8c76f --- /dev/null +++ b/doc/telegps-specs.inc @@ -0,0 +1,29 @@ +[appendix] +== Technical Information + + === GPS Receiver + + TeleGPS uses the u-Blox Max-7Q GPS receiver. + + === Micro-controller + + TeleGPS uses an NXP LPC11U14 micro-controller. This + tiny CPU contains 32kB of flash for the application + and 4kB of RAM for temporary data storage. + + === Lithium Polymer Battery + + Shipping restrictions may prevent us from including a + battery battery with TeleGPS. + + === Mechanical Considerations + + TeleGPS is designed to be rugged enough for typical + rocketry applications. The 4 mounting holes on the + board are sized for use with 4-40 or M3 screws. + + === On-board data storage + + TeleGPS has 2MB of non-volatile storage, separate from + the code storage memory. The TeleGPS firmware uses + this to log information during flight. |