|
1 |
| -9 Degrees of Freedom-Razor IMU |
2 |
| -====================================== |
| 1 | +SparkFun 9DoF Razor IMU M0 |
| 2 | +======================================== |
3 | 3 |
|
4 |
| -[ |
5 |
| -*9 Degrees of Freedom-Razor IMU (SEN-10736)*](https://www.sparkfun.com/products/10736) |
| 4 | +[](https://www.sparkfun.com/products/14001) |
6 | 5 |
|
7 |
| -The 9DOF Razor IMU incorporates three sensors - an ITG-3200 (MEMS triple-axis gyro), ADXL345 (triple-axis accelerometer), and HMC5883L (triple-axis magnetometer) - |
8 |
| -to give you nine degrees of inertial measurement. |
9 |
| -The outputs of all sensors are processed by an on-board ATmega328 and output over a serial interface. This enables the 9DOF Razor to be used as a very powerful control mechanism for UAVs, |
10 |
| -autonomous vehicles and image stabilization systems. |
| 6 | +[*SparkFun 9DoF Razor IMU M0 (SEN-14001)*](https://www.sparkfun.com/products/14001) |
11 | 7 |
|
12 |
| -More information can be found on the Wiki for this repo and on the Sparkfun.com product page. |
| 8 | +The [SparkFun 9DoF Razor IMU M0](https://www.sparkfun.com/products/14001) combines a [SAMD21](https://www.sparkfun.com/products/13664) microprocessor with an [MPU-9250](https://www.sparkfun.com/products/13762) 9DoF (nine degrees of freedom) sensor to create a tiny, re-programmable, multi-purpose inertial measurement unit (IMU). It can be programmed to monitor and log motion, transmit Euler angles over a serial port, or to even act as a step-counting pedometer. |
13 | 9 |
|
14 |
| -This part was created in Eagle v6.5. |
| 10 | +The 9DoF Razor's MPU-9250 features three, three-axis sensors -- an accelerometer, gyroscope, and magnetometer -- which gives it the ability to sense linear acceleration, angular rotation velocity, and magnetic field vector's. The on-board microprocessor -- Atmel's [SAMD21G18A](http://www.atmel.com/devices/ATSAMD21G18.aspx) -- is an Arduino-compatible, 32-bit ARM Cortex-M0+ microcontroller also featured on the [Arduino Zero](https://www.arduino.cc/en/Main/ArduinoBoardZero) and [SAMD21 Mini Breakout](https://www.sparkfun.com/products/13664) boards. |
15 | 11 |
|
16 | 12 | Repository Contents
|
17 | 13 | -------------------
|
18 |
| -* **/Firmware** - Any firmware that the part ships with, |
19 |
| -* **/Hardware** - All Eagle design files (.brd, .sch, .STL) |
20 |
| -* **/Production Files** - Test bed files and production panel files |
| 14 | + |
| 15 | +* **/Documentation** - Data sheets, additional product information |
| 16 | +* **/Firmware** - Example code |
| 17 | +* **/Hardware** - Eagle design files (.brd, .sch) |
| 18 | +* **/Libraries** - Libraries for use with the 9DoF Razor IMU M0 |
| 19 | +* **/Production Files** - Production panel files (.brd) |
| 20 | + |
| 21 | +Documentation |
| 22 | +-------------- |
| 23 | +* **[SparkFun MPU-9250 DMP Arduino Library](https://github.com/sparkfun/SparkFun_MPU-9250-DMP_Arduino_Library)** - Arduino library for the 9DoF Razor IMU M0's MPU-9250, enabling the 9DoF's digital motion processor (DMP). |
| 24 | +* **[Hookup Guide](https://learn.sparkfun.com/tutorials/9dof-razor-imu-m0-hookup-guide)** - Basic hookup guide for the 9DoF Razor IMU M0. |
| 25 | +* **[SparkFun Fritzing repo](https://github.com/sparkfun/Fritzing_Parts)** - Fritzing diagrams for SparkFun products. |
| 26 | +* **[SparkFun 3D Model repo](https://github.com/sparkfun/3D_Models)** - 3D models of SparkFun products. |
| 27 | + |
| 28 | +Product Versions |
| 29 | +---------------- |
| 30 | +* [SparkFun 9DoF Razor IMU M0 (SEN-14001)](https://www.sparkfun.com/products/14001)- Latest release. |
| 31 | +* [SparkFun 9DoF Razor IMU (SEN-10736)](https://www.sparkfun.com/products/retired/10736) - Initial release, featuring an ATmega328, ADXL345 (accelerometer), ITG-3200 (gyroscope), and HMC5883L (magnetometer). |
| 32 | + |
| 33 | +Version History |
| 34 | +--------------- |
| 35 | +* [V_3.0](https://github.com/sparkfun/9DOF_Razor_IMU/releases/tag/V_3.0) - Hardware and firmware files for version 3.0 -- released as SEN-14001. |
| 36 | +* [V_2.3](https://github.com/sparkfun/9DOF_Razor_IMU/releases/tag/V_2.3) - Hardware and firmware design files for version 2.3 -- released as SEN-10736. |
21 | 37 |
|
22 | 38 | License Information
|
23 | 39 | -------------------
|
24 |
| -The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/). |
25 | 40 |
|
26 |
| -All other code is open source so please feel free to do anything you want with it; you buy me a beer if you use this |
27 |
| -and we meet someday ([Beerware license](http://en.wikipedia.org/wiki/Beerware)). |
| 41 | +This product is _**open source**_! |
| 42 | + |
| 43 | +Please review the LICENSE.md file for license information. |
28 | 44 |
|
| 45 | +If you have any questions or concerns on licensing, please contact [email protected]. |
29 | 46 |
|
| 47 | +Distributed as-is; no warranty is given. |
30 | 48 |
|
| 49 | +- Your friends at SparkFun. |
0 commit comments