CubeSatSim, the AMSAT CubeSat Simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Alan Johnston 6b3ea217e0
removed directories
7 years ago
afsk Update main.c 7 years ago
ax5043 should be unchanged 7 years ago
cw check tlm each channel 7 years ago
init added more samples, reorganized library, publishing library code 8 years ago
libs added more samples, reorganized library, publishing library code 8 years ago
python initial edit of code from mopower-ups.py 7 years ago
qucs/AX5043_prj Add Quite Universal Circuit Simulator (QUCS) files for the baluns provided in the AX5043 datasheet. 7 years ago
receive added more samples, reorganized library, publishing library code 8 years ago
sandbox added more samples, reorganized library, publishing library code 8 years ago
.gitignore Add AFSK example 8 years ago
Makefile fixed radiocw libax5043 typo 7 years ago
README.md Update README.md 7 years ago

README.md

CubeSatSim

RPi code using the Brandenburg Tech Digital Transceiver https://brandenburgtech.wordpress.com/-

  • cw - Code that sends telemetry in CW (Morse code) using AO-7 format
  • afsk - Code that sends a simple text message in 1k2 AFSK X.25 format

based on DigitalTxRxRP

  • RemoteSystemsTempFiles - used by Eclipse.
  • afsktx - A sample 'C' program that transmits an AFSK modulated signal. It transmits at UHF frequencies because that is the matching network installed on my Digital Transceiver for Raspberry Pi board (even though FSK is typically used at UHF frequencies).
  • ax5043 - Source for a library of functions to communicate with the AX5043 and configure the AX5043.
  • chat - A simple text chat application using the Digital Transceiver for Raspberry Pi.
  • init - A test program that checks to see if the AX5043 can be successfully initialized.
  • libs - Source for third party libraries used by these samples.
  • piglatin - a sample demonstration application that receives some text, converts that text using simple rules of pig Latin, then transmits that text. It demonstrates an extremely trivial "server" or "satellite" responding to commands.
  • receive - a sample application that receives text transmissions and prints them to the screen.
  • sandbox - a folder containing various test code to understand the operation of the AX5043. This folder can safely be ignored.
  • transmit - a sample application that transmits text strings.
  • transmit2freq - A sample application that transmits text strings with the ability to specify the transmission frequency.

Powered by TurnKey Linux.