All Projects → alanbjohnston → CubeSatSim

alanbjohnston / CubeSatSim

Licence: other
CubeSatSim, the AMSAT CubeSat Simulator

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to CubeSatSim

HAMRadio
How-To and Wiki pages for PW-Sat2 Ground Segment equipment and software dedicated for radio amateurs.
Stars: ✭ 21 (-89.55%)
Mutual labels:  satellite, cubesat, hamradio
aprs-weather-submit
Manually submit weather station information to the APRS-IS network.
Stars: ✭ 17 (-91.54%)
Mutual labels:  ham-radio, hamradio
aprscot
aprscot - APRS to Cursor On Target Gateway.
Stars: ✭ 25 (-87.56%)
Mutual labels:  ham-radio, hamradio
kubos-old
An open source platform for satellites
Stars: ✭ 68 (-66.17%)
Mutual labels:  satellite, cubesat
Cubium
🛰️ Minimalist software system for CubeSats and high-altitude balloon systems
Stars: ✭ 31 (-84.58%)
Mutual labels:  satellites, cubesat
gr-quetzal1
This repository includes the UHF specifications for Quetzal-1, information on demodulating and decoding beacons from the satellite, as well as a graphical application to view beacon data.
Stars: ✭ 19 (-90.55%)
Mutual labels:  satellites, cubesat
hftrx
Embedded firmware for ham radio transceivers
Stars: ✭ 27 (-86.57%)
Mutual labels:  ham-radio, hamradio
spacelab
SpaceLab Organization Info
Stars: ✭ 14 (-93.03%)
Mutual labels:  satellites, cubesat
trusat-frontend
The React codebase for space-sustainability tool TruSat
Stars: ✭ 31 (-84.58%)
Mutual labels:  satellite, satellites
Picosat Horus
Desenvolvimento e produção de um picossatélite para realizações de medições atmosféricas e envio de telemetria por RF.
Stars: ✭ 26 (-87.06%)
Mutual labels:  satellite, cubesat
Mercury-GS
An Open Source Program that allows users to interact with a Spacecraft in a lab environment, pre-launch.
Stars: ✭ 18 (-91.04%)
Mutual labels:  satellite, cubesat
pyhamtools
A Library with Amateur Radio specific Functions and Methods
Stars: ✭ 71 (-64.68%)
Mutual labels:  ham-radio, hamradio
PWSat2OBC
Source code of the PW-Sat2 On Board Computer (OBC) software.
Stars: ✭ 53 (-73.63%)
Mutual labels:  satellite, cubesat
obdh2
On-Board Data Handling Module 2
Stars: ✭ 12 (-94.03%)
Mutual labels:  satellite, cubesat
Satellitesimulator
🚀 A simple Qt/OpenGL satellite orbit simulator
Stars: ✭ 28 (-86.07%)
Mutual labels:  simulator, satellite
Elfi
ELFI - Engine for Likelihood-Free Inference
Stars: ✭ 208 (+3.48%)
Mutual labels:  simulator
SS3D
Space Station 3D, another remake of SS13, but with an extra D.
Stars: ✭ 180 (-10.45%)
Mutual labels:  simulator
Survivor
Toolset for SV simulation, comparison and filtering
Stars: ✭ 180 (-10.45%)
Mutual labels:  simulator
Veins
Veins - The open source vehicular network simulation framework.
Stars: ✭ 173 (-13.93%)
Mutual labels:  simulator
yates
YATES (Yet Another Traffic Engineering System)
Stars: ✭ 46 (-77.11%)
Mutual labels:  simulator

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, 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/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 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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].