Skip to content

Commit 499d78f

Browse files
author
Jim Lindblom
committed
Adding license, updating readme.
1 parent 951ad55 commit 499d78f

File tree

2 files changed

+90
-16
lines changed

2 files changed

+90
-16
lines changed

LICENSE.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
SparkFun License Information
2+
============================
3+
4+
SparkFun uses two different licenses for our files — one for hardware and one for code.
5+
6+
Hardware
7+
---------
8+
9+
**SparkFun hardware is released under [Creative Commons Share-alike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/).**
10+
11+
Note: This is a human-readable summary of (and not a substitute for) the [license](http://creativecommons.org/licenses/by-sa/4.0/legalcode).
12+
13+
You are free to:
14+
15+
Share — copy and redistribute the material in any medium or format
16+
Adapt — remix, transform, and build upon the material
17+
for any purpose, even commercially.
18+
The licensor cannot revoke these freedoms as long as you follow the license terms.
19+
Under the following terms:
20+
21+
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
22+
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
23+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
24+
Notices:
25+
26+
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
27+
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
28+
29+
30+
Code
31+
--------
32+
33+
**SparkFun code, firmware, and software is released under the MIT License(http://opensource.org/licenses/MIT).**
34+
35+
The MIT License (MIT)
36+
37+
Copyright (c) 2016 SparkFun Electronics
38+
39+
Permission is hereby granted, free of charge, to any person obtaining a copy
40+
of this software and associated documentation files (the "Software"), to deal
41+
in the Software without restriction, including without limitation the rights
42+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43+
copies of the Software, and to permit persons to whom the Software is
44+
furnished to do so, subject to the following conditions:
45+
46+
The above copyright notice and this permission notice shall be included in all
47+
copies or substantial portions of the Software.
48+
49+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55+
SOFTWARE.

README.md

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,49 @@
1-
9 Degrees of Freedom-Razor IMU
2-
======================================
1+
SparkFun 9DoF Razor IMU M0
2+
========================================
33

4-
[![9DOF Razor IMU](https://dlnmh9ip6v2uc.cloudfront.net/images/products/1/0/7/3/6/10736-01_i_ma.jpg)
5-
*9 Degrees of Freedom-Razor IMU (SEN-10736)*](https://www.sparkfun.com/products/10736)
4+
[![SparkFun 9DoF Razor IMU M0](https://cdn.sparkfun.com/r/500-500/assets/parts/1/1/7/7/5/14001-04.jpg)](https://www.sparkfun.com/products/14001)
65

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)
117

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.
139

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.
1511

1612
Repository Contents
1713
-------------------
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.
2137

2238
License Information
2339
-------------------
24-
The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).
2540

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.
2844

45+
If you have any questions or concerns on licensing, please contact [email protected].
2946

47+
Distributed as-is; no warranty is given.
3048

49+
- Your friends at SparkFun.

0 commit comments

Comments
 (0)