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 53a05e66e9
Update pacsatsim.sh add pacsatsim-d.sh and rpitx
2 months ago
afsk
ax5043
direwolf Create direwolf-pacsatsim-jp14-loop.conf 2 months ago
groundstation Update pacsat.sh added rpitx transmit and direwolf 2 months ago
hardware Update README.md 1 year ago
spacecraft Update CubeSatSim_rttelemetry.csv 11 months ago
spreadsheet
sstv
stempayload Update README.md 1 year ago
systemd Create pacsatsim.service 1 year ago
wav
.gitignore Update .gitignore added battery_saver 1 year ago
Makefile
README.md Update README.md 10 months ago
TelemEncoding.c
TelemEncoding.h
command Update command add -P+ -D1 1 year ago
config Update config fix sed 11 months ago
direwolf-cc.conf Update direwolf-cc.conf add other params 1 year ago
dtmf_aprs_cc.py Update dtmf_aprs_cc.py add support for Transmit Commands mode n 1 year ago
gpl.txt
ina219.py
install Update install changed from W3ZM to AMSAT 11 months ago
install.sh
log Update log journalctl -af for real-time log 1 year ago
main.c Update main.c added PACSATGND 1 year ago
main.h Update main.h added PACSATGND 1 year ago
pacsat-test.sh Update pacsat-test.sh add fm 10 months ago
pacsatsim-d.sh Update pacsatsim-d.sh fix filename 2 months ago
pacsatsim-dj.sh Update pacsatsim-dj.sh changed pacsatsim to half duplex 2 months ago
pacsatsim-djf.sh Update pacsatsim-djf.sh revert 2 months ago
pacsatsim.sh Update pacsatsim.sh add pacsatsim-d.sh and rpitx 2 months ago
squelch_cc.py Update squelch_cc.py stop rpitx and CubeSatSim before change mode 1 year ago
telem.c Update telem.c changed BUS to BAT2 1 year ago
transmit.py Update transmit.py fixed CARD=Device 12 months ago
update Update update add GPIO to pi user 1 year ago
update.sh

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

The three custom PCBs are the Main, Battery and Solar boards. Information including schematics and gerbers is in https://CubeSatSim.org/hardware

cubesatsim-main-v2 0 1_top cubesatsim-battery-v2 0_top cubesatsim-solar-v2 0_top

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(TM) 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/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.

Note: CubeSatSim expects to be installed as the pi user and references many paths in /home/pi/*. Installing as a different user will result in configuration files not saving along with many other issues.

To get the software follow these steps:

sudo apt-get update

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.