An open API service indexing awesome lists of open source software.

https://github.com/sonrigard/stm32_droneall

Using stm32 mcu to control a drone
https://github.com/sonrigard/stm32_droneall

cmsis drone keilc stm32f103

Last synced: 11 months ago
JSON representation

Using stm32 mcu to control a drone

Awesome Lists containing this project

README

          

This project uses an STM32F103 microcontroller to control a drone, utilizing the MPU6050 for motion sensing, NRF24 for wireless communication, and a Kalman filter for sensor fusion. The implementation is based on the CMSIS library and leverages register-level programming for efficient control and performance.