mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add release 4relay
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 86 KiB |
@@ -111,6 +111,7 @@ __Note: The created variable name is not allowed to be consistent with the param
|
||||
|
||||
>Complete the program editing, respectively run the receiver and transmitter programs, you can achieve ESP-NOW short-range wireless communication.
|
||||
|
||||
?>Note: When using ESP-NOW, you need to download the program to the device instead of directly testing and running.
|
||||
|
||||
## MQTT communication
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
- 1x 4-Relay Unit
|
||||
- 1x Grove Cable(20cm)
|
||||
- 4x VH-3.96-4P Plug terminal
|
||||
|
||||
## Applications
|
||||
|
||||
@@ -80,7 +81,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="" type="video/mp4">
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/4-RELAY_UNIT.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
@@ -106,15 +107,11 @@
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
<<<<<<< HEAD
|
||||
[click here to get Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/4-RELAY)
|
||||
=======
|
||||
[click here to get Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/4-relay)
|
||||
>>>>>>> f5e658cf43734e7147306f68d9027a32463a6ab5
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = '';
|
||||
var purchase_link = 'https://m5stack.com/products/4-relay-unit';
|
||||
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
+2
-1
@@ -147,7 +147,8 @@
|
||||
{a:"/#/en/unit/envII", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/envII_01.webp", p:"ENV II", sku:"U001-B" ,kw:"SHT30 BMP280"},
|
||||
{a:"/#/en/unit/hall", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/hall_unit.webp", p:"HALL", sku:"U084" ,kw:"HALL A3144E"},
|
||||
//I / 0 class
|
||||
{a:"/#/en/unit/extio", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_extio_01.webp", p:"EXT.IO", sku:"U011" ,kw:"PCA9554PW", category:"I / 0 class"},
|
||||
{a:"/#/en/unit/4relay", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/4relay.webp", p:"4-RELAY", sku:"U097" ,kw:"SWITCH", category:"I / 0 class"},
|
||||
{a:"/#/en/unit/extio", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_extio_01.webp", p:"EXT.IO", sku:"U011" ,kw:"PCA9554PW"},
|
||||
{a:"/#/en/unit/dac", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_dac_01.webp", p:"DAC", sku:"U012" ,kw:"MCP4725"},
|
||||
{a:"/#/en/unit/relay", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_relay_01.webp", p:"RELAY", sku:"U023" ,kw:"SWITCH"},
|
||||
{a:"/#/en/unit/hub", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_hub_01.webp", p:"HUB", sku:"U006" ,kw:"CONNECTOR"},
|
||||
|
||||
@@ -147,7 +147,8 @@
|
||||
{a:"/#/zh_CN/unit/envII", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/envII_01.webp", p:"ENV II", sku:"U001-B" ,kw:"SHT30 BMP280"},
|
||||
{a:"/#/zh_CN/unit/hall", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/hall_unit.webp", p:"HALL", sku:"U084" ,kw:"HALL A3144E"},
|
||||
//I / 0 class
|
||||
{a:"/#/zh_CN/unit/extio", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_extio_01.webp", p:"EXT.IO", sku:"U011" ,kw:"PCA9554PW", category:"I / 0 class"},
|
||||
{a:"/#/zh_CN/unit/4relay", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/4relay.webp", p:"4-RELAY", sku:"U097" ,kw:"SWITCH", category:"I / 0 class"},
|
||||
{a:"/#/zh_CN/unit/extio", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_extio_01.webp", p:"EXT.IO", sku:"U011" ,kw:"PCA9554PW"},
|
||||
{a:"/#/zh_CN/unit/dac", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_dac_01.webp", p:"DAC", sku:"U012" ,kw:"MCP4725"},
|
||||
{a:"/#/zh_CN/unit/relay", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_relay_01.webp", p:"RELAY", sku:"U023" ,kw:"SWITCH"},
|
||||
{a:"/#/zh_CN/unit/hub", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_hub_01.webp", p:"HUB", sku:"U006" ,kw:"CONNECTOR"},
|
||||
|
||||
+17
-20
@@ -1,33 +1,29 @@
|
||||
# M5Paper
|
||||
|
||||
<el-tag effect="plain">SKU:xxx</el-tag>
|
||||
|
||||
## 描述
|
||||
|
||||
**M5Paper** 是M5Stack推出的一款可触控墨水屏主控设备,控制器采用ESP32-D0WD。正面嵌入了一块分辨率为540*960 @4.7"的电子墨水屏,支持16级灰度显示。搭配GT911电容式触控面板,支持两点触控与多种手势操作,丰富人机交互体验。相对于普通的LCD的屏幕,电子墨水屏能够提供用户更好的文本阅读体验,即便在室外光线环境下屏幕上的文本也能够非常清晰自然的显示,并且做到更加的省电 , 即便是在断电情况下也能够保持图像显示。集成拨轮编码器, SD卡槽, 与物理按键。额外挂载FM24C02储存芯片(256KB-EEPROM),方便用户数据的断电存储。内置了1150mAh锂电池,结合内部的RTC(BM8563)可实现休眠与唤醒功能,能够为设备提供强大的续航能力。开放了3组HY2.0-4P外设接口能够拓展各式各样的传感器设备,为后续的应用功能开发提供无限可能。
|
||||
**M5Paper** 是M5Stack推出的一款可触控墨水屏主控设备,控制器采用ESP32-D0WD。正面嵌入了一块分辨率为540*960 @4.7"的电子墨水屏,支持16级灰度显示。搭配GT911电容式触控面板,支持两点触控与多种手势操作。相对于普通的LCD的屏幕,电子墨水屏能够提供用户更好的文本阅读体验, 同时具有低功耗,掉电图像保持等特性。 集成拨轮编码器, 与物理按键。 数据储存方面预留了SD卡接口,并集成了FM24C02储存芯片(256KB-EEPROM)用于用户数据的断电存储。内置了1150mAh锂电池,结合内部的RTC(BM8563)可实现休眠与唤醒功能,能够为设备提供强大的续航能力。开放了3组HY2.0-4P外设接口能够拓展各式各样的传感器设备,为后续的应用功能开发提供无限可能。
|
||||
|
||||
## 产品特性
|
||||
|
||||
- 内嵌ESP32,支持WiFi、蓝牙
|
||||
- 内置16M Flash
|
||||
- 低功耗显示面板
|
||||
- E-Ink低功耗显示面板
|
||||
- 支持两点触控
|
||||
- 近180度可视角
|
||||
- 人机交互接口
|
||||
- 内置1150mAh大容量锂电池·
|
||||
- 丰富的拓展接口
|
||||
- 内置1150mAh大容量锂电池
|
||||
- HY2.0-4P外设接口*3
|
||||
|
||||
## 包含
|
||||
|
||||
- 1x M5Paper
|
||||
- 1x Type-C USB(20cm)
|
||||
|
||||
## 应用
|
||||
|
||||
- 物联网控制器
|
||||
- 电子书阅读器
|
||||
- 工业仪器显示面板
|
||||
- 智能家居设备
|
||||
- 电子标签
|
||||
|
||||
## 规格参数
|
||||
|
||||
@@ -84,7 +80,7 @@
|
||||
<td>工作温度</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<td>净重</td>
|
||||
<td>xxg</td>
|
||||
</tr>
|
||||
@@ -99,10 +95,10 @@
|
||||
<tr>
|
||||
<td>包装尺寸</td>
|
||||
<td>x*x*xmm</td>
|
||||
</tr>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<td>外壳材质</td>
|
||||
<td>Plastic ( PC )</td>·
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -113,7 +109,7 @@
|
||||
屏幕像素:540*960
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO13</td><td>GPIO12</td><td>GPIO15</td><td>GPIO4</td></tr>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO13</td><td>GPIO12</td><td>GPIO14</td><td>GPIO15</td><td>GPIO4</td></tr>
|
||||
<tr><td>IT8951</td><td>MISO</td><td>MOSI</td><td>SCK</td><td>CS</td><td>/</td></tr>
|
||||
<tr><td>SD Card</td><td>MISO</td><td>MOSI</td><td>SCK</td><td>/</td><td>CS</td></tr>
|
||||
</table>
|
||||
@@ -202,26 +198,27 @@
|
||||
## 相关链接
|
||||
|
||||
- **Datasheet**
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf)
|
||||
- [SHT30 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/SHT3x_Datasheet_digital.pdf)
|
||||
- [BM8563](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BM8563_V1.1_cn.pdf)
|
||||
- [BM8563](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BM8563_V1.1_en.pdf)
|
||||
- [SY7088](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SY7088-Silergy.pdf)
|
||||
- [GT911编程指南](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/CoreInk-K048-GDEW0154M09%20V2.0%20Specification.pdf)
|
||||
<!-- - [GT911编程指南](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/m5paper/GT91XX_Programming%20Guide_2012102301.pdf) -->
|
||||
- [GT911-datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/m5paper/gt911_datasheet.pdf)
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
<!-- <img src="assets/img/product_pics/core/coreink/coreink_sch1.webp"> -->
|
||||
- [M5 PAPER 原理图下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/m5paper/M5_PAPER_SCH.pdf)
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit';
|
||||
// var purchase_link = 'https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit';
|
||||
|
||||
var quickstart_link = 'https://docs.m5stack.com/#/zh_CN/quick_start/core2/m5stack_core2_quick_start';
|
||||
// var quickstart_link = 'https://docs.m5stack.com/#/zh_CN/quick_start/core2/m5stack_core2_quick_start';
|
||||
|
||||
anchor_search(purchase_link,quickstart_link);
|
||||
// anchor_search(purchase_link,quickstart_link);
|
||||
anchor_search();
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
@@ -451,7 +451,7 @@ V-Function是由M5Stack团队针对V系列设备开发的多个**视觉识别**
|
||||
|
||||
```
|
||||
|
||||
## 条形码识别
|
||||
## 条形码识别
|
||||
|
||||
>识别画面中的条形码,并返回识别结果,以及版本。
|
||||
|
||||
|
||||
@@ -111,6 +111,8 @@ __注意:创建的变量名称不允许与形参名称一致,即不允许使
|
||||
|
||||
>完成程序编辑,分别运行接收端与发射端程序,即可实现ESP-NOW短程无线通信.
|
||||
|
||||
?>注意: 使用ESP-NOW时,需要将程序Download至设备,并非直接测试运行。
|
||||
|
||||
## MQTT communication
|
||||
|
||||
#### 什么是MQTT?
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
- 1x 4-Relay Unit
|
||||
- 1x Grove 线(20cm)
|
||||
- 4x VH3.96-4P接线端子
|
||||
|
||||
## 应用
|
||||
|
||||
@@ -81,7 +82,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="" type="video/mp4">
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/4-RELAY_UNIT.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
@@ -107,15 +108,11 @@
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
<<<<<<< HEAD
|
||||
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/4-RELAY)
|
||||
=======
|
||||
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/4-relay)
|
||||
>>>>>>> f5e658cf43734e7147306f68d9027a32463a6ab5
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/ammeter-unit-ads1115';
|
||||
var purchase_link = 'https://m5stack.com/products/4-relay-unit';
|
||||
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
Reference in New Issue
Block a user