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 8a5d446e9d
Update README.md
7 years ago
afsk boot autorun working with sleep 7 years ago
ax5043 reset back to default from library 7 years ago
cw Delete cw_main.c.no_thread 7 years ago
documentation Create readme.txt 7 years ago
kicad vB2 PCB Submitted to PCB Way 7 years ago
libs added more samples, reorganized library, publishing library code 8 years ago
python Added I2C bus selection 7 years ago
spreadsheet Update readme.txt 7 years ago
systemd Update README.md 7 years ago
wav Additional WAV files with tilt and speed differences 7 years ago
.gitignore Add AFSK example 8 years ago
Makefile removed afsktx 7 years ago
README.md Update README.md 7 years ago
afsk.wav resync 7 years ago
cw.wav resync 7 years ago
demo.sh no more sleep 7 years ago
gpl.txt Create gpl.txt 7 years ago
radio.afsk binaries for CW and AFSK telemetry for demo 7 years ago
radio.cw cw spacing cleanup 7 years ago
radio.cw.once resync 7 years ago

README.md

CubeSatSim

See the Wiki for more details. To build and run the software on a Raspberry Pi 3B, 3B+, or Pi Zero W:

git clone http://github.com/alanbjohnston/CubeSatSim.git

cd CubeSatSim

make rebuild

To hear CW telemetry (Morse code), tune your radio or SDR to 435.297 MHz and enter:

./radiocw

To stop, Ctrl-C. To hear AFSK telemetry (X.25 data), your radio or SDR to 440.389 MHz FM, and you should receive telemetry from the CubeSat Sim:

./radioafsk

This code uses the Brandenburg Tech Digital Transceiver, based on DigitalTxRxRP https://brandenburgtech.wordpress.com/-

  • cw - Code that sends telemetry in CW (Morse code) using AO-7 format
  • afsk - Code that sends telemetry in 1k2 AFSK X.25 format
  • ax5043 - Source for a library of functions to communicate with the AX5043 and configure the AX5043.
  • libs - External libraries
  • python - Python code for reading I2C sensors for current and temperature
  • spreadsheet - Spreadsheets and macros for analyzing the Simulator telemetry
  • wav - Wave audio files of CW or AFSK telemetry for listening or transmitting usng a CubeSat Simulator Lite

See the Wiki for more details

Powered by TurnKey Linux.