Skip to content

Flight software for Callisto - the world's first liquid-fueled rocket built by high schoolers

Notifications You must be signed in to change notification settings

CaelusRocketry/full-flight-software

Repository files navigation

Flight Software

New flight software for our projects, written in C++.

First-time setup

First, clone the repository, and move into the directory where it was cloned. Then, install PlatformIO by running

pip install platformio

After that's done, download the PlatformIO IDE extension in VS Code.

If you don't already have it, download the MinGW C++ compiler from here.

Run

pio --version

to make sure that PlatformIO was set up correctly.

Running locally

To run locally, make sure you're in the cpp-flight-software folder, and run

python run.py local

Uploading to a Teensy 3.6

To upload and run the flight software on a Teensy 3.6, make sure you're in the cpp-flight-software folder, and run

python run.py teensy

About

Flight software for Callisto - the world's first liquid-fueled rocket built by high schoolers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages