Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

CubeSat-Polaris/firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CubeSat Firmware

Important

This is a very early work in progress. The code is not yet functional.

This repository contains the firmware for the CubeSat project. It is Rust-based, using the Embassy framework and runs on an RP2350 microcontroller.

Running the firmware

Dependencies:

  • Rust/Cargo
  • probe-rs
    • As of writing, the RP235x support has only been merged 3 hours ago (!) and a release has not been published yet, therefore use the following command to install it: cargo install probe-rs-tools --locked --force --git https://github.com/probe-rs/probe-rs --rev b2562d9b9bfba8fc6c690eff9d7cb565c777041d

To run:

cargo run --release

To debug it, there is a launch.json file in the .vscode directory. You can use it to debug the code on the RP2350 with full breakpoint debugging support.

About

Contains the firmware for the CubeSat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages