2020-09-04 11:32:15 +08:00
# 6-Axis IMU Unit{docsify-ignore-all}
2020-09-02 09:58:38 +08:00
2020-09-04 11:32:15 +08:00
<el-tag effect="plain">SKU:U095</el-tag>
2020-09-02 09:58:38 +08:00
2020-09-04 16:41:40 +08:00
<div class="product_pic"><img src="assets/img/product_pics/unit/imu/imu.webp"></div>
2020-09-02 09:58:38 +08:00
## Description
2021-01-28 19:40:50 +08:00
**6-Axis IMU Unit** is a 6-axis attitude sensor with 3-axis gravity accelerometer and 3-axis gyroscope, which can calculate tilt angle and acceleration in real time. The chip adopts mpu6886, has 16 bit ADC, built-in programmable digital filter and on-chip temperature sensor, adopts I2C interface (addr:0x68) to communicate with host computer, and supports low-power mode.
2020-09-02 09:58:38 +08:00
## Product Features
- 3-axis gravity accelerometer and 3-axis gyroscope
- On chip temperature sensor
- 1KB FIFO
- Support low power consumption
2020-09-04 19:28:34 +08:00
- Development platform: Arduino, uiflow (blocky, python)
2020-09-02 09:58:38 +08:00
- 2X LEGO compatible holes
## Include
2020-09-04 11:32:15 +08:00
- 1x 6-Axis IMU Unit
2020-09-11 15:36:22 +08:00
- 1x Grove Cable (5cm)
2020-09-02 09:58:38 +08:00
## Application
- Wearable devices
- Motion tracking
- UAV attitude determination
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
2021-01-28 19:40:50 +08:00
<tr>
2021-02-05 17:58:59 +08:00
<td>Communication protocol</td>
<td>I2C: 0x68</td>
2021-01-28 19:40:50 +08:00
</tr>
2020-09-02 09:58:38 +08:00
<tr>
<td>Accelerometer range</td>
<td>±2g, ±4g, ±8g, or ±16g</td>
</tr>
<tr>
<td>Accelerometer noise</td>
<td>100 μg/√Hz</td>
</tr>
<tr>
<td>Gyroscope range</td>
<td>±250, ±500, ±1000, or ±2000 degrees per second</td>
</tr>
<tr>
<td>Gyroscope sensitivity error</td>
<td>1%</td>
</tr>
<tr>
<td>Gyroscope noise</td>
<td>±4 mdps/√Hz</td>
</tr>
<tr>
<td>working voltage</td>
<td>1.71V - 3.45V</td>
</tr>
<tr>
2020-09-03 17:40:49 +08:00
<td>Net Weight</td>
<td>4g</td>
2020-09-02 09:58:38 +08:00
</tr>-
<tr>
<td>Gross Weight</td>
2020-09-03 17:40:49 +08:00
<td>9g</td>
2020-09-02 09:58:38 +08:00
</tr>
<tr>
<td>Produce Size</td>
2020-09-03 17:40:49 +08:00
<td>24*24*13mm</td>
2020-09-02 09:58:38 +08:00
</tr>
<tr>
<td>Package Size</td>
2020-09-03 17:40:49 +08:00
<td>35*36*18mm</td>
2020-09-02 09:58:38 +08:00
</tr>
</table>
## EasyLoader
>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial ](en/arduino/arduino_development ), M5StickC/V/T/ATOM series can be used without driver)
<div class="easyloader-box">
<div style="background-color:white;">
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
<div class="easyloader-btn">
2020-09-04 11:32:15 +08:00
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/UNIT/For%20M5Core/EasyLoader_IMU_UNIT_With_M5Core.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/UNIT/EasyLoader_IMU6886_Unit_For_M5Core_.dmg">MacOS</a>
2020-09-02 09:58:38 +08:00
</div>
</div>
<div>
<video id="example_video" controls>
2020-09-04 11:32:15 +08:00
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/IMU.mp4" type="video/mp4">
2020-09-02 09:58:38 +08:00
</video>
<div class="easyloader-mask">
<a>
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff "></path></svg></a>
<p>Description:</p>
2020-09-03 17:40:49 +08:00
<p>Obtain IMU acceleration, angular velocity and temperature</p>
2020-09-02 09:58:38 +08:00
</div>
</div>
</div>
## Related Link
2020-12-11 16:09:47 +08:00
- **Datasheet**
2020-09-02 09:58:38 +08:00
- [MPU 6886 ](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf )
## Schematic
2020-09-03 17:40:49 +08:00
<img src="assets/img/product_pics/unit/imu/imu_sch.webp" width="40%">
2020-09-02 09:58:38 +08:00
### Pin Map
<table>
<tr><td>M5Core(GROVE A)</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
<tr><td>IMU Unit</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
</table>
## Example
2021-02-05 16:54:45 +08:00
### 1. Arduino
2020-09-02 09:58:38 +08:00
2021-02-05 16:54:45 +08:00
- [Click here to download the Arduino example ](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/IMU_Unit )
2020-09-02 09:58:38 +08:00
2020-12-11 16:09:47 +08:00
<el-divider content-position="right">Last updated: 2020-12-11</el-divider>
2020-09-02 09:58:38 +08:00
<script>
2020-09-04 17:35:51 +08:00
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/6-axis-imu-unitmpu6886';
2020-09-02 09:58:38 +08:00
anchor_search(purchase_link);
scrollFunc();
2020-12-11 16:09:47 +08:00
</script>