diff --git a/docs/en/core/m5stick.md b/docs/en/core/m5stick.md
index 3f4748c9..cfdc57c9 100644
--- a/docs/en/core/m5stick.md
+++ b/docs/en/core/m5stick.md
@@ -5,7 +5,7 @@
* * *
-:memo:**[Description](#Description)** :bulb:**[Quick Start](en/quick_start/m5stick/m5stick_quick_start)** :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-M5Stick-Mini-Development-Kit-ESP32-1-3-OLED-80mAh-Battery-Inside-Buzzer-IR/3226069_32947692973.html?spm=a2g1y.12024536.productList_5885011.subject_1)** :clapper:**[Related Video](#Related-Video)**
+:memo:**[Description](#Description)** :bulb:**[Quick Start](en/quick_start/m5stick/m5stick_quick_start)** :octocat:**[Example](#Example)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-M5Stick-Mini-Development-Kit-ESP32-1-3-OLED-80mAh-Battery-Inside-Buzzer-IR/3226069_32947692973.html?spm=a2g1y.12024536.productList_5885011.subject_1)** :clapper:**[Related Video](#Related-Video)**
## Description
@@ -72,6 +72,12 @@ If you want the complete schematic, please click [here](https://github.com/m5sta
- **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)
+## Example
+
+* [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)
+
+* [UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow)
+
## Related Video
- **m5stack instroduce**
diff --git a/docs/en/unit/esp32cam.md b/docs/en/unit/esp32cam.md
index 3bb47273..63c42146 100644
--- a/docs/en/unit/esp32cam.md
+++ b/docs/en/unit/esp32cam.md
@@ -4,7 +4,7 @@
***
-:memo:**[Description](#Description)** :bulb:**[Quick Start](zh_CN/quick_start/m5camera/m5camera_quick_start)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**
+:memo:**[Description](#Description)** :bulb:**[Quick Start](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[Code](#Code)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**
@@ -129,6 +129,12 @@ Because the module can generate WIFI hotspot AP, So you can use your mobile phon
- **[The comparison between ESP32CAM and M5Camera](https://github.com/m5stack/M5-Schematic/blob/master/Units/esp32-cam/hardware_diff_with_ESP32CAM_M5Camera.md)**
+## Code
+
+### Firmware
+
+- **[ESP32CAM Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/normal)**
+
@@ -133,7 +133,13 @@ Notes:
- **[The comparison between ESP32CAM and M5Camera](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/hardware_diff_with_ESP32CAM_M5Camera.md)**
-## Example
+## Code
+
+### Firmware
+
+- **[M5Camera Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/master)**
+
+### Example
- **[Color recognition](https://github.com/m5stack/Applications-cam)**
diff --git a/docs/ja/core/m5stick.md b/docs/ja/core/m5stick.md
index 82fbe31d..8f333af7 100644
--- a/docs/ja/core/m5stick.md
+++ b/docs/ja/core/m5stick.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stick_get_started_arduino)** :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/item/M5Stack-M5Stick-ESP32-1-3-OLED-80-mah-Ir/32947692973.html)**
+:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stick_get_started_arduino)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/item/M5Stack-M5Stick-ESP32-1-3-OLED-80-mah-Ir/32947692973.html)**
## 概要
@@ -83,6 +83,12 @@ https://github.com/m5stack/M5-Schematic/tree/master/Core/m5stick
- **データシート** - [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)
+## サンプルコード
+
+* [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)
+
+* [UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow)
+
## 関連動画
- **m5stackの紹介**
diff --git a/docs/ja/unit/esp32cam.md b/docs/ja/unit/esp32cam.md
index b6c67b19..7b1dae1d 100644
--- a/docs/ja/unit/esp32cam.md
+++ b/docs/ja/unit/esp32cam.md
@@ -4,7 +4,7 @@
***
-:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stack_core_quick_start)** :octocat::electric_plug:**[回路図](https://github.com/m5stack/M5-回路図/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**
+:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[コード](#コード)** :electric_plug:**[回路図](https://github.com/m5stack/M5-回路図/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**
## 概要
@@ -55,6 +55,12 @@
- [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- [OV2640](https://www.uctronics.com/download/cam_module/OV2640DS.pdf)
+## コード
+
+### ファームウェア
+
+- **[ESP32CAM ファームウェア](https://github.com/m5stack/m5stack-cam-psram/tree/normal)**
+
## 関連情報
- [ESP32Cam ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-ESP32-OV2640-C-3D-Wifi/3226069_32881414545.html)
\ No newline at end of file
diff --git a/docs/ja/unit/m5camera.md b/docs/ja/unit/m5camera.md
index 990759bf..abd8685c 100644
--- a/docs/ja/unit/m5camera.md
+++ b/docs/ja/unit/m5camera.md
@@ -4,7 +4,7 @@
***
-:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stack_core_quick_start)** :octocat::electric_plug:**[回路図](https://github.com/m5stack/M5-回路図/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**
+:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[コード](#コード)** :octocat::electric_plug:**[回路図](https://github.com/m5stack/M5-回路図/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**
## 概要
@@ -53,3 +53,15 @@
- **[フォーラム](http://forum.m5stack.com/)**
- **データシート** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [OV2640](https://www.uctronics.com/download/cam_module/OV2640DS.pdf)
+
+## コード
+
+### ファームウェア
+
+- **[M5Camera ファームウェア](https://github.com/m5stack/m5stack-cam-psram/tree/normal)**
+
+### ルーチン
+
+- **[色認識](https://github.com/m5stack/Applications-cam)**
+
+- **[顔認識](https://github.com/m5stack/esp-who)**
\ No newline at end of file
diff --git a/docs/zh_CN/core/m5stick.md b/docs/zh_CN/core/m5stick.md
index e6b7b67b..f1365af4 100644
--- a/docs/zh_CN/core/m5stick.md
+++ b/docs/zh_CN/core/m5stick.md
@@ -5,7 +5,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)** :clapper:**[相关视频](#相关视频)**
## 描述
@@ -72,6 +72,12 @@ M5Stick有两个版本,白色外壳是无PSRAM的版本,灰色外壳是有MP
- **数据手册** - [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)
+## 例程
+
+* [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)
+
+* [UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow)
+
## 相关视频
- **m5stack的简介**
diff --git a/docs/zh_CN/module/plus.md b/docs/zh_CN/module/plus.md
index 26ef3cd1..e802d3df 100644
--- a/docs/zh_CN/module/plus.md
+++ b/docs/zh_CN/module/plus.md
@@ -72,4 +72,4 @@ while(Wire.available()) {
## 原理图
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/zh_CN/unit/396port.md b/docs/zh_CN/unit/396port.md
index 65f2b48d..87b6a055 100644
--- a/docs/zh_CN/unit/396port.md
+++ b/docs/zh_CN/unit/396port.md
@@ -8,7 +8,7 @@
## 描述
-3.96port是一个GROVE接口转VH3.96-4Pin接口的适配模块. 如果你想外接VH3.96-4Pin接口的设备的话,最好使用上这个Unit,会更加方便.
+3.96port是一个GROVE接口转VH3.96-4Pin接口的转换模块. 如果你想外接VH3.96-4Pin接口的设备的话,最好使用上这个Unit,会更加方便.
## 特性
diff --git a/docs/zh_CN/unit/esp32cam.md b/docs/zh_CN/unit/esp32cam.md
index fb5c560a..56307b4d 100644
--- a/docs/zh_CN/unit/esp32cam.md
+++ b/docs/zh_CN/unit/esp32cam.md
@@ -6,7 +6,7 @@
***
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.46.6c2275f4nUJEfh&id=570594844588)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.46.6c2275f4nUJEfh&id=570594844588)**
@@ -129,6 +129,18 @@
- **[ESP32CAM和M5Camera的硬件对比](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/hardware_diff_with_ESP32CAM_M5Camera_zh_CN.md)**
+## 代码
+
+### 固件
+
+- **[ESP32CAM 固件](https://github.com/m5stack/m5stack-cam-psram/tree/normal)**
+
+
+
@@ -111,10 +111,10 @@
**MIC(SPM1423) 接口**
-| *MPU6050* | *M5Camera(A 版本)* | *M5Camera(B 版本)* |
+| *SPM1423* | *M5Camera(A 版本)* | *M5Camera(B 版本)* |
| :-----------: | :------: | :------: |
-| SCL |IO2|IO2|
-| SDA |IO4|IO4|
+| CLK |IO4|IO4|
+| DATA |IO2|IO2|
**LED 接口**
@@ -137,7 +137,13 @@ Notes:
- **数据手册** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [OV2640](https://www.uctronics.com/download/cam_module/OV2640DS.pdf)
-## 例程
+## 代码
+
+### 固件
+
+- **[M5Camera 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master)**
+
+### 例程
- **[颜色识别](https://github.com/m5stack/Applications-cam)**