Skip to content

spacelab-ufsc/obdh2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ON-BOARD DATA HANDLING 2.0

On-board computer module designed and developed by SpaceLab.

GitHub release (latest by date) GitHub commits since latest release (by date) GitHub last commit GitHub issues GitHub contributors

OverviewRepository OrganizarionLicenseReleasesNotes

Overview

The SpaceLab OBDH2 (On-Board Data Handling 2.0) is one of the service modules developed for FloripaSat-2 Cubesat Mission. The OBDH2 is responsible to synchronize actions and the data flow between other modules (ie. EPS, Payloads) and the Earth segment. It packs the generated data into data frames and transmit back to Earth through TTC module, or stores it on a non-volatile memory for later retrieval. Commands sent from Earth segment to the cubesat will be received by the radio transceivers located in the TTC module and redirected to the OBDH2, which takes the appropriate action or forward them to the responsible module.

Repository Organization

- doc: Technical documentation (including firmware, hardware, user guide, and datasheet).
- firmware: On-board computer module firmware project (sources and configs)
- hardware: On-board computer module hardware project (sources and outputs).

License

This project is open-source under three different licenses: GNU General Public License v3.0 for firmware sources, CERN Open Hardware License v2.0 for hardware files, and CC BY-SA 4.0 for the documentation. Some third-part files and libraries are subjected to their specific terms and licenses.

Releases

The OBDH2 software and hardware releases are synchronized in order to garantee compatibility. Then, using diferent versions might lead to unpredictable behavior. Refer to the documentation for compatibility notes.

Notes

More info about the OBDH2 target mission: FloripaSat-2

More info about the SpaceLab: GitHub and Website