Skip to content

Access the data of 3-axis magnetometer and DMP from MPU9250 with SPI interface, All data fusion via EKF/UKF/CKF/SRCKF algorithm

License

Notifications You must be signed in to change notification settings

Hoopsel/stm32f4_mpu9250

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32f4_mpu9250

Access the data of 3-axis magnetometer and DMP from MPU9250 with SPI interface

All data fusion (including the data of dmp output, such as the accelerometer data, gyroscope, 6-axis quaternion and internal magnetometer data) via a 7-state, 13-mesurement EKF(Extended Kalman filter) / Unscented Kalman Filter(UKF) / Cubature Kalman Filters (CKF) Algorithm.

feature

prediction state: q0 q1 q2 q3 wx wy wz

mesurement:q0 q1 q2 q3 ax ay az wx wy wz mx my mzv (q0~q3 from dmp ouput)

About

Access the data of 3-axis magnetometer and DMP from MPU9250 with SPI interface, All data fusion via EKF/UKF/CKF/SRCKF algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.1%
  • Assembly 13.2%
  • HTML 2.4%
  • Other 0.3%