https://github.com/sparkfun/mpu-9150_breakout
Example code and PCB design files for the MPU-9105, 9DOF.
https://github.com/sparkfun/mpu-9150_breakout
Last synced: 9 months ago
JSON representation
Example code and PCB design files for the MPU-9105, 9DOF.
- Host: GitHub
- URL: https://github.com/sparkfun/mpu-9150_breakout
- Owner: sparkfun
- Created: 2013-01-04T18:13:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T13:41:19.000Z (over 9 years ago)
- Last Synced: 2025-01-16T23:31:39.560Z (10 months ago)
- Language: Eagle
- Homepage: https://www.sparkfun.com/products/11486
- Size: 272 KB
- Stars: 132
- Watchers: 82
- Forks: 244
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
9 Degrees of Freedom - MPU-9150 Breakout
========================================
[
*9 Degrees of Freedom - MPU-9150 Breakout (SEN-11486)*](https://www.sparkfun.com/products/11486)
The MPU-9150 is an accelerometer, gyro, and magnetometer all in a single package with an I2C interface. [The datasheet can be found here.](http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Sensors/IMU/PS-MPU-9150A.pdf)
Repository Contents
-------------------
* **/firmware** - An Arduino library with an example that sends raw sensor data out of the serial port
* **/hardware** - All Eagle design files
License Information
-------------------
The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).
The firmware is released under the [MIT License](http://opensource.org/licenses/MIT).
Hardware author: Aaron Weiss @ SparkFun Electonics
Firmware original author: [Jeff Rowberg](https://github.com/jrowberg/i2cdevlib) (jeff@rowberg.net); modified by Aaron Weiss (aaron@sparkfun.com)