diff --git a/docs/assets/img/product_pics/unit/unit_m5camera_04.png b/docs/assets/img/product_pics/unit/unit_m5camera_04.png
new file mode 100644
index 00000000..5946b286
Binary files /dev/null and b/docs/assets/img/product_pics/unit/unit_m5camera_04.png differ
diff --git a/docs/assets/img/product_pics/unit/unit_m5camera_05.png b/docs/assets/img/product_pics/unit/unit_m5camera_05.png
new file mode 100644
index 00000000..efdebc3d
Binary files /dev/null and b/docs/assets/img/product_pics/unit/unit_m5camera_05.png differ
diff --git a/docs/assets/img/product_pics/unit/unit_m5camera_06.png b/docs/assets/img/product_pics/unit/unit_m5camera_06.png
new file mode 100644
index 00000000..7d7f3ef3
Binary files /dev/null and b/docs/assets/img/product_pics/unit/unit_m5camera_06.png differ
diff --git a/docs/en/unit/m5camera.md b/docs/en/unit/m5camera.md
index 7400c3c5..71a1b8bc 100644
--- a/docs/en/unit/m5camera.md
+++ b/docs/en/unit/m5camera.md
@@ -6,13 +6,30 @@
:memo:**[Description](#Description)** :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)** :octocat:**[Code](#Code)** 🛒**[Purchase](https://pt.aliexpress.com/item/M5Stack-Oficial-ESP32-WROVER-com-M-dulo-de-C-mera-PSRAM-OV2640-Tipo-C-Grove-Porta/32909972455.html?spm=a2g03.12010108.1000013.1.28487d58Cog3fX&pvid=7b101d99-7f75-4eba-9b6c-3dbf826a6f7d&gps-id=pcDetailBottomMoreThisSeller&scm=1007.13339.90158.0&scm-url=1007.13339.90158.0&scm_id=1007.13339.90158.0)**
+
+
## Description
-The **M5Camera** is a tiny unit based on ESP32 chip and OV2640 **including PSRAM**. You can even program it through ESP-IDF.
+The **M5Camera** is a camera unit based on ESP32 chip and OV2640 **including PSRAM**. You can even program it through ESP-IDF or Arduino IDE.
+
+**There are two versions of M5Camera Unit: A Model and B Model.**
+
+
+
+This Unit reserves the weld of the 9-axis gyroscope (MPU6050), Temperature and humidity pressure sensor (BME280) and **Digital silicon microphone (SPM1423)**. If you need those devices, you can Self-weld them or purchase those version thraightly. Additionally, M5Camera also reserves the weld of battery.
+
+**Note: M5Camera is named differently when different hardware is selected. They follow the rules below.**
+
+*M5Camera_#_#... means optional hardware name follows "M5Camera".*
+
+* If configured with MPU6050, will be named M5Camera_6050
+* If also configured with microphone, will be named M5Camera_6050_MIC
+* If also configured with BME280, will be named M5CameraX_6050_MIC_BME280
+
+
-The M5Camera equips the ESP32 with everything necessary to program, run and develop on the wonderful chip. It also features a LiPo charger (IP5306) , so your M5Camera project can be battery-powered and truly wireless. Additionally, the board reserved the Welding positions of MPU6050,BME280 and an analog MIC.
## Include
@@ -45,7 +62,7 @@ The M5Camera equips the ESP32 with everything necessary to program, run and deve
- Scan Mode: Progressive
- Camera specifications
+ CCD size : 1/4inch
- + Field of View : 78 degree
+ + Field of View : **78 degree**
+ Maxmium Pixel: 200W
- Sensor best resolution: 1600 * 1200
- Dimension: 25mm x 24mm
@@ -53,6 +70,8 @@ The M5Camera equips the ESP32 with everything necessary to program, run and deve
## PinMap
+**There are two versions of M5Camera Unit: A Model and B Model.**
+
**Camera Interface PinMap**
| *Interface* | *Camera Pin*| *M5Camera(A model)* | *M5Camera(B model)* |
@@ -105,6 +124,8 @@ The M5Camera equips the ESP32 with everything necessary to program, run and deve
**MPU6050 Interface**
+*It's IIC address is 0x68.*
+
| *MPU6050* | *M5Camera(A model)* | *M5Camera(B model)* |
| :-----------: | :------: | :------: |
| SCL | IO23 | IO23 |
@@ -117,11 +138,13 @@ The M5Camera equips the ESP32 with everything necessary to program, run and deve
| SCL |IO2|IO2|
| SDA |IO4|IO4|
-Notes:
+**NOTE:**
1. **Camera Power Down** pin does not need to be connected to ESP32 GPIO. Instead it may be pulled down to ground with 10 kOhm resistor.
-
+2. We have several kinds of camera boards, the following figures show the main differece with them. If you want the detailed defference with them, please click [here](https://shimo.im/sheets/gP96C8YTdyjGgKQC).
+
+
## Related Link
@@ -131,8 +154,6 @@ Notes:
- **Datasheet** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [OV2640](https://www.uctronics.com/download/cam_module/OV2640DS.pdf)
-- **[The comparison between ESP32CAM and M5Camera](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/hardware_diff_with_ESP32CAM_M5Camera.md)**
-
## Code
### Firmware
@@ -145,21 +166,12 @@ Notes:
- **[Face recognition](https://github.com/m5stack/esp-who)**
-
+**M5Camera Application - Web page view remote monitoring object**
-
+
-
+**M5Camera Application - Image transmission between M5Camera and M5Core**
-
-
-
\ No newline at end of file
+ -->
diff --git a/docs/en/unit/m5camera_f.md b/docs/en/unit/m5camera_f.md
index ef2ef1a6..671e5fc3 100644
--- a/docs/en/unit/m5camera_f.md
+++ b/docs/en/unit/m5camera_f.md
@@ -27,8 +27,6 @@ This Unit reserves the weld of the 9-axis gyroscope (MPU6050), Temperature and h
-
-
## Include
- 1x M5Camera
diff --git a/docs/zh_CN/unit/m5camera.md b/docs/zh_CN/unit/m5camera.md
index a129c181..3d409271 100644
--- a/docs/zh_CN/unit/m5camera.md
+++ b/docs/zh_CN/unit/m5camera.md
@@ -15,8 +15,22 @@
**M5Camera**是一款基于 ESP32 芯片,集成 OV2640 摄像头驱动芯片的摄像头模块,并集成了 **PSRAM**。你可以通过 ESP-IDF 或 Arduino IDE 来编程摄像头功能。
+M5Camera Unit 有 A Model 和 B Model 两种接口版本。
+
+
+
同时,M5Camera Unit 还预留了9轴陀螺仪 (MPU6050) 、大气压3合1传感器 (BME280) 和**数字硅晶麦克风 (SPM1423)**的焊接口,如果你需要这些器件,可以焊接到对应位置上。M5Camera Unit 还预留了电池接口,如果你需要做可移动的摄像头,那么可以焊接手头的锂电池到对应位置上。
+**注意:选配不同硬件时,M5Camera 的命名不一样,遵循以下规则**
+
+*M5Camera_#_#... 即 M5Camera 后跟选配的硬件。*
+
+* 如果选配 MPU6050,则命名为 M5Camera_6050
+* 如果还选配了麦克风 SPM1423,则命名为 M5Camera_6050_MIC
+* 如果还选配了温湿度气压传感器 BME280,则命名为 M5Camera_6050_BME280
+
+
+
因为模块可以生成 WIFI 热点 AP,所以可以用手机、PC 或其他设备通过 WIFI 无线获取摄像头图片,也可以通过模块的 GROVE 接口有线获取摄像头图片。目前可以实现网络摄像头、颜色识别和人脸识别功能。
## 包含
@@ -47,8 +61,7 @@
+ CIF: 60fps
- 扫描模式: Progressive
- 摄像头特性
- + CCD尺寸: 1/4 寸
- + 可视范围: 78 度
+ + 可视范围: **78 度**
+ 最大像素: 200W
- 传感器最大分辨率:1600 * 1200
- 尺寸:25mm x 24mm
@@ -77,7 +90,7 @@
| Pixel Data Bit 6 | D8 |IO36 |IO36 |
| Pixel Data Bit 7 | D9 |IO19 |IO19 |
| Camera Reset | RESET |IO15 |IO15 |
-| Camera Power Down | PWDN | *see Note 1* | *see Note 1* |
+| Camera Power Down | PWDN | *查看注意 1* | *查看注意 1* |
| Power Supply 3.3V | 3V3 | 3V3 | 3V3 |
| Ground | GND | GND | GND |
@@ -90,6 +103,12 @@
| 5V | 5V | 5V |
| GND | GND | GND |
+**LED 接口**
+
+| *LED* | *M5Camera(A 版本)* | *M5Camera(B 版本)* |
+| :-----------:| :------: | :------: |
+| LED_Pin | IO14 | IO14 |
+
**以下为预留的IC接口**
**BME280 接口**
@@ -116,17 +135,15 @@
| CLK |IO4|IO4|
| DATA |IO2|IO2|
-**LED 接口**
+
-| *LED* | *M5Camera(A 版本)* | *M5Camera(B 版本)* |
-| :-----------:| :------: | :------: |
-| LED_Pin | IO14 | IO14 |
-
-Notes:
+**注意:**
1. **Camera Power Down 引脚** 没必要连接到 ESP32 的引脚。
-
+2. 我们有几个版本的摄像头板子,下图是它们主要区别的比较,如果想查看详细的资源对比,请点击[这里](https://shimo.im/sheets/gP96C8YTdyjGgKQC/e2041)。
+
+
## 相关链接
@@ -149,40 +166,6 @@ Notes:
- **[人脸识别](https://github.com/m5stack/esp-who)**
-
-
-
-
-
-
-
-
-
-
-
-
-
-
## 相关视频
**M5Camera 的应用 - 网页查看远程监控对象**
diff --git a/docs/zh_CN/unit/m5camera_f.md b/docs/zh_CN/unit/m5camera_f.md
index fd96f070..3daa5ded 100644
--- a/docs/zh_CN/unit/m5camera_f.md
+++ b/docs/zh_CN/unit/m5camera_f.md
@@ -32,8 +32,7 @@
-
+因为模块可以生成 WIFI 热点 AP,所以可以用手机、PC 或其他设备通过 WIFI 无线获取摄像头图片,也可以通过模块的 GROVE 接口有线获取摄像头图片。
## 包含