mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
fix some link
This commit is contained in:
@@ -181,8 +181,6 @@ what this software can do?
|
||||
|
||||
- **[Serial communication-ESP32CAM](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/ESP32-Camera)**
|
||||
|
||||
### ArduinoIDE
|
||||
|
||||
- **[Serial communication-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino/uart)**(The serial communication routine is the communication between the camera and the M5Core.)
|
||||
|
||||
## Video
|
||||
|
||||
@@ -173,13 +173,17 @@
|
||||
|
||||
## 案例程序
|
||||
|
||||
- **[串口通信-ESP32CAM](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
## 出厂固件(WiFi传输图像)
|
||||
|
||||
- **[ESP32CAM 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera)**
|
||||
- **[ESP32CAM 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/ESP32-Camera)**
|
||||
|
||||
- **[串口通信-ESP32CAM](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/ESP32-Camera)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino/uart)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
|
||||
|
||||
|
||||
## 相关视频
|
||||
|
||||
|
||||
@@ -184,24 +184,25 @@
|
||||
|
||||
### 出厂固件(WiFi传输图像)
|
||||
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20B)**
|
||||
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5Camera)**
|
||||
|
||||
### 例程
|
||||
|
||||
- **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B)**
|
||||
- **[人脸识别](https://github.com/m5stack/M5Stack-Camera/tree/master/face_recognize/firmware/M5Camera)**
|
||||
|
||||
- **[串口通信-M5Camera](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)**
|
||||
- **[串口通信-M5Camera](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5Camera)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
- **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20B)**
|
||||
- **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr)**
|
||||
|
||||
- **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5Camera)**(焊接**MPU6050**芯片后,陀螺仪的例程)
|
||||
|
||||
- **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20B)**(焊接**MPU6050**芯片后,陀螺仪的例程)
|
||||
|
||||
|
||||
### 源码
|
||||
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
|
||||
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
|
||||
|
||||
## 原理图
|
||||
|
||||
|
||||
@@ -190,23 +190,24 @@
|
||||
|
||||
### 出厂固件(WiFi传输图像)
|
||||
|
||||
- **[M5CameraF 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20F)**
|
||||
- **[M5CameraF 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraF)**
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_06.webp" width="50%" height="50%">
|
||||
|
||||
### 例程
|
||||
|
||||
- **[串口通信-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)**
|
||||
- **[串口通信-M5CameraF](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraF)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
- **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)**
|
||||
- **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraF)**
|
||||
|
||||
- **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraF)**(焊接**MPU6050**芯片后,陀螺仪的例程)
|
||||
|
||||
- **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20F)**(焊接**MPU6050**芯片后,陀螺仪的例程)
|
||||
|
||||
### 源码
|
||||
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
|
||||
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
|
||||
|
||||
## 原理图
|
||||
|
||||
|
||||
@@ -157,21 +157,25 @@
|
||||
|
||||
### 出厂固件(WiFi传输图像)
|
||||
|
||||
- **[M5CameraF 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20F)**
|
||||
- **[M5CameraF 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraF)**
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_06.webp" width="50%" height="50%">
|
||||
|
||||
### 例程
|
||||
|
||||
- **[串口通信-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)**
|
||||
- **[串口通信-M5CameraF](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraF)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
- **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraF)**
|
||||
|
||||
- **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraF)**(焊接**MPU6050**芯片后,陀螺仪的例程)
|
||||
|
||||
- **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)**
|
||||
|
||||
### 源码
|
||||
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
|
||||
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
|
||||
@@ -183,25 +183,25 @@
|
||||
|
||||
### 出厂固件(WiFi传输图像)
|
||||
|
||||
- **[M5CameraX 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20X)**
|
||||
- **[M5CameraX 固件](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraX)**
|
||||
|
||||
<!-- <img src="assets/img/product_pics/unit/unit_m5camera_f_06.webp" width="50%" height="50%"> -->
|
||||
|
||||
### 例程
|
||||
|
||||
- **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20X)**
|
||||
- **[人脸识别](https://github.com/m5stack/M5Stack-Camera/tree/master/face_recognize/firmware/M5CameraX)**
|
||||
|
||||
- **[串口通信-M5CameraX](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20X)**
|
||||
- **[串口通信-M5CameraX](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraX)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
- **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20X)**
|
||||
- **[QRcode识别](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraX)**
|
||||
|
||||
- **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20X)**(焊接**MPU6050**芯片后,陀螺仪的例程)
|
||||
- **[MPU6050](https://github.com/m5stack/M5Stack-Camera/tree/master/mpu6050/firmware/M5CameraX)**(焊接**MPU6050**芯片后,陀螺仪的例程)
|
||||
|
||||
### 源码
|
||||
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
|
||||
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
|
||||
|
||||
## 原理图
|
||||
|
||||
|
||||
Reference in New Issue
Block a user