Skip to content

Raspberry Pi Python code for Kalman-filter Sensor Fusion with MPU-9250 or MPU-9265 sensor. I2C communication protocol forked from cityofeden's cosmic repo.

Notifications You must be signed in to change notification settings

adityanarayanan03/MPU9250

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPU9250

This project explores sensor fusion of the various sensors integrated in the MPU9250/MPU9265 module. The data from the gyroscope is combined with roll and pitch angles from an accelerometer, and with heading data from the magnetometer. The resulting data is filtered to yield an accurate estimation of the sensor's attitude.

About

Raspberry Pi Python code for Kalman-filter Sensor Fusion with MPU-9250 or MPU-9265 sensor. I2C communication protocol forked from cityofeden's cosmic repo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages