mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of https://github.com/m5stack/m5-docs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<img src="assets\img\product_pics\hat\beetlec_hat\beetlec_hat_01.jpg" width="30%" height="30%"> <img src="assets\img\product_pics\hat\beetlec_hat\beetlec_hat_02.jpg" width="30%" height="30%">
|
||||
|
||||
|
||||
:memo:**[Description](#Description)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo_min.pngw">**[EasyLoader](#EasyLoader)** 🛒**[Purchase](https://m5stack.com/products/beetlec-w-o-m5stickc)**
|
||||
:memo:**[Description](#Description)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo_min.png">**[EasyLoader](#EasyLoader)** 🛒**[Purchase](https://m5stack.com/products/beetlec-w-o-m5stickc)**
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic))** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/m5stickccompatible-hat-pir-sensor)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo_min.png">**[EasyLoader](#EasyLoader)**
|
||||
:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/m5stickccompatible-hat-pir-sensor)** <img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo_min.png">**[EasyLoader](#EasyLoader)**
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
| IO19(MISO) | IO26(DAC1) |
|
||||
| IO18(EXT\_SCK) | 3V3 |
|
||||
| IO3(U1\_RX) | IO1(U1\_TX) |
|
||||
| IO16(U1\_RX) | IO17(U2\_TX) |
|
||||
| IO16(U2\_RX) | IO17(U2\_TX) |
|
||||
| IO21(I2C\_SDA) | IO22(I2C\_SCL) |
|
||||
| IO2 | IO5 |
|
||||
| IO12(I2S\_SCLK) | IO13 |
|
||||
|
||||
@@ -24,17 +24,9 @@ The hardware also comes with some reserved weld pad, just in case you want put t
|
||||
- **Digital silicon microphone (SPM1423)**
|
||||
- Lipo Battery power pins
|
||||
|
||||
**ESP32CAM** is the most popular pattern among the M5 camera series so far. If you need more storage please check M5Camera. If you need fisheye lens, please check M5CameraF.
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_esp32cam_05.png" width="50%"><img src="assets/img/product_pics/unit/unit_esp32cam_06.png" width="50%">
|
||||
|
||||
**Note: ESP32CAM is named differently when different hardware is selected. They follow the rules below.**
|
||||
|
||||
*ESP32CAM_#_#... means optional hardware name follows "ESP32CAM".*
|
||||
|
||||
* If configured with MPU6050, will be named ESP32CAM_6050
|
||||
* If also configured with microphone, will be named ESP32CAM_6050_MIC
|
||||
* If also configured with BME280, will be named ESP32CAM_6050_MIC_BME280
|
||||
|
||||
## Product Features
|
||||
|
||||
|
||||
+44
-58
@@ -85,45 +85,45 @@ The hardware also comes with some reserved weld pad, just in case you want put t
|
||||
|
||||
## PinMap
|
||||
|
||||
**There are two versions of M5Camera Unit: A Model and B Model.**
|
||||
<!-- **There are two versions of M5Camera Unit: A Model and B Model.** -->
|
||||
|
||||
**Camera Interface PinMap**
|
||||
|
||||
| *Interface* | *Camera Pin*| *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :------------------- | :--------:| :------: | :------: |
|
||||
| SCCB Clock | SIOC |IO23 |IO23 |
|
||||
| SCCB Data | SIOD |**IO25** |**IO22** |
|
||||
| System Clock | XCLK |IO27 |IO27 |
|
||||
| Vertical Sync | VSYNC |**IO22** |**IO25** |
|
||||
| Horizontal Reference | HREF |IO26 |IO26 |
|
||||
| Pixel Clock | PCLK |IO21 |IO21 |
|
||||
| Pixel Data Bit 0 | D2 |IO32 |IO32 |
|
||||
| Pixel Data Bit 1 | D3 |IO35 |IO35 |
|
||||
| Pixel Data Bit 2 | D4 |IO34 |IO34 |
|
||||
| Pixel Data Bit 3 | D5 |IO5 |IO5 |
|
||||
| Pixel Data Bit 4 | D6 |IO39 |IO39 |
|
||||
| Pixel Data Bit 5 | D7 |IO18 |IO18 |
|
||||
| Pixel Data Bit 6 | D8 |IO36 |IO36 |
|
||||
| Pixel Data Bit 7 | D9 |IO19 |IO19 |
|
||||
| Camera Reset | RESET |IO15 |IO15 |
|
||||
| Camera Power Down | PWDN | / | / |
|
||||
| Power Supply 3.3V | 3V3 | 3V3 | 3V3 |
|
||||
| Ground | GND | GND | GND |
|
||||
| *Interface* | *Camera Pin*| *M5Camera* |
|
||||
| :------------------- | :--------:| :------: |
|
||||
| SCCB Clock | SIOC |IO23 |
|
||||
| SCCB Data | SIOD |**IO22** |
|
||||
| System Clock | XCLK |IO27 |
|
||||
| Vertical Sync | VSYNC |**IO25** |
|
||||
| Horizontal Reference | HREF |IO26 |
|
||||
| Pixel Clock | PCLK |IO21 |
|
||||
| Pixel Data Bit 0 | D2 |IO32 |
|
||||
| Pixel Data Bit 1 | D3 |IO35 |
|
||||
| Pixel Data Bit 2 | D4 |IO34 |
|
||||
| Pixel Data Bit 3 | D5 |IO5 |
|
||||
| Pixel Data Bit 4 | D6 |IO39 |
|
||||
| Pixel Data Bit 5 | D7 |IO18 |
|
||||
| Pixel Data Bit 6 | D8 |IO36 |
|
||||
| Pixel Data Bit 7 | D9 |IO19 |
|
||||
| Camera Reset | RESET |IO15 |
|
||||
| Camera Power Down | PWDN | / |
|
||||
| Power Supply 3.3V | 3V3 | 3V3 |
|
||||
| Ground | GND | GND |
|
||||
|
||||
**GROVE Interface**
|
||||
|
||||
| *Grove* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| SCL | IO13 | IO13 |
|
||||
| SDA | **IO12** | **IO4** |
|
||||
| 5V | 5V | 5V |
|
||||
| GND | GND | GND |
|
||||
| *Grove* | *M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | IO13 |
|
||||
| SDA | **IO4** |
|
||||
| 5V | 5V |
|
||||
| GND | GND |
|
||||
|
||||
**LED Interface**
|
||||
|
||||
| *LED* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| LED_Pin | IO14 | IO14 |
|
||||
| *LED* |*M5Camera* |
|
||||
| :-----------:| :------: |
|
||||
| LED_Pin | IO14 |
|
||||
|
||||
**The following tables are Reserved Chip Interfaces**
|
||||
|
||||
@@ -131,27 +131,26 @@ The hardware also comes with some reserved weld pad, just in case you want put t
|
||||
|
||||
*I2C address 0x76.*
|
||||
|
||||
| *BME280* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| SCL | IO23 | IO23 |
|
||||
| SDA | IO22 | IO22 |
|
||||
|
||||
| *BMP280* |*M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | IO23 |
|
||||
| SDA | IO22 |
|
||||
|
||||
**MPU6050 Interface**
|
||||
|
||||
*I2C address 0x68.*
|
||||
|
||||
| *MPU6050* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| SCL | IO23 | IO23 |
|
||||
| SDA | IO22 | IO22 |
|
||||
| *MPU6050* | *M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | IO23 |
|
||||
| SDA | IO22 |
|
||||
|
||||
**MIC(SPM1423) Interface**
|
||||
|
||||
| *MIC(SPM1423)* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| SCL |IO2|IO2|
|
||||
| SDA |IO4|IO4|
|
||||
| *MIC(SPM1423)* | *M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| CLK |IO4|
|
||||
| DATA |IO2|
|
||||
|
||||
|
||||
|
||||
@@ -174,27 +173,14 @@ The hardware also comes with some reserved weld pad, just in case you want put t
|
||||
|
||||
### Firmware
|
||||
|
||||
- **[A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20A)**
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20B)**
|
||||
|
||||
- **[B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
|
||||
|
||||
### Example
|
||||
|
||||
**A Model:**
|
||||
|
||||
- **[Face recognition](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20A)**
|
||||
|
||||
- **[Serial communication-A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20A)**
|
||||
|
||||
- **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(The serial communication routine is the communication between the camera and the M5Core.)
|
||||
|
||||
- **[QRcode](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20A)**
|
||||
|
||||
**B Model:**
|
||||
|
||||
- **[Face recognition](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B)**
|
||||
|
||||
- **[Serial communication-B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
|
||||
- **[Serial communication-M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
|
||||
|
||||
- **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(The serial communication routine is the communication between the camera and the M5Core.)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Unit RELAY {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/product_pics/unit/M5GO_Unit_relay.png" width="30%" height="30%"><img src="assets/img/product_pics/unit/unit_relay_grove_b.png" width="30%" height="30%">
|
||||
<img src="assets/img/product_pics/unit/M5GO_Unit_relay.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
| IO19(MISO) | IO26(DAC1) |
|
||||
| IO18(EXT\_SCK) | 3V3 |
|
||||
| IO3(U1\_RX) | IO1(U1\_TX) |
|
||||
| IO16(U1\_RX) | IO17(U2\_TX) |
|
||||
| IO16(U2\_RX) | IO17(U2\_TX) |
|
||||
| IO21(I2C\_SDA) | IO22(I2C\_SCL) |
|
||||
| IO2 | IO5 |
|
||||
| IO12(I2S\_SCLK) | IO13 |
|
||||
|
||||
@@ -23,15 +23,6 @@
|
||||
- **数字硅晶麦克风 (SPM1423)**
|
||||
- 电池插座
|
||||
|
||||
**ESP32CAM** 是M5相机系列中一款广受欢迎的模块,不管是从性能或是性价比上都有着出色的表现.M5相机系列还有一些其他的相机产品能够应对项目中的不同需求,如果你需要更多存储空间,请查看M5Camera(Link),如果您需要鱼眼镜头,请查看M5CameraF(Link).
|
||||
|
||||
**注意:选配不同硬件时,ESP32CAM 的命名不一样,遵循以下规则**
|
||||
|
||||
*ESP32CAM_#_#... 即 ESP32CAM 后跟选配的硬件。*
|
||||
|
||||
* 如果选配 MPU6050,则命名为 ESP32CAM_6050
|
||||
* 如果还选配了麦克风 SPQ2410,则命名为 ESP32CAM_6050_MIC
|
||||
* 如果还选配了温湿度气压传感器 BME280,则命名为 ESP32CAM_6050_BME280
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_esp32cam_05.png" width="50%"><img src="assets/img/product_pics/unit/unit_esp32cam_06.png" width="50%">
|
||||
|
||||
|
||||
+43
-57
@@ -81,41 +81,41 @@
|
||||
|
||||
**摄像头驱动芯片 OV2640 接口**
|
||||
|
||||
| *接口* | *Camera Pin*| *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :------------------- | :--------:| :------: | :------: |
|
||||
| SCCB Clock | SIOC |IO23 |IO23 |
|
||||
| SCCB Data | SIOD |**IO25** |**IO22** |
|
||||
| System Clock | XCLK |IO27 |IO27 |
|
||||
| Vertical Sync | VSYNC |**IO22** |**IO25** |
|
||||
| Horizontal Reference | HREF |IO26 |IO26 |
|
||||
| Pixel Clock | PCLK |IO21 |IO21 |
|
||||
| Pixel Data Bit 0 | D2 |IO32 |IO32 |
|
||||
| Pixel Data Bit 1 | D3 |IO35 |IO35 |
|
||||
| Pixel Data Bit 2 | D4 |IO34 |IO34 |
|
||||
| Pixel Data Bit 3 | D5 |IO5 |IO5 |
|
||||
| Pixel Data Bit 4 | D6 |IO39 |IO39 |
|
||||
| Pixel Data Bit 5 | D7 |IO18 |IO18 |
|
||||
| Pixel Data Bit 6 | D8 |IO36 |IO36 |
|
||||
| Pixel Data Bit 7 | D9 |IO19 |IO19 |
|
||||
| Camera Reset | RESET |IO15 |IO15 |
|
||||
| Camera Power Down | PWDN | / | / |
|
||||
| Power Supply 3.3V | 3V3 | 3V3 | 3V3 |
|
||||
| Ground | GND | GND | GND |
|
||||
| *接口* | *Camera Pin* | *M5Camera* |
|
||||
| :------------------- | :--------:| :------: |
|
||||
| SCCB Clock | SIOC |IO23 |
|
||||
| SCCB Data | SIOD |**IO22** |
|
||||
| System Clock | XCLK |IO27 |
|
||||
| Vertical Sync | VSYNC |**IO25** |
|
||||
| Horizontal Reference | HREF |IO26 |
|
||||
| Pixel Clock | PCLK |IO21 |
|
||||
| Pixel Data Bit 0 | D2 |IO32 |
|
||||
| Pixel Data Bit 1 | D3 |IO35 |
|
||||
| Pixel Data Bit 2 | D4 |IO34 |
|
||||
| Pixel Data Bit 3 | D5 |IO5 |
|
||||
| Pixel Data Bit 4 | D6 |IO39 |
|
||||
| Pixel Data Bit 5 | D7 |IO18 |
|
||||
| Pixel Data Bit 6 | D8 |IO36 |
|
||||
| Pixel Data Bit 7 | D9 |IO19 |
|
||||
| Camera Reset | RESET |IO15 |
|
||||
| Camera Power Down | PWDN | / |
|
||||
| Power Supply 3.3V | 3V3 | 3V3 |
|
||||
| Ground | GND | GND |
|
||||
|
||||
**GROVE 接口**
|
||||
|
||||
| *Grove* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| SCL | IO13 | IO13 |
|
||||
| SDA | **IO12** | **IO4** |
|
||||
| 5V | 5V | 5V |
|
||||
| GND | GND | GND |
|
||||
| *Grove* | *M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | IO13 |
|
||||
| SDA | **IO4** |
|
||||
| 5V | 5V |
|
||||
| GND | GND |
|
||||
|
||||
**LED 接口**
|
||||
|
||||
| *LED* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------:| :------: | :------: |
|
||||
| LED_Pin | IO14 | IO14 |
|
||||
| *LED* |*M5Camera* |
|
||||
| :-----------:| :------: |
|
||||
| LED_Pin | IO14 |
|
||||
|
||||
**以下为预留的IC接口**
|
||||
|
||||
@@ -123,25 +123,25 @@
|
||||
|
||||
*IIC 地址是 0x76*
|
||||
|
||||
| *BMP280* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| SCL | IO23 | IO23 |
|
||||
| SDA | IO22 | IO22 |
|
||||
| *BMP280* |*M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | IO23 |
|
||||
| SDA | IO22 |
|
||||
|
||||
|
||||
**MPU6050 接口**
|
||||
|
||||
| *MPU6050* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| SCL | IO23 | IO23 |
|
||||
| SDA | IO22 | IO22 |
|
||||
| *MPU6050* | *M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | IO23 |
|
||||
| SDA | IO22 |
|
||||
|
||||
**MIC(SPM1423) 接口**
|
||||
|
||||
| *MIC(SPM1423)* | *M5Camera(A model)* | *M5Camera(B model)* |
|
||||
| :-----------: | :------: | :------: |
|
||||
| CLK |IO4|IO4|
|
||||
| DATA |IO2|IO2|
|
||||
| *MIC(SPM1423)* | *M5Camera* |
|
||||
| :-----------: | :------: |
|
||||
| CLK |IO4|
|
||||
| DATA |IO2|
|
||||
|
||||
<img src="assets/img/product_pics/unit/m5camera/unit_m5camera_04.jpg" width="30%" height="30%">
|
||||
|
||||
@@ -162,27 +162,13 @@
|
||||
|
||||
### 出厂固件(WiFi传输图像)
|
||||
|
||||
- **[A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20A)**
|
||||
|
||||
- **[B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20B)**
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20B)**
|
||||
|
||||
### 例程
|
||||
|
||||
**A Model:**
|
||||
|
||||
- **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20A)**
|
||||
|
||||
- **[串口通信-A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20A)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
- **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20A)**
|
||||
|
||||
**B Model:**
|
||||
|
||||
- **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B)**
|
||||
|
||||
- **[串口通信-B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
|
||||
- **[串口通信-M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Unit RELAY {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/product_pics/unit/M5GO_Unit_relay.png" width="30%" height="30%"><img src="assets/img/product_pics/unit/unit_relay_grove_b.png" width="30%" height="30%">
|
||||
<img src="assets/img/product_pics/unit/M5GO_Unit_relay.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
|
||||
Reference in New Issue
Block a user