/Flight_Computer_Codebase

Drivers for on-board sensors and modules.

Primary LanguageCMIT LicenseMIT

Flight_Computer_Codebase

This repository contains the drivers for onboard sensors and modules of Flight Computer that I am developing.

Take a look! - A New Capable Flight Computer

Flight Computer

Onboard Sensors and Modules

Microcontrollers:

The board has two STM32F4-based microcontrollers, one called the NAV (navigation) computer and the other serving as the primary Flight Computer (FC).

Onboard Sensors:

NAV's sensors and modules:

FC's sensors and modules:

Drivers Information

This repository contains drivers for the sensors and modules listed, developed using STM32 HAL (Hardware Abstraction Layer) and low-layer drivers.

All sensors are interfaced using I2C communication, except for FLASH, which utilizes SPI.

The respective folder for each sensor and module provides detailed descriptions and documentation.