diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
index 1b3f64df..0bc0756f 100644
--- a/docs/assets/css/main.css
+++ b/docs/assets/css/main.css
@@ -41,13 +41,13 @@ body[data-page="en/uiflow/uiflow_home_page.md"] article.markdown-section {
}
.uiflow_banner{
- position: absolute;
+ position: relative;
}
.uiflow_title{
- position: relative;
- top: 30px;
- z-index: 9999;
+ position: absolute;
+ top: 10px;
+ left: 10px;
}
diff --git a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_03.jpg b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_03.jpg
new file mode 100644
index 00000000..72ac72bc
Binary files /dev/null and b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_03.jpg differ
diff --git a/docs/en/app/bala.md b/docs/en/app/bala.md
index 37ee3635..0e5a7b3f 100644
--- a/docs/en/app/bala.md
+++ b/docs/en/app/bala.md
@@ -38,7 +38,7 @@ LCD | 2 inch, 320x240 Colorful TFT LCD, ILI9341
Speaker | 1W-0928
Microphone | MEMS Analog BSE3729 Microphone
LED | SK6812 3535 RGB LED x 10
-MEMS | MPU9250 (MPU6050 + AK8963)
+MEMS | BMM150+(MPU6886/SH200Q)
Battery | 550mAh @ 3.7V, inside
Op.Temp. | 32°F to 104°F ( 0°C to 40°C )
Size | 54 x 54 x 21 mm
diff --git a/docs/en/core/face_kit.md b/docs/en/core/face_kit.md
index 480fd167..8548cbe6 100644
--- a/docs/en/core/face_kit.md
+++ b/docs/en/core/face_kit.md
@@ -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)
-- BMM150 + SH200Q/MPU6886
+- BMM150 + MPU6886
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (16G Maximum size)
@@ -69,9 +69,6 @@ Other than 3 functional panels, this development kit comes with more stuff like
- 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
diff --git a/docs/en/core/fire.md b/docs/en/core/fire.md
index fdb46b17..90d6e301 100644
--- a/docs/en/core/fire.md
+++ b/docs/en/core/fire.md
@@ -98,13 +98,22 @@ There are two versions of IMU sensors (MPU6886 and SH200Q) currently available o
| IP5306 | SCL | SDA | 5V | GND |
-**9-Axis Posture Sensor MPU9250**
+**6-Axis MotionTracking Sensor MPU6886**
-*I2C address 0x68*
+*MPU6886 I2C address 0x68*
| ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
- | MPU9250 | SCL | SDA | 5V | GND |
+ | MPU6886 | SCL | SDA | 5V | GND |
+
+
+**3-Axis Geomagnetic Sensor BMM150**
+
+*BMM150 I2C address 0x10*
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | BMM150 | SCL | SDA | 5V | GND |
### M5GO Base Port
diff --git a/docs/en/core/gray.md b/docs/en/core/gray.md
index b1bdc2a9..dad5f582 100644
--- a/docs/en/core/gray.md
+++ b/docs/en/core/gray.md
@@ -10,7 +10,7 @@
## Description
-**M5Stack GRAY Kit** is from one of the M5Stack development kit series, it’s a upgrade from the Basic kits. In comparison, Gray kit provide a extra IMU sensor, MPU9250.
+**M5Stack GRAY Kit** is from one of the M5Stack development kit series, it’s a upgrade from the Basic kits. In comparison, Gray kit provide a extra IMU sensor, BMM150 + MPU6886.
With a IMU posture sensor, you can include posture detection in your work : accelerated speed, angulation, and trajectory detection. You can make relative products like sports data collector, 3D remote gesture controller and more.
@@ -30,7 +30,7 @@ Supported development platforms and program languages: Arduino, Blockly language
- ESP32-based
- Case Material: PC + ABS
- 16 MB Flash
-- BMM150 + SH200Q/MPU6886
+- BMM150 + MPU6886
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (Up to 16GB support)
@@ -43,10 +43,6 @@ Supported development platforms and program languages: Arduino, Blockly language
- 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
diff --git a/docs/en/core/m5go.md b/docs/en/core/m5go.md
index 5719090f..dd560222 100644
--- a/docs/en/core/m5go.md
+++ b/docs/en/core/m5go.md
@@ -86,13 +86,22 @@ This M5GO kit is specifically designed for STEM education. The pack includes 1 M
| IP5306 | SCL | SDA | 5V | GND |
-**9-Axis Posture Sensor MPU9250**
+**6-Axis MotionTracking Sensor MPU6886**
-*I2C address 0x68*
+*MPU6886 I2C address 0x68*
| ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
- | MPU9250 | SCL | SDA | 5V | GND |
+ | MPU6886 | SCL | SDA | 5V | GND |
+
+
+**3-Axis Geomagnetic Sensor BMM150**
+
+*BMM150 I2C address 0x10*
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | BMM150 | SCL | SDA | 5V | GND |
#### M5GO Base Port
diff --git a/docs/en/core/m5go_lite.md b/docs/en/core/m5go_lite.md
index a5520979..54958fe5 100644
--- a/docs/en/core/m5go_lite.md
+++ b/docs/en/core/m5go_lite.md
@@ -88,15 +88,23 @@ All M5stack development board can be programmed through Arduino IDE, WebIDE UIFl
| IP5306 | SCL | SDA | 5V | GND |
-**9-Axis Posture Sensor MPU9250**
+**6-Axis MotionTracking Sensor MPU6886**
-*I2C address 0x68*
+*MPU6886 I2C address 0x68*
| ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
- | MPU9250 | SCL | SDA | 5V | GND |
+ | MPU6886 | SCL | SDA | 5V | GND |
+**3-Axis Geomagnetic Sensor BMM150**
+
+*BMM150 I2C address 0x10*
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | BMM150 | SCL | SDA | 5V | GND |
+
#### M5GO Base Port
**GROVE Port B**
diff --git a/docs/en/core/m5stickc.md b/docs/en/core/m5stickc.md
index 6079f32b..bfde2c05 100644
--- a/docs/en/core/m5stickc.md
+++ b/docs/en/core/m5stickc.md
@@ -71,6 +71,9 @@ Installation steps: 1. Click the link below to download the driver installation
There are two versions of IMU sensors (MPU6886 and SH200Q) currently available on the M5StickC host, which are basically identical in function.
+
+
+
## ESP32 Features
- 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS
diff --git a/docs/en/hat/hat-beetlec.md b/docs/en/hat/hat-beetlec.md
index 052ee462..5fcbcd27 100644
--- a/docs/en/hat/hat-beetlec.md
+++ b/docs/en/hat/hat-beetlec.md
@@ -1,6 +1,6 @@
# Beetlec {docsify-ignore-all}
-
+
:memo:**[Description](#Description)**
**[EasyLoader](#EasyLoader)**
@@ -14,7 +14,8 @@ BeatleC works together with M5StickC controller. On the base, we have two DC ge
The body of the robotic car is inclined because the wheels we put on front and back are different sizes as you can see from the pictures.
Besides, a power switch is placed at the front.
-
+
+
## Product Feature
@@ -64,7 +65,7 @@ Besides, a power switch is placed at the front.
### Control Page
-
+
- Push upwards the control bar to speed up the wheel and push down to slow down.
- There are four color bolcks at the bottom. The colorful blocks are used to turn on all RGB LEDs at the bottom to the specified color. Block with black will turn off the light.
diff --git a/docs/en/uiflow/uiflow_home_page.md b/docs/en/uiflow/uiflow_home_page.md
index 45720729..8b50e3ea 100644
--- a/docs/en/uiflow/uiflow_home_page.md
+++ b/docs/en/uiflow/uiflow_home_page.md
@@ -1,20 +1,20 @@
-
-
-
+
+
+

+
+
-
-
UIFlow
-
A Web IoT programming platform using Blockly+Python.
-
- Go to UIFlow
-
-
-
-
-
+
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 853cff45..6792bc80 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -62,9 +62,15 @@
MicroPython API
+
M5Stack Cases
+ UIFlow
Related Documents
- UIFlow
FAQ
中文
@@ -221,8 +227,6 @@
-->