Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 856 Bytes

File metadata and controls

19 lines (13 loc) · 856 Bytes

STM32f405 Flight Controller Test Repository (In Development)

Welcome to the Flight Controller Test Repository. This repository serves as a central hub for all experiments, tests, and documentation related to developing a custom flight controller using the STM32F405 microcontroller.


📁 Repository Structure

The repository is organized as follows:

  • datasheets/: Component datasheets for easy reference.
  • PrototypeV1/: includes images and code I used for a quick prototype layout.
  • SystemIntegrationTests/: validation that oled will display accurate data.
  • tests/: Test code for verifying various peripherals and functionalities.
    • sensor/: Basic setup and instructions for each subsystem.
  • images/: Photos and screenshots of hardware setups and test results.
  • tools/: Software used for testing.