UKHAS Wiki

UK High Altitude Society

User Tools

Site Tools


communication:satellite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
communication:satellite [2012/11/27 21:28] – created dan-k2volcommunication:satellite [2012/11/27 22:40] (current) – Added personal locator hacking dan-k2vol
Line 1: Line 1:
 ====== Satellite Balloon Telemetry ====== ====== 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 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.  Some consumer tracking products will work as-is when flown on a balloon, but most fail to function above a certain altitude limit.   
 + 
 +For most projects, ready-made circuit boards for the modems with power and antenna hardware are recommended by those experienced with trying to make DIY satellite modem PCBs (-Dan Bowen, White Star).  Bare satellite data modems have very strict power quality and antenna requirements, thus PCB development requires a lot of circuit calculation or many trial-and-error revisions.  Testing hardware becomes cost prohibitive because you are usually charged by the message.   
 + 
 +Due to the small size and low cost, most satellite modems typically have complex command sequences and communication protocols, are usually unable to deal with storing messages and retrying transmissions as would be desired on balloon systems.  The code to communicate with the modem may require the use of state machines, external message storage chips, and interrupts to avoid data loss.   
 + 
 +Some existing microcontroller satellite modem control software are listed below that can help in your development, or just do the job for you.  
 ===== Satellite Providers ===== ===== Satellite Providers =====
 Several different networks of satellites exist, relevant ones are: Several different networks of satellites exist, relevant ones are:
Line 9: Line 15:
   * Globalstar   * Globalstar
  
-===== Commercial Trackers ===== 
  
- +===== Satellite Systems =====
-===== Developing a custom tracker ===== +
- +
- +
-===== System Capabilities =====+
 ==== Iridium ==== ==== Iridium ====
   * + Full global coverage, continuous service pole to pole   * + Full global coverage, continuous service pole to pole
Line 38: Line 39:
   * + Many cheap consumer devices available   * + Many cheap consumer devices available
     * [[http://international.findmespot.com/|FindMeSpot Position Tracker]]     * [[http://international.findmespot.com/|FindMeSpot Position Tracker]]
 +
 +===== Satellite Modem Controller Software =====
 +====Dan's Iridium AVR Controller====
 +[[https://github.com/steamfire/Iridium-AVR-Controller|Project Page on github]]
 +    * 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.
 +  * [[https://github.com/whitestarballoon/Com-Controller/tags|Zip file of code]]
 +  * [[https://github.com/whitestarballoon/Com-Controller/tree/c722d5a9ac7fdf18eb25c54c25ea8b630da4099e|Github commit to fork from]]
 +  * Arduino (0023 IDE), FIO board
 +
 +
 +===== Modifying Consumer Personal Locator Trackers =====
 +  * [[http://natrium42.com/projects/spot/|Hacking the FindMeSPOT to accept external telemetry]]
 +  * [[http://travisgoodspeed.blogspot.com/2011/12/introduction-to-bluetooth-rfcomm.html|Hacking the SPOTConnect]]
 +
  
communication/satellite.1354051717.txt.gz · Last modified: 2012/11/27 21:28 by dan-k2vol

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki