jebohndavida / KalmanFilter

Embedded Kalman Filter algorithm developed in C for ARM Cortex STM32F407

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KalmanFilter

Embedded Kalman Filter algorithm developed in C for ARM Cortex STM32F407, utilizing quaternions translated to Yaw, Pitch and Roll as output.
Sensors used: MPU9250 (accel, gyro e mag).
Newton-Gauss algorithm to calculate the equivalent quaterion from accel and mag measurements.
Usart library with float data transmition.
Math library (matrices operations) from CMSIS DSP.
IDE: CoIDE.
Desktop communication via bluetooth RN42 module.

About

Embedded Kalman Filter algorithm developed in C for ARM Cortex STM32F407


Languages

Language:C 99.6%Language:C++ 0.4%