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 686fcf70..4524a7c7 100644
--- a/docs/en/base/iiot_dual_switch_kit_with_core.md
+++ b/docs/en/base/iiot_dual_switch_kit_with_core.md
@@ -56,6 +56,9 @@ For example, you can stack an IoT module such as LoRa, GSM, LTE, etc, in between
!>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](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/IIoT%20Dual)
+
## Video
**Demo**
diff --git a/docs/en/core/m5stickt.md b/docs/en/core/m5stickt.md
index ac157372..5778f2b2 100644
--- a/docs/en/core/m5stickt.md
+++ b/docs/en/core/m5stickt.md
@@ -87,7 +87,7 @@ Press the reset button to power on. The default display screen is RGB display mo
-
+
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**)
diff --git a/docs/zh_CN/app/m5scale_diy_kit.md b/docs/zh_CN/app/m5scale_diy_kit.md
index 430c55fa..51f4f290 100644
--- a/docs/zh_CN/app/m5scale_diy_kit.md
+++ b/docs/zh_CN/app/m5scale_diy_kit.md
@@ -110,7 +110,9 @@ void loop() {
}
```
+### 2. UIFlow
+*代码下载地址[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5SCALE_DIY_kit/UIFlow)*
## Video
**Demo**
diff --git a/docs/zh_CN/base/iiot_dual_switch_kit_with_core.md b/docs/zh_CN/base/iiot_dual_switch_kit_with_core.md
index 1d377138..d2c4c66f 100644
--- a/docs/zh_CN/base/iiot_dual_switch_kit_with_core.md
+++ b/docs/zh_CN/base/iiot_dual_switch_kit_with_core.md
@@ -53,6 +53,8 @@
!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
+### 案例
+- [Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/IIoT%20Dual)
## 相关视频
**Demo**
diff --git a/docs/zh_CN/core/m5stickt.md b/docs/zh_CN/core/m5stickt.md
index de8b8091..9a12000d 100644
--- a/docs/zh_CN/core/m5stickt.md
+++ b/docs/zh_CN/core/m5stickt.md
@@ -91,7 +91,7 @@ M5StickT仅支持WIN10&Linux&MAC(10.15以下)免驱,其余操作系统则需
-
+
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)**
@@ -167,11 +167,6 @@ M5StickT仅支持WIN10&Linux&MAC(10.15以下)免驱,其余操作系统则需
- [Lepton software interface description](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/application/flir-lepton-software-interface-description-document_en.pdf)
-## 例程
-
-**Arduino**
-
-- [M5StickT 出厂例程](https://github.com/m5stack/StickT/tree/master/examples/Basics/FactoryTest)
## 相关视频