X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2Ftelemetrum.xsl;h=70a7869318be95bf1b6726f6cb6b9e4aea5471b9;hp=6e4320e1a4cb5724d7c0f5630924bd746fdc399f;hb=641e76c5d419dab057298541b3a7546877643198;hpb=5f93cf8c73555f43c14b1b0757f264bde69e9b8a diff --git a/doc/telemetrum.xsl b/doc/telemetrum.xsl index 6e4320e1..70a78693 100644 --- a/doc/telemetrum.xsl +++ b/doc/telemetrum.xsl @@ -61,64 +61,63 @@ Specifications - - - Recording altimeter for model rocketry. - + + Recording altimeter for model rocketry. + - - Supports dual deployment (can fire 2 ejection charges). - + + Supports dual deployment (can fire 2 ejection charges). + - - 70cm ham-band transceiver for telemetry downlink. - + + 70cm ham-band transceiver for telemetry downlink. + - - Barometric pressure sensor good to 45k feet MSL. - + + Barometric pressure sensor good to 45k feet MSL. + - - 1-axis high-g accelerometer for motor characterization, capable of - +/- 50g using default part. - + + 1-axis high-g accelerometer for motor characterization, capable of + +/- 50g using default part. + - - On-board, integrated GPS receiver with 5hz update rate capability. - + + On-board, integrated GPS receiver with 5hz update rate capability. + - - On-board 1 megabyte non-volatile memory for flight data storage. - + + On-board 1 megabyte non-volatile memory for flight data storage. + - - USB interface for battery charging, configuration, and data recovery. - + + USB interface for battery charging, configuration, and data recovery. + - - Fully integrated support for LiPo rechargeable batteries. - + + Fully integrated support for LiPo rechargeable batteries. + - - Uses LiPo to fire e-matches, support for optional separate pyro - battery if needed. - + + Uses LiPo to fire e-matches, support for optional separate pyro + battery if needed. + - - 2.75 x 1 inch board designed to fit inside 29mm airframe coupler tube. - + + 2.75 x 1 inch board designed to fit inside 29mm airframe coupler tube. + @@ -223,9 +222,45 @@ Operation - - Placeholder. - +
+ Radio Link + + The chip our boards are based on incorporates an RF transceiver, but + it's not a full duplex system... each end can only be transmitting or + receiving at any given moment. So we have to decide how to manage the + link... + + + By design, TeleMetrum firmware listens for an RF connection when + it's in "idle mode" (turned on while the rocket is horizontal), which + allows us to use the RF link to configure the rocket, do things like + ejection tests, and extract data after a flight without having to + crack open the airframe. However, when the board is in "flight + mode" (turned on when the rocket is vertical) the TeleMetrum only + transmits and doesn't listen at all. That's because we want to put + ultimate priority on event detection and getting telemetry out of + the rocket and out over + the RF link in case the rocket crashes and we aren't able to extract + data later... + + + We don't use a 'normal packet radio' mode because they're just too + inefficient. GFSK is just FSK with the baseband pulses passed through a + Gaussian filter before they go into the modulator to limit the + transmitted bandwidth. When combined with the hardware forward error + correction support in the cc1111 chip, this allows us to have a very + robust 38.4 kilobit data link with only 10 milliwatts of transmit power, + a whip antenna in the rocket, and a hand-held Yagi on the ground. We've + had a test flight above 12k AGL with good reception, and my calculations + say we should be good to 40k AGL or more with just a 5-element yagi on + the ground. I expect to push 30k with a 54mm minimum airframe I'm + working on now, so we'll hopefully have further practical confirmation + of our link margin in a few months. + + + Placeholder. + +
Using Altus Metrum Products @@ -312,11 +347,11 @@ The best hand-held commercial directional antennas we've found for radio direction finding rockets are from - - Arrow Antennas. - -The 440-3 and 440-5 are both good choices for finding a -TeleMetrum-equipped rocket when used with a suitable 70cm HT. + + Arrow Antennas. + + The 440-3 and 440-5 are both good choices for finding a + TeleMetrum-equipped rocket when used with a suitable 70cm HT.