Skip to content

Serra-Rocketry/flight-computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avionics - Onboard Computer

Version Date Status

🚧 Development Notice

The V1 flight computer architecture has reached End of Life (EOL) and is preserved for historical reference.

Active development is ongoing for V2, featuring a new architecture based on FreeRTOS and Finite State Machines, on the dev-2026 branch.

Onboard computer (OBC) for the SR21000 rocket of the Serra Rocketry rocket modeling team. An embedded system that monitors altitude, velocity and GPS position, and autonomously controls parachute deployment during flight.

Overview

  • Real-time monitoring of altitude, velocity and GPS position
  • LoRa communication with the operational base
  • Telemetry storage in CSV format
  • Automatic servo control for parachute opening
  • Web interface for accessing stored data

Directory Structure

firmware/       Main onboard computer code
test/           Unit tests of individual components
extras/         Support code and experimentation
hardware/       Schematics, PCB and component list
docs/           Detailed documentation (software and hardware)

Documentation

Getting Started

⚠️ This section applies only to the V1 (LASC 2025) firmware.

The V2 system uses a different architecture and toolchain.

  1. Open firmware/firmware.ino in Arduino IDE
  2. Install required libraries
  3. Configure COM port and ESP32 board
  4. Upload to microcontroller

Repository Structure

  • main
    Legacy V1 flight computer (LASC 2025) – frozen and released.

  • dev-2026
    Active development branch for the V2 flight computer architecture.

  • Releases / Tags

    • v1.0.0-LASC2025: Final V1 flight firmware (SR21000 mission).

License

Project by Serra Rocketry - Rocket Modeling Team at IPRJ/UERJ

About

[Telemetry] Onboard flight computer for rocket avionics.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors