change Core IC datasheet and add some product weight imformation cn

This commit is contained in:
shaoxiang
2019-07-24 19:15:44 +08:00
parent 257575cb1d
commit 0e65d6b993
108 changed files with 580 additions and 321 deletions
+15 -3
View File
@@ -30,12 +30,14 @@ body[data-page="index.md"] article.markdown-section .item {
display: inline-block;
position:relative;
cursor: pointer;
translate: box-shadow 0.3s;
transition: box-shadow 0.3s;
text-decoration:none;
}
body[data-page="index.md"] article.markdown-section p.item-title {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
/* zh_CN */
@@ -51,10 +53,20 @@ body[data-page="zh_CN/README.md"] article.markdown-section .item {
margin-bottom: 10px;
display: inline-block;
position:relative;
translate: box-shadow 0.3s;
transition: box-shadow 0.3s;
/* box-shadow: 5px 5px 5px #888888; */
}
.item a{
color: black;
text-decoration: none;
}
.item a:hover{
text-decoration: none;
}
body[data-page="zh_CN/README.md"] article.markdown-section p.item-title {
text-align: center;
margin-top: 10px;
+2
View File
@@ -39,6 +39,8 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds
- Grove Port
- M-Bus Socket & Pins
- Program Platform: [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
- Product Size54.2mm x 54.2mm x 17.9mm
- Product weight47.2g
### ESP32 Features
+18 -3
View File
@@ -57,7 +57,7 @@ Other than 3 functional panels, this development kit comes with more stuff like
- ESP32-based
- Case Material: PC + ABS
- 16 MByte flash(old4 MByte flash)
- MPU9250
- BMM150 + SH200Q/MPU6886
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (16G Maximum size)
@@ -66,6 +66,12 @@ Other than 3 functional panels, this development kit comes with more stuff like
- Grove Port
- M-Bus Socket & Pins
- Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
- Product Size108.2mm x 54.2mm x 18.7mm
- Product weight264.6g
**Notice:**
There are two IMU sensor versions (MPU6886 and SH200Q) in the mainframe (Gray) equipped with the FACES Kit currently on sale, which are basically the same in function.
### Faces Encoder
<img src="assets/img/product_pics/core/faces_kit/ENCODER_large.jpg">
@@ -86,9 +92,18 @@ Other than 3 functional panels, this development kit comes with more stuff like
### Related Link
- **Datasheet** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](https://www.invensense.com/download-pdf/mpu-9250-datasheet/)
- **Datasheet**
- [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- [MPU6886](https://github.com/m5stack/M5-Schematic/blob/master/datasheet/MPU-6886-000193%2Bv1.1_GHIC.PDF.pdf)
- [BMM150](http://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)
- [SH200Q](https://github.com/m5stack/M5-Schematic/blob/master/Core/SH200Q.pdf)
- **Register Manual**
- [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
- **Register Manual** - [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
+18 -3
View File
@@ -33,7 +33,7 @@ Supported development platforms and program languages: Arduino, Blockly language
- Case Material: PC + ABS
- 16 MB Flash
- 4 MB PSRAM
- MPU9250
- BMM150 + SH200Q/MPU6886
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (16G Maximum size)
@@ -42,6 +42,13 @@ Supported development platforms and program languages: Arduino, Blockly language
- Grove Port
- M-Bus Socket & Pins
- Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
- Product Size54.2mm x 54.2mm x 30.5mm
- Product weight62.3g
**Notice:**
There are two versions of IMU sensors (MPU6886 and SH200Q) currently available on the Fire host, which are basically identical in function.
## ESP32 Features
@@ -196,9 +203,17 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
## Related Link
- **Datasheet** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](http://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
- **Datasheet**
- [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- [MPU6886](https://github.com/m5stack/M5-Schematic/blob/master/datasheet/MPU-6886-000193%2Bv1.1_GHIC.PDF.pdf)
- [BMM150](http://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)
- [SH200Q](https://github.com/m5stack/M5-Schematic/blob/master/Core/SH200Q.pdf)
- **Register Manual**
- [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
- **Register Manual** - [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
## Related Video
+20 -4
View File
@@ -30,7 +30,7 @@ Supported development platforms and program languages: Arduino, Blockly language
- ESP32-based
- Case Material: PC + ABS
- 16 MB Flash
- MPU9250
- BMM150 + SH200Q/MPU6886
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (Up to 16GB support)
@@ -39,6 +39,14 @@ Supported development platforms and program languages: Arduino, Blockly language
- Grove Port
- M-Bus Socket & Pins
- Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
- Product Size54.2mm x 54.2mm x 17.9mm
- Product weight49.2g
**Notice:**
There are two versions of IMU sensors (MPU6886 and SH200Q) currently available on the Gray host, which are basically identical in function.
### ESP32 Features
@@ -208,14 +216,22 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
<img src="assets/img/product_pics/core/gray/gray_04.png" alt="gray_04" width="80%" height="80%">
## Learn
## Links
- **datasheet** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU6886](https://github.com/m5stack/M5-Schematic/blob/master/datasheet/MPU-6886-000193%2Bv1.1_GHIC.PDF.pdf) - [BMM150](http://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)
- **datasheet**
- **datasheet** - [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
- [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- [MPU6886](https://github.com/m5stack/M5-Schematic/blob/master/datasheet/MPU-6886-000193%2Bv1.1_GHIC.PDF.pdf)
- [BMM150](http://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)
- [SH200Q](https://github.com/m5stack/M5-Schematic/blob/master/Core/SH200Q.pdf)
- **Register Manual**
- [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
- **[schematic](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**
## Related Video
**m5stack instroduce**
+11 -3
View File
@@ -23,7 +23,7 @@ This M5GO kit is specifically designed for STEM education. The pack includes 1 M
- ESP32-based
- Case Material: PC + ABS
- 16 MByte flash
- MPU9250
- BMM150 + MPU6886
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (16G Maximum size)
@@ -32,6 +32,8 @@ This M5GO kit is specifically designed for STEM education. The pack includes 1 M
- Grove Port
- M-Bus Socket & Pins
- Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
- Product Size54.2mm x 54.2mm x 17.9mm
- Product weight224.9g
### ESP32 Features
@@ -195,9 +197,15 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
## Related Link
- **Datasheet** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](http://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
- **Datasheet**
- **Register Manual** - [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
- [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- [MPU6886](https://github.com/m5stack/M5-Schematic/blob/master/datasheet/MPU-6886-000193%2Bv1.1_GHIC.PDF.pdf)
- [BMM150](http://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)
- **Register Manual**
- [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
## Related Video
+12 -2
View File
@@ -24,7 +24,7 @@ All M5stack development board can be programmed through Arduino IDE, WebIDE UIFl
- ESP32-based
- Case Material: PC + ABS
- 16 MByte flash
- MPU9250
- BMM150 + MPU6886
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (16G Maximum size)
@@ -33,6 +33,8 @@ All M5stack development board can be programmed through Arduino IDE, WebIDE UIFl
- Grove Port
- M-Bus Socket & Pins
- Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
- Product Size54.2mm x 54.2mm x 17.9mm
- Product weight159g
## ESP32 Features
@@ -192,7 +194,15 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
## Related Link
- **Datasheet** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
- **Datasheet**
- [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- [MPU6886](https://github.com/m5stack/M5-Schematic/blob/master/datasheet/MPU-6886-000193%2Bv1.1_GHIC.PDF.pdf)
- [BMM150](http://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)
- **Register Manual**
- [IP5306](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf)
## Example
+9 -2
View File
@@ -47,7 +47,7 @@ M5stickC is one of the core devices in M5Stack product series which is built in
- ESP32-based
- Case Material: PC + ABS
- 4 MByte Flash
- 6-Axis IMU SH200Q
- 6-Axis IMU: MPU6886/SH200Q
- Red LED
- IR transmitter
- Microphone
@@ -58,6 +58,13 @@ M5stickC is one of the core devices in M5Stack product series which is built in
- Grove Port
- Wearable & Wall mounted
- Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
- Product Size48.2mm x 25.5mm x 13.7mm
- Product weight15.1g
**Notice:**
There are two versions of IMU sensors (MPU6886 and SH200Q) currently available on the M5StickC host, which are basically identical in function.
## ESP32 Features
@@ -122,7 +129,7 @@ M5stickC is one of the core devices in M5Stack product series which is built in
<tr><td>MICPHONE</td><td>SCL</td><td>SDA</td></tr>
</table>
**6-Axis posture sensor (SH200Q) & power management IC (AXP192)**
**6-Axis posture sensor (SH200Q/MPU6886) & power management IC (AXP192)**
<table>
<tr><td>ESP32 </td><td>GPIO22</td><td>GPIO21</td>
+5
View File
@@ -188,5 +188,10 @@ The triple-axis MEMS accelerometer in MPU-6886 includes a wide range of features
- **Web page** - [sipeed](https://maixpy.sipeed.com/en/)
- **Quick Start Guide** - [M5StickV Guide](https://docs.m5stack.com/#/en/quick_start/m5stickv/m5stickv_quick_start)
- **datasheet**
- [MPU6886](https://github.com/m5stack/M5-Schematic/blob/master/datasheet/MPU-6886-000193%2Bv1.1_GHIC.PDF.pdf)
- [SH200Q](https://github.com/m5stack/M5-Schematic/blob/master/Core/SH200Q.pdf)
## Schematic
<img src="assets\img\product_pics\core\minicore\m5stickv/m5stickv_04.jpg" width="30%" height="30%">
+1
View File
@@ -22,6 +22,7 @@ Once the BATTERY is stacked underneath the M5 controller, the battery positive p
- 700mAh High-Capacity Battery
- Product Size54.2mm x 54.2mm x 12.8mm
- Product weight24.5g
# Include
+1
View File
@@ -23,6 +23,7 @@ Just like other M5modules, BUS is able to connected with other layer through M-B
- Hole Pitch: 0.1 in - (2.54 mm)
- Entire Hole Quantity: 200 Holes
- Product Size54.2mm x 54.2mm x 12.8mm
- Product weight12.5g
# Include
+1
View File
@@ -23,6 +23,7 @@ Be care about TTL Interface. It is a UART Interface actually by default. But you
- CAN controller: MCP2515-1/SO
- RS485 Transceiver: SP3485EN-L/TR
- Product Size54.2mm x 54.2mm x 12.8mm
- Product weight13.5g
## Include
+1
View File
@@ -22,6 +22,7 @@ The series communication protocol between M5 core and ENCODER is IIC (adress: 0x
- Mega328 inside
- Encoder detection
- Product Size58.2mm x 54.2mm x 10mm
- Product weight17g
## EasyLoader
+1
View File
@@ -35,6 +35,7 @@ Communication Protocol: UART.
- Storage temperature : - 40 … + 85 °C
- Resolution: 508 DPI
- Product Size58.2mm x 54.2mm x 10mm
- Product weight20g
## Include
+1
View File
@@ -32,6 +32,7 @@ Communication Protocol: I2C.
- Program Platform: Arduino, UIFlow(Blockly, Python)
- Two Lego installation holes
- Product Size58.2mm x 54.2mm x 10mm
- Product weight18.4g
## Include
+1
View File
@@ -20,6 +20,7 @@
- Bearing: Hydraulic bearing
- Wiring: red line positive, black line negative
- Product Size54.2mm x 54.2mm x 12.8mm
- Product weight15.5g
## Include
+1
View File
@@ -27,6 +27,7 @@ Communication Protocol: IIC (0x61).
- MEGA328P
- LV8548MC
- Product Size54.2mm x 54.2mm x 12.8mm
- Product weight27.5g
## Include
+2
View File
@@ -41,6 +41,8 @@ If you want to Change the uart baudrate,please check here ( [u-center-just-for-W
- Industry leading -167dBm sensitivity
- Backward compatibility with NEO7 and NEO6 series
- Product Size54.2mm x 54.2mm x 12.8mm
- Product weight43g
## Include
+1
View File
@@ -49,6 +49,7 @@ Product Feature:
- Consumption:
- <2mA@DRX=5
- Product Size54.2mm x 54.2mm x 12.8mm
- Product weight12.8g
## Include
+1
View File
@@ -20,6 +20,7 @@ JOYSTICK IIC address is 0x5E).
- IIC communication
- Simple API for programming
- Product Size58.2mm x 54.2mm x 10mm
- Product weight30g
## Function

Some files were not shown because too many files have changed in this diff Show More