Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 462 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 462 Bytes

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.