All Projects → spacelab-ufsc → obdh2

spacelab-ufsc / obdh2

Licence: other
On-Board Data Handling Module 2

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
assembly
5116 projects
Makefile
30231 projects
Roff
2310 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to obdh2

kubos-old
An open source platform for satellites
Stars: ✭ 68 (+466.67%)
Mutual labels:  satellite, cubesat
HAMRadio
How-To and Wiki pages for PW-Sat2 Ground Segment equipment and software dedicated for radio amateurs.
Stars: ✭ 21 (+75%)
Mutual labels:  satellite, cubesat
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 (+116.67%)
Mutual labels:  satellite, cubesat
CubeSatSim
CubeSatSim, the AMSAT CubeSat Simulator
Stars: ✭ 201 (+1575%)
Mutual labels:  satellite, cubesat
PWSat2OBC
Source code of the PW-Sat2 On Board Computer (OBC) software.
Stars: ✭ 53 (+341.67%)
Mutual labels:  satellite, cubesat
Cubium
🛰️ Minimalist software system for CubeSats and high-altitude balloon systems
Stars: ✭ 31 (+158.33%)
Mutual labels:  cubesat, flight-software
Mercury-GS
An Open Source Program that allows users to interact with a Spacecraft in a lab environment, pre-launch.
Stars: ✭ 18 (+50%)
Mutual labels:  satellite, cubesat
WorldWeather
The largest three-dimensional web-based interactive browser of satellite, weather, climate, and other time-aware geospatial data on the web, built upon NASA's revolutionary WorldWind technology.
Stars: ✭ 49 (+308.33%)
Mutual labels:  satellite
ClimateVegetationDynamics GrangerCausality
Source code for the publications on "a non-linear Granger-causality framework to investigate climate–vegetation dynamics", by Papagiannopoulou et al., GMD & ERL 2017
Stars: ✭ 16 (+33.33%)
Mutual labels:  satellite
pyspectral
Pyspectral is a package to read and manipulate satellite sensor spectral responses and solar irradiance spectra
Stars: ✭ 44 (+266.67%)
Mutual labels:  satellite
rio-hist
Histogram matching plugin for rasterio
Stars: ✭ 71 (+491.67%)
Mutual labels:  satellite
ITU-Rpy
A python implementation of the ITU-R P. Recommendations for atmospheric attenuation modeling
Stars: ✭ 60 (+400%)
Mutual labels:  satellite
SDK
Myriota Software Development Kit
Stars: ✭ 14 (+16.67%)
Mutual labels:  satellite
platformio-libopencm3-freertos
Sample blinky project for PlatformIO using libopencm3 and FreeRTOS
Stars: ✭ 14 (+16.67%)
Mutual labels:  freertos
supermercado
Supercharger for mercantile
Stars: ✭ 100 (+733.33%)
Mutual labels:  satellite
Star Tracker
Development of SPEL - Open Star Tracker (SOST) - Will be tested in our new space projects
Stars: ✭ 38 (+216.67%)
Mutual labels:  cubesat
spacelab
SpaceLab Organization Info
Stars: ✭ 14 (+16.67%)
Mutual labels:  cubesat
modape
MODIS Assimilation and Processing Engine
Stars: ✭ 19 (+58.33%)
Mutual labels:  satellite
frt
Lightweight, easy-to-use wrapper around the Arduino_FreeRTOS_Library
Stars: ✭ 18 (+50%)
Mutual labels:  freertos
openMMC
Open source firmware for MMC controllers
Stars: ✭ 22 (+83.33%)
Mutual labels:  freertos

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

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].