Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kriswiner/MPU9150
Arduino sketch for MPU9150 9DoF with AHRS sensor fusion
https://github.com/kriswiner/MPU9150
mpu9150
Last synced: about 2 months ago
JSON representation
Arduino sketch for MPU9150 9DoF with AHRS sensor fusion
- Host: GitHub
- URL: https://github.com/kriswiner/MPU9150
- Owner: kriswiner
- Created: 2014-05-07T22:32:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T23:11:28.000Z (over 10 years ago)
- Last Synced: 2024-05-18T22:02:53.702Z (8 months ago)
- Topics: mpu9150
- Language: Arduino
- Homepage:
- Size: 301 KB
- Stars: 74
- Watchers: 18
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-arduino - MPU-9150 - Arduino sketch for MPU-9150 9DoF with AHRS sensor fusion (Libraries)
README
MPU-9150
========Arduino sketch for MPU-9150 9DoF sensor with AHRS sensor fusion
Demonstrate MPU-9150 basic functionality including parameterizing the register addresses, initializing the sensor, getting properly scaled accelerometer, gyroscope, and magnetometer data out, calibration of sensors. Added display functions to allow display to on breadboard monitor. Addition of 9 DoF sensor fusion using open source Madgwick and Mahony filter algorithms. Sketch runs on the 3.3 V 8 MHz Pro Mini and the Teensy 3.1.
Simplified sketch by among other things breaking out the quaternion sensor fusion filter algorithms to a separate file.
A discussion of the use and limitations of this sensor and sensor fusion in general is found here: https://github.com/kriswiner/MPU-6050/wiki/Affordable-9-DoF-Sensor-Fusion.