mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add i2c address for m5stickV
This commit is contained in:
@@ -30,7 +30,7 @@ The lego holes on bottom board allow you to place more M5 sensors for extension
|
||||
- Finish Assembly:100mm * 100mm * 43mm
|
||||
- Cantilever beam-sensor:80mm * 12.7mm * 12.7mm
|
||||
- DIY Digital Scale
|
||||
- M5StickC + WEIGH
|
||||
- M5StickC + Weight
|
||||
- Measurement Range: 10KG (in default code)
|
||||
- Open source code
|
||||
- Lego Holes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# BASIC {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/product_pics/core/basic/basic_02.png" alt="basic_02" width="350" height="350"> <img src="assets/img/product_pics/core/basic/basic_03.png" alt="basic_03" width="350" height="350">
|
||||
<img src="assets/img/product_pics/core/basic/basic_02.png" alt="basic_02" width="30%" height="30%"> <img src="assets/img/product_pics/core/basic/basic_03.png" alt="basic_03" width="30%" height="30%">
|
||||
|
||||
* * *
|
||||
|
||||
|
||||
@@ -49,9 +49,17 @@ More than the visioning, M5stick-V also features the embedded APU - Audio Proces
|
||||
- Indicator light: RGBW .
|
||||
- External storage: TF card/Micro SD
|
||||
- Microphone: MSM261S4030HOR.
|
||||
- Gyro: MPU6886.
|
||||
- Gyro: MPU6886/SH200Q.
|
||||
- Interface: CONNEXT.
|
||||
|
||||
|
||||
**Notice:**
|
||||
|
||||
There are two versions of IMU sensors available at the current M5StickV (MPU6886 and SH200Q.)To identify the IMU sensor, you can use python code to scan the I2C address MPU6886(0x68)/SH200Q(0x6c)
|
||||
|
||||
|
||||
|
||||
|
||||
### Package Includes
|
||||
- M5Stick-V
|
||||
- USB cable
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
- 整体:100mm * 100mm * 43mm
|
||||
- 模组:80mm * 12.7mm * 12.7mm
|
||||
- DIY电子秤
|
||||
- M5StickC + WEIGHT
|
||||
- M5StickC + Weight
|
||||
- 测量范围:10KG(默认代码)
|
||||
- 开源代码
|
||||
- 兼容LEGO
|
||||
|
||||
@@ -53,9 +53,14 @@ M5StickV不仅具备视觉识别能力,其内置的嵌入式APU - 音频处
|
||||
- 指示灯: RGBW .
|
||||
- 外部存储: TF card/Micro SD
|
||||
- 麦克风: MSM261S4030HOR.
|
||||
- 运动传感器: MPU6886.
|
||||
- 姿态传感器: MPU6886/SH200Q.
|
||||
- 接口: CONNEXT.
|
||||
|
||||
**注意:**
|
||||
|
||||
目前发售的M5StickV存在两种IMU传感器版本(MPU6886与SH200Q.),要识别IMU传感器,可以使用python代码扫描I2C地址 MPU6886(0x68)/SH200Q(0x6c)
|
||||
|
||||
|
||||
### 包含
|
||||
- M5Stick-V
|
||||
- Tpye-C USB
|
||||
|
||||
Reference in New Issue
Block a user