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 a2153e10f0
Merge pull request #332 from alanbjohnston/beta-extra
1 year ago
afsk Create README.md 5 years ago
ax5043 Update README.md 5 years ago
direwolf Update direwolf-transmit-dtmf-beacon.conf fix 10 # 1 year ago
groundstation move popup 4 years ago
hardware uploading cubesatsim-battery-b1.3.2.2 hardware files 1 year ago
spacecraft Delete FoxTelem Files.zip 5 years ago
spreadsheet Rename readme.txt to readme.md 4 years ago
sstv initial add of two 320x256 images for SSTV transmission 5 years ago
stempayload Update Payload_BME280_MPU6050_AIO.ino another one 2 years ago
systemd Update cubesatsim.service increase to 7% 1 year ago
wav Delete afsk6.wav 5 years ago
.gitignore Update .gitignore added battery_saver 1 year ago
Makefile removed commented out parts 5 years ago
README.md Update README.md 2 years ago
TelemEncoding.c added (int) to remove compiler warning 5 years ago
TelemEncoding.h moving 5 years ago
command Update command add exit 1 year ago
config Update config added space 1 year ago
direwolf-cc.conf Update direwolf-cc.conf added DTMF detection 2 years ago
dtmf_aprs_cc.py Update dtmf_aprs_cc.py add 5# mode 1 year ago
gpl.txt Create gpl.txt 7 years ago
ina219.py Update ina219.py to avoid BrokenPipeError 2 years ago
install Update install changed WiringPi to latest 1 year ago
install.sh adding back in links 5 years ago
log Update log add -c for c&c log 1 year ago
main.c Update main.c change to 9000 for Pi Zero test 1 year ago
main.h Update main.h add tx_freq_hz back 1 year ago
rpitx.py Update rpitx.py sleep 0.5 in mode e 1 year ago
squelch_cc.py Update squelch_cc.py stop rpitx and CubeSatSim before change mode 1 year ago
telem.c Update telem.c added back bus voltage current for V1.2 Sims 2 years ago
update Update update remove dist-upgrades from updates 1 year ago
update.sh adding back in links 5 years ago

README.md

CubeSatSim

This is the beta release for the new CubeSatSim hardware.

The hardware files are here:

https://CubeSatSim.org/hardware-beta

The wiki instructions are here:

https://github.com/alanbjohnston/CubeSatSim/wiki/v1.3.2-0.-Home.

The Bill of Materials (BOM) is here:

https://CubeSatSim.org/bom-beta.

Information about the latest beta software release is here:

https://github.com/alanbjohnston/CubeSatSim/releases

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, Pi Zero W, or Pi Zero 2 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 a Raspberry Pi OS (Rasbian) image (Bullseye or Buster works) 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
  • python3-pip
  • python3-smbus

Disk Image Option Steps

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

Installation Script Option Steps

CubeSatSim runs on the Bullseye or Buster 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 beta

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