diff --git a/docs/en/app/ac_socket.md b/docs/en/app/ac_socket.md
index a75e934c..9d98ba93 100644
--- a/docs/en/app/ac_socket.md
+++ b/docs/en/app/ac_socket.md
@@ -3,7 +3,7 @@
-:memo:**[Description](#Description)** 🛒**[Purchase](https://m5stack.com/products/m5-ac-socket)**
+:memo:**[Description](#Description)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://m5stack.com/products/m5-ac-socket)**
## Description
diff --git a/docs/en/app/m5scale_diy_kit.md b/docs/en/app/m5scale_diy_kit.md
index 4fd6e104..f5fcb891 100644
--- a/docs/en/app/m5scale_diy_kit.md
+++ b/docs/en/app/m5scale_diy_kit.md
@@ -4,7 +4,7 @@
***
-:memo:**[Description](#Description)** 🛒**[Purchase](https://m5stack.com/products/m5scale-diy-kit)**
**[EasyLoader](#EasyLoader)**
+:memo:**[Description](#Description)** :octocat:**[Code](#Code)** 🛒**[Purchase](https://m5stack.com/products/m5scale-diy-kit)**
**[EasyLoader](#EasyLoader)**
## Description
diff --git a/docs/en/base/iiot_dual_switch_kit_with_core.md b/docs/en/base/iiot_dual_switch_kit_with_core.md
index 4524a7c7..dc12f34f 100644
--- a/docs/en/base/iiot_dual_switch_kit_with_core.md
+++ b/docs/en/base/iiot_dual_switch_kit_with_core.md
@@ -2,7 +2,7 @@
-:memo:**[Description](#Description)** 🛒**[Purchase](https://m5stack.com/products/iiot-dual-switch-kit-with-core)**
**[EasyLoader](#EasyLoader)**
+:memo:**[Description](#Description)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://m5stack.com/products/iiot-dual-switch-kit-with-core)**
**[EasyLoader](#EasyLoader)**
## Description
@@ -57,7 +57,10 @@ For example, you can stack an IoT module such as LoRa, GSM, LTE, etc, in between
### Example
-- [Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/IIoT%20Dual)
+
+- **Arduino**
+
+*Use with Arduino, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/IIoT%20Dual)*
## Video
**Demo**
diff --git a/docs/en/base/pm2.5.md b/docs/en/base/pm2.5.md
index a2783d82..7e326a28 100644
--- a/docs/en/base/pm2.5.md
+++ b/docs/en/base/pm2.5.md
@@ -60,7 +60,9 @@ SHT20 is a Humidity and temperature sensor IC.
### Example
-- [Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/PM2.5)
+- **Arduino**
+
+*Use with Arduino, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/PM2.5)*
- **UIFlow**
diff --git a/docs/en/module/sim800.md b/docs/en/module/sim800.md
index f2aa38b6..6608659b 100644
--- a/docs/en/module/sim800.md
+++ b/docs/en/module/sim800.md
@@ -4,7 +4,7 @@
***
-:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://m5stack.com/collections/m5-module/products/gsm-sim800-module)** :clapper:**[Related Video](#Related-Video)**
**[EasyLoader](#EasyLoader)**
+:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://m5stack.com/collections/m5-module/products/gsm-sim800-module)** :clapper:**[Related Video](#Related-Video)**
**[EasyLoader](#EasyLoader)**
## Description
@@ -62,7 +62,6 @@ Series Protocol: UART
- **[Forum](http://forum.m5stack.com/)**
-
## EasyLoader
@@ -76,6 +75,11 @@ Series Protocol: UART
!>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver)
+## Example
+
+- **Arduino**
+
+*Use with Arduino, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SIM800/Arduino/send_short_message)*
diff --git a/docs/zh_CN/app/ac_socket.md b/docs/zh_CN/app/ac_socket.md
index cf316444..437d5d8c 100644
--- a/docs/zh_CN/app/ac_socket.md
+++ b/docs/zh_CN/app/ac_socket.md
@@ -3,7 +3,7 @@
-:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/products/m5-ac-socket)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://m5stack.com/products/m5-ac-socket)**
## 描述
@@ -58,7 +58,7 @@
- 智能AC插座
-## 代码示例
+## 例程
*Arduino代码示例 [点击这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/acSocketCtl).*
@@ -73,7 +73,6 @@
### 指令:(十六进制)(Modbus RTU格式)
-
### 1. 写线圈
主机发送:
@@ -82,7 +81,6 @@
`AA 05 00 00 00 00 D4 11`(断开线圈)
-
| 发送内容 | @@ -132,8 +130,6 @@ `AA 85 错误码 CRC_L CRC_H` - - ### 2. 读线圈 主机发送: @@ -206,7 +202,6 @@ 操作失败返回:`AA 81 错误码 CRC_L CRC_H` - ### 3. 写设备地址 主机发送: @@ -262,8 +257,6 @@ `AA C1 错误码 CRC_L CRC_H` - - ### 4. 广播恢复设备地址 主机发送: diff --git a/docs/zh_CN/app/m5scale_diy_kit.md b/docs/zh_CN/app/m5scale_diy_kit.md index f9cca477..766d30c2 100644 --- a/docs/zh_CN/app/m5scale_diy_kit.md +++ b/docs/zh_CN/app/m5scale_diy_kit.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/products/m5scale-diy-kit)**