From 08d8eebd984435039c0043ea8ef3229ccccfbeaf Mon Sep 17 00:00:00 2001 From: Gitshaoxiang <1026025056@qq.com> Date: Tue, 5 Jan 2021 15:11:04 +0800 Subject: [PATCH] add TimerCAM schematic --- docs/en/core/core2_for_aws.md | 2 +- docs/en/unit/timercam.md | 11 +++++++++-- docs/en/unit/timercam_f.md | 11 +++++++++-- docs/en/unit/timercam_x.md | 10 ++++++++-- docs/zh_CN/core/core2_for_aws.md | 2 +- docs/zh_CN/unit/timercam.md | 9 ++++++++- docs/zh_CN/unit/timercam_f.md | 8 +++++++- docs/zh_CN/unit/timercam_x.md | 9 ++++++++- docs/zh_CN/unit/watering.md | 28 ++++++++++++++++++++++++++++ docs/zh_CN/unit/weight.md | 6 +++--- 10 files changed, 82 insertions(+), 14 deletions(-) diff --git a/docs/en/core/core2_for_aws.md b/docs/en/core/core2_for_aws.md index e11f8ea8..fefac0e4 100644 --- a/docs/en/core/core2_for_aws.md +++ b/docs/en/core/core2_for_aws.md @@ -14,7 +14,7 @@ Choose the development platform you want to use, view the corresponding tutorial ## Description -**Core2 for AWS** is the reference hardware kit for AWS IoT EduKit – a prescriptive learning program from AWS which makes it easy and cost effective to learn how to build IoT applications using AWS services. It comes equipped with a Microchip ATECC608A Trust&GO secure element, in addition to the existing features of the standard M5Stack Core2 and M5GO Bottom2. The Core2 for AWS is a feature rich, plug and play extensible, and secure hardware kit for learning and building a wide range of IoT applications. +**Core2 for AWS** is the reference hardware kit for AWS IoT EduKit – a prescriptive learning program from AWS which makes it easy and cost effective to learn how to build IoT applications using AWS services. It comes equipped with a Microchip ATECC608A [Trust&GO](https://www.microchip.com/design-centers/security-ics/trust-platform/trust-go) pre-provisioned secure element, in addition to the existing features of the standard M5Stack Core2 and M5GO Bottom2. The Core2 for AWS is a feature rich, plug and play extensible, and secure hardware kit for learning and building a wide range of IoT applications. To learn more about the **AWS IoT EduKit** program, visit [https://edukit.workshop.aws.](https://edukit.workshop.aws) diff --git a/docs/en/unit/timercam.md b/docs/en/unit/timercam.md index 48a7c9bf..8185851d 100644 --- a/docs/en/unit/timercam.md +++ b/docs/en/unit/timercam.md @@ -168,8 +168,9 @@ In sleep mode, the current consumption of the whole machine is only 2μA. After **BAT Interface** | *BAT* | *TimerCamera* | -| :-----------:| :------: | -| BAT_ADC_Pin | IO33 | +| :-----------:| :------: | +| BAT_ADC_Pin | IO38 | +| BAT_HOLD_Pin | IO33 | ## Related Link @@ -177,6 +178,12 @@ In sleep mode, the current consumption of the whole machine is only 2μA. After - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf) - [OV3660](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV3660_CSP3_DS_1.3_sida.pdf) +## Schematic + +[TimerCAM_A1-ESP32_SUBSYS](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A1-ESP32_SUBSYS.pdf) + +[TimerCAM_A2-PMS_UART](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A2-PMS_UART.pdf) + ## Example ### Arduino diff --git a/docs/en/unit/timercam_f.md b/docs/en/unit/timercam_f.md index 48a73e7a..099f4a95 100644 --- a/docs/en/unit/timercam_f.md +++ b/docs/en/unit/timercam_f.md @@ -178,8 +178,9 @@ The **Timer Camera F** is a fisheye camera module based on ESP32-D0WDQ6-V3 with **BAT Interface** | *BAT* | *TimerCamera* | -| :-----------:| :------: | -| BAT_ADC_Pin | IO33 | +| :-----------:| :------: | +| BAT_ADC_Pin | IO38 | +| BAT_HOLD_Pin | IO33 | ## Related Link @@ -187,6 +188,12 @@ The **Timer Camera F** is a fisheye camera module based on ESP32-D0WDQ6-V3 with - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf) - [OV3660](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV3660_CSP3_DS_1.3_sida.pdf) +## Schematic + +[TimerCAM_A1-ESP32_SUBSYS](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A1-ESP32_SUBSYS.pdf) + +[TimerCAM_A2-PMS_UART](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A2-PMS_UART.pdf) + ## Example ### Arduino diff --git a/docs/en/unit/timercam_x.md b/docs/en/unit/timercam_x.md index aae3a8b2..fc7bdf9b 100644 --- a/docs/en/unit/timercam_x.md +++ b/docs/en/unit/timercam_x.md @@ -174,8 +174,9 @@ Choose the development platform you want to use, view the corresponding tutorial **BAT Interface** | *BAT* | *TimerCamera* | -| :-----------:| :------: | -| BAT_ADC_Pin | IO33 | +| :-----------:| :------: | +| BAT_ADC_Pin | IO38 | +| BAT_HOLD_Pin | IO33 | ## Related Link @@ -183,6 +184,11 @@ Choose the development platform you want to use, view the corresponding tutorial - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf) - [OV3660](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV3660_CSP3_DS_1.3_sida.pdf) +## Schematic + +[TimerCAM_A1-ESP32_SUBSYS](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A1-ESP32_SUBSYS.pdf) + +[TimerCAM_A2-PMS_UART](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A2-PMS_UART.pdf) ## Example diff --git a/docs/zh_CN/core/core2_for_aws.md b/docs/zh_CN/core/core2_for_aws.md index 9ddfd099..15936b53 100644 --- a/docs/zh_CN/core/core2_for_aws.md +++ b/docs/zh_CN/core/core2_for_aws.md @@ -14,7 +14,7 @@ ## 描述 -**Core2 for AWS**是AWS物联网学习项目的专属套件。它由**M5Stack Core2**核心主控和**M5GO-Bottom For AWS**拓展底座组成,并且额外定制集成了ATECC608A硬件加密,是物联网学习和安全项目构建的理想套件。 +**Core2 for AWS**是AWS物联网学习项目的专属套件。它由**M5Stack Core2**核心主控和**M5GO-Bottom For AWS**拓展底座组成,并且额外定制集成了ATECC608A [Trust&GO](https://www.microchip.com/design-centers/security-ics/trust-platform/trust-go) 硬件加密,是物联网学习和安全项目构建的理想套件。 获取更多**AWS IoT EduKit**相关教程, 访问 [https://edukit.workshop.aws.](https://edukit.workshop.aws) diff --git a/docs/zh_CN/unit/timercam.md b/docs/zh_CN/unit/timercam.md index cfcd8247..e55c614e 100644 --- a/docs/zh_CN/unit/timercam.md +++ b/docs/zh_CN/unit/timercam.md @@ -165,7 +165,8 @@ | *BAT* | *TimerCamera* | | :-----------:| :------: | -| BAT_ADC_Pin | IO33 | +| BAT_ADC_Pin | IO38 | +| BAT_HOLD_Pin | IO33 | ## 相关链接 @@ -173,6 +174,12 @@ - [ESP32-D0WDQ6-V3](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf) - [OV3660](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV3660_CSP3_DS_1.3_sida.pdf) +## 原理图 + +[TimerCAM_A1-ESP32_SUBSYS](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A1-ESP32_SUBSYS.pdf) + +[TimerCAM_A2-PMS_UART](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A2-PMS_UART.pdf) + ## 案例程序 diff --git a/docs/zh_CN/unit/timercam_f.md b/docs/zh_CN/unit/timercam_f.md index 0333da38..a955891d 100644 --- a/docs/zh_CN/unit/timercam_f.md +++ b/docs/zh_CN/unit/timercam_f.md @@ -176,7 +176,8 @@ | *BAT* | *TimerCamera* | | :-----------:| :------: | -| BAT_ADC_Pin | IO33 | +| BAT_ADC_Pin | IO38 | +| BAT_HOLD_Pin | IO33 | ## 相关链接 @@ -184,6 +185,11 @@ - [ESP32-D0WDQ6-V3](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf) - [OV3660](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV3660_CSP3_DS_1.3_sida.pdf) +## 原理图 + +[TimerCAM_A1-ESP32_SUBSYS](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A1-ESP32_SUBSYS.pdf) + +[TimerCAM_A2-PMS_UART](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A2-PMS_UART.pdf) ## 案例程序 diff --git a/docs/zh_CN/unit/timercam_x.md b/docs/zh_CN/unit/timercam_x.md index 50b07033..b262b3d9 100644 --- a/docs/zh_CN/unit/timercam_x.md +++ b/docs/zh_CN/unit/timercam_x.md @@ -169,7 +169,8 @@ | *BAT* | *TimerCamera* | | :-----------:| :------: | -| BAT_ADC_Pin | IO33 | +| BAT_ADC_Pin | IO38 | +| BAT_HOLD_Pin | IO33 | ## 相关链接 @@ -177,6 +178,12 @@ - [ESP32-D0WDQ6-V3](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf) - [OV3660](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV3660_CSP3_DS_1.3_sida.pdf) +## 原理图 + +[TimerCAM_A1-ESP32_SUBSYS](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A1-ESP32_SUBSYS.pdf) + +[TimerCAM_A2-PMS_UART](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/TimerCAM/TimerCAM_A2-PMS_UART.pdf) + ## 案例程序 diff --git a/docs/zh_CN/unit/watering.md b/docs/zh_CN/unit/watering.md index 4febfc3a..d51d7965 100644 --- a/docs/zh_CN/unit/watering.md +++ b/docs/zh_CN/unit/watering.md @@ -1 +1,29 @@ # Watering + +SKU:U087 + +
+ +## 描述 + +**Watering** 是一款土壤湿度检测调节Unit, + +产品集成水泵与测量极板,用于土壤湿度检测与水泵抽水控制 + +采用电容式设计,有效避免测量极板长期使用,容易腐蚀的问题。 + +## 产品特性 + +- 电容式测量极板/更耐腐蚀 +- 集成5W功率水泵 +- 2x LEGO 兼容孔 + +## 包含 + +- 1x Watering Unit +- 2x 抽水导管 +- 1x HY2.0-4P线缆 + +## 应用 + +- 植物培养 \ No newline at end of file diff --git a/docs/zh_CN/unit/weight.md b/docs/zh_CN/unit/weight.md index 382b9fd4..64d9154d 100644 --- a/docs/zh_CN/unit/weight.md +++ b/docs/zh_CN/unit/weight.md @@ -12,7 +12,7 @@ -### 产品特性 +## 产品特性 - 两路可选差分输入通道 - 片内低噪声可编程放大器,可选增益32, 64 and 128 @@ -31,12 +31,12 @@ - 开发平台: Arduino, UIFlow(Blockly, Python) - 2x LEGO 兼容孔 -## 套件清单 +## 包含 - 1x WEIGHT Unit - 1x HY2.0-4P线缆 -### 应用 +## 应用 - 微型重量计 - 厨房秤