communication:satellite
This is an old revision of the document!
Table of Contents
Satellite Balloon Telemetry
Satellite communications allows over-the-horizon communications with your balloon, and sometimes two-way communications. Satellite modems are radios that directly communicate with data communication satellites.
Satellite Providers
Several different networks of satellites exist, relevant ones are:
- Iridium
- Orbcomm
- Globalstar
Satellite Systems
Iridium
- + Full global coverage, continuous service pole to pole
- + Inexpensive service
- + Inexpensive components to build trackers
- RockBlock, Iridium 9602 Modem + Power and USB-Serial PCB - This is recommended over the bare modem
Orbcomm
- - Significant length service dropouts regularly due to missing satellites
- + Two-way data
- + Inexpensive modem available: Digi m10 ~$150US ~115€
- m10 has high power consumption - up to 12 milliwatt-hours per message session
- - Radio Frequency is VHF, requiring a VERY large heavy antenna
- - Very complex binary serial protocol
- - The primary messaging method uses live relay to ground station, requiring that the satellite passing overhead be able to see your modem AND the Orbcomm ground station at the same time
- - Difficult to obtain service for single modems
Globalstar
- - Coverage only near continents, not over much ocean
- - One-way data only - “modem –> internet”
- + Many cheap consumer devices available
Using Satellite Modems via Microcontrollers
Dan's Iridium AVR Controller
- Makes the Iridium 9602 and 9603 modems easy to use
- Queues telemetry messages so you don't have to!
- Arduino/C/C++, on Arduino Mega 2560, or Wiring ATmega1281 boards.
- This will run on a standalone ATMega chip, and your main flight computer will send messages by I2C or serial to/from this chip.
- Fully implemented Iridium transmit retry algorithm means you won't get service cut off or disturb others.
- Interactive setup and commands accessed by serial terminal
WhiteStar ORBCOMM Controller
Basic Digi m10 satellite modem interface functions work fine, use to build more complex messaging code on. THIS IS NOT FUNCTIONAL FOR FLIGHT AS-IS. We stopped this development due to the failure to get a large lightweight ORBCOMM antenna built.
- Arduino (0023 IDE), FIO board
communication/satellite.1354054765.txt.gz · Last modified: 2012/11/27 22:19 by dan-k2vol