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
alanbjohnston 2f345d8144
changed to continuous_main.c (no change to .h files)
7 years ago
RemoteSystemsTempFiles added more samples, reorganized library, publishing library code 8 years ago
afsk Adding my copy of AFSK 1200 X.25 7 years ago
afsktx Correct issue copying source address 7 years ago
ax5043 Add AFSK example 8 years ago
chat added more samples, reorganized library, publishing library code 8 years ago
cw changed to continuous_main.c (no change to .h files) 7 years ago
init added more samples, reorganized library, publishing library code 8 years ago
kicad Add KiCad design files for DigitalTxRxRPi 7 years ago
libs added more samples, reorganized library, publishing library code 8 years ago
piglatin added more samples, reorganized library, publishing library code 8 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
transmit added more samples, reorganized library, publishing library code 8 years ago
transmit2freq added more samples, reorganized library, publishing library code 8 years ago
.gitignore Add AFSK example 8 years ago
Makefile added radiocw 7 years ago
README.md Update the README.md to describe the folders 7 years ago

README.md

DigitalTxRxRPi

  • 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.