mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
change Core IC datasheet and add some product weight imformation cn
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 Size:54.2mm x 54.2mm x 17.9mm
|
||||
- Product weight:47.2g
|
||||
|
||||
### ESP32 Features
|
||||
|
||||
|
||||
@@ -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(old:4 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 Size:108.2mm x 54.2mm x 18.7mm
|
||||
- Product weight:264.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
@@ -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 Size:54.2mm x 54.2mm x 30.5mm
|
||||
- Product weight:62.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
@@ -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 Size:54.2mm x 54.2mm x 17.9mm
|
||||
- Product weight:49.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
@@ -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 Size:54.2mm x 54.2mm x 17.9mm
|
||||
- Product weight:224.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
|
||||
|
||||
|
||||
@@ -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 Size:54.2mm x 54.2mm x 17.9mm
|
||||
- Product weight:159g
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
@@ -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 Size:48.2mm x 25.5mm x 13.7mm
|
||||
- Product weight:15.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>
|
||||
|
||||
@@ -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%">
|
||||
@@ -22,6 +22,7 @@ Once the BATTERY is stacked underneath the M5 controller, the battery positive p
|
||||
|
||||
- 700mAh High-Capacity Battery
|
||||
- Product Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:24.5g
|
||||
|
||||
# Include
|
||||
|
||||
|
||||
@@ -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 Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:12.5g
|
||||
|
||||
# Include
|
||||
|
||||
|
||||
@@ -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 Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:13.5g
|
||||
|
||||
## Include
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ The series communication protocol between M5 core and ENCODER is IIC (adress: 0x
|
||||
- Mega328 inside
|
||||
- Encoder detection
|
||||
- Product Size:58.2mm x 54.2mm x 10mm
|
||||
- Product weight:17g
|
||||
|
||||
## EasyLoader
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ Communication Protocol: UART.
|
||||
- Storage temperature : - 40 … + 85 °C
|
||||
- Resolution: 508 DPI
|
||||
- Product Size:58.2mm x 54.2mm x 10mm
|
||||
- Product weight:20g
|
||||
|
||||
## Include
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ Communication Protocol: I2C.
|
||||
- Program Platform: Arduino, UIFlow(Blockly, Python)
|
||||
- Two Lego installation holes
|
||||
- Product Size:58.2mm x 54.2mm x 10mm
|
||||
- Product weight:18.4g
|
||||
|
||||
## Include
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
- Bearing: Hydraulic bearing
|
||||
- Wiring: red line positive, black line negative
|
||||
- Product Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:15.5g
|
||||
|
||||
## Include
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ Communication Protocol: IIC (0x61).
|
||||
- MEGA328P
|
||||
- LV8548MC
|
||||
- Product Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:27.5g
|
||||
|
||||
## Include
|
||||
|
||||
|
||||
@@ -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 NEO‐7 and NEO‐6 series
|
||||
- Product Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:43g
|
||||
|
||||
|
||||
## Include
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ Product Feature:
|
||||
- Consumption:
|
||||
- <2mA@DRX=5
|
||||
- Product Size:54.2mm x 54.2mm x 12.8mm
|
||||
- Product weight:12.8g
|
||||
|
||||
## Include
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ JOYSTICK IIC address is 0x5E).
|
||||
- IIC communication
|
||||
- Simple API for programming
|
||||
- Product Size:58.2mm x 54.2mm x 10mm
|
||||
- Product weight:30g
|
||||
|
||||
## Function
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user