From f8836cfb4d82e2d3c1664fc2e007b5d13c2ccfcd Mon Sep 17 00:00:00 2001 From: Lyon-Zovey Date: Tue, 12 Aug 2025 14:52:19 +0800 Subject: [PATCH] fixed readme.md + readme_cn.md --- README.md | 12 +++++------- README_cn.md | 10 +++++----- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5f5e7e6..734ca94 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,18 @@ -# English Translation +# M5_Camera_Examples English | [中文](./README_cn.md) -## M5_Camera_Examples - -### Description +## Description All examples in this library are developed based on the ESP-IDF platform, designed for communication between TimerCAM and host computers or data interaction with various cloud services. The demos in this library include the following functions: cloud storage using Ali-OSS, communication with AWS-related cloud services, real-time camera data transmission via HTTP, file transfer to host computers using SMB servers, wake-up function demonstration, and wireless transmission function demonstration. TimerCAM is an ESP32-based camera module featuring an ESP32 chip with 8MB PSRAM onboard. It uses a 3-megapixel camera (OV3660) with a 66.5° field of view, capable of capturing photos at up to 1600 x 1200 resolution. With status indicators, it emphasizes ultra-low power design. Through the RTC (BM8563), it can achieve timed sleep and wake-up functions, reducing sleep current to as low as 2μA. The board includes a battery interface for users to connect external power supplies. The module supports WiFi image transmission and USB port debugging, with a bottom HY2.0-4P port for connecting other peripherals. -### IDF Version Support +## IDF Version Support - Adapted for ESP-IDF v5.0 and above -### Project Structure +## Project Structure ``` ├── common @@ -35,6 +33,6 @@ TimerCAM is an ESP32-based camera module featuring an ESP32 chip with 8MB PSRAM A Python script has also been written to run on the server side to handle TCP responses in the wireless-send function. -### Product Details +## Product Details For more information about product specifications and usage, please visit [this product documentation](https://docs.m5stack.com/en/unit/timercam). \ No newline at end of file diff --git a/README_cn.md b/README_cn.md index d6eaa7c..31393c9 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,18 +1,18 @@ -## M5_Camera_Examples +# M5_Camera_Examples [English](./README.md) | 中文 -### 描述 +## 描述 本库中的全部案例都基于 ESP-IDF 平台开发,用于 TimerCAM 和上位机进行通讯或云端各种服务进行数据交互。该库中的 demo 有以下功能: 使用 Ali - OSS 进行数据的云存储,与 AWS 相关的云服务进行通讯,使用 http 进行摄像头数据的实时传递,用 SMB 服务器进行上位机的文件传输,唤醒功能演示,无线传输功能演示。 TimerCAM 是一款基于 ESP32 的摄像头模块,集成 ESP32 芯片,板载 8M PSRAM ,采用 300 万像素的摄像头(OV3660)可视角 66.5° ,最高可实现拍摄 1600 x 1200 分辨率的照片,带有状态指示灯,主打超低功耗设计,通过 RTC(BM8563) 可实现定时休眠与唤醒,休眠电流可降低至 2μA ,板上预留电池接口,用户可自行接入电池供电。模块支持WiFi图像传输和USB端口调试,底部HY2.0-4P端口输出,可连接其他外设。 -### IDF 版本支持 +## IDF 版本支持 - 已为 ESP-IDF v5.0 以上的版本进行了适配 -### 项目结构 +## 项目结构 ``` . @@ -34,7 +34,7 @@ TimerCAM 是一款基于 ESP32 的摄像头模块,集成 ESP32 芯片,板载 同时编写了一个 python 脚本,可在服务器端运行,满足 wireless-send 中的 tcp 响应。 -### 产品详情 +## 产品详情 如需要了解产品的各项参数或使用也可访问 [此产品文档](https://docs.m5stack.com/zh_CN/unit/timercam)。