adityanarayanan03 / MPU9250

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%