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 44561a7e23
creates symbolic links with .sh
5 years ago
afsk changed to python3 -u 5 years ago
arduino Merge branch 'dev' into dev-py-test-min 5 years ago
ax5043 Added AX-5043 register documentation URL 7 years ago
cw tx_freq_hz sets frequency and tx_channel sets channel -50k step 7 years ago
groundstation fixed typo 5 years ago
hardware Update README.md 5 years ago
kicad Update README.md 6 years ago
libs added more samples, reorganized library, publishing library code 8 years ago
openwrt Delete tl_tcp 7 years ago
python comment out print 5 years ago
spacecraft Update CubeSatSim_rttelemetry.csv 5 years ago
spreadsheet Update readme.txt 6 years ago
sstv initial add of two 320x256 images for SSTV transmission 5 years ago
systemd Try 5% 5 years ago
wav added PD120 SSTV audio file generated with MMSSTV and Audacity 5 years ago
.gitignore Add AFSK example 8 years ago
Makefile changed radioafsk to cubesatsim 5 years ago
README.md Update README.md 5 years ago
afsk.wav resync 7 years ago
amsat_logo_iq.wav initial add 6 years ago
config removed no changes echo 5 years ago
cw.wav resync 7 years ago
demo.sh changed radioafsk to cubesatsim 5 years ago
gpl.txt Create gpl.txt 7 years ago
install fixed read for reboot 5 years ago
install.sh creates symbolic links with .sh 5 years ago
log Initial log file script 5 years ago
rpitx.py changed camera image to CubeSatSim 5 years ago
rpitx.sh changed from python to python3 5 years ago
update Update update 5 years ago
update.sh creates symbolic links with .sh 5 years ago

README.md

CubeSatSim

The CubeSat Simulator https://github.com/alanbjohnston/CubeSatSim/wiki is a low cost satellite emulator that runs on solar panels and batteries, transmits UHF radio telemetry, has a 3D printed frame, and can be extended by additional sensors and modules. This project is sponsored by the not-for-profit Radio Amateur Satellite Corporation, AMSAT®.

There are several hardware versions and software branches to go with them - see below for information.

See the Wiki Software Install page for more details: https://github.com/alanbjohnston/CubeSatSim/wiki/2.-Software-Install. The software runs on any Raspberry Pi including the Raspberry Pi 4B, 3B, 3B+, Pi Zero or Pi Zero W.

There are two ways to get the CubeSatSim software for your Pi.

One option is to download the disk image file and write it to a 16GB micro SD card or larger. The image is based on Raspberry Pi OS (Rasbian) Lite, dated December 2020. All software is installed, you just need to login to change your password and set your amateur radio callsign if you have one. You can run the ./update.sh script to update all packages and update and compile the latest CubeSatSim software.

The other option is to start with any Raspberry Pi OS (Rasbian) image and run the installation script ./install.sh which will install and compile all the related software. This includes the following packages:

  • wiringpi
  • git
  • libasound2-dev
  • pi-power-button
  • Direwolf
  • rpitx
  • cpulimit
  • python3-pip
  • python-smbus

Disk Image Option Steps

See the Wiki Software Install page for details: https://github.com/alanbjohnston/CubeSatSim/wiki/2.-Software-Install.

Installation Script Option Steps

CubeSatSim runs on any version of Raspberry Pi OS (Desktop or Lite), although a Pi Zero or Pi Zero W should only run Lite. Your Pi will need to have internet access to update settings and install packages.

To get the software follow these steps:

sudo apt-get install -y git

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

cd CubeSatSim

git checkout master

You are now ready to install the software using this script in the CubeSatSim directory:

./install

The installation script will run for quite a while. You will get prompted for your amateur radio callsign in all capitals, if you have one. If you don't you can put some other word which will be transmitted as a CW ID. You will also be prompted for your latitude and longitude for APRS packets. The script will prompt you if you want to modify /boot/config.txt file. Type a y and the script will complete. You will need to reboot.

See the Wiki for more details about the CubeSatSim https://github.com/alanbjohnston/CubeSatSim/wiki

Older Versions

There are several versions of the hardware and software to go with them:

Powered by TurnKey Linux.