diff --git a/docs/en/unit/relay.md b/docs/en/unit/relay.md
index 112eb693..3c46d2fa 100644
--- a/docs/en/unit/relay.md
+++ b/docs/en/unit/relay.md
@@ -1,3 +1,4 @@
+<<<<<<< HEAD
# Unit RELAY

@@ -65,3 +66,72 @@ Click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/
## Related Video
+=======
+# Unit RELAY
+
+
+
+***
+
+:memo:**[Description](#Description)** :octocat:**[Example](#Example)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Relay-Unit-DC-3A-30V-AC-3A-220V-with-Triode-Driven-GROVE-Port/3226069_32922856211.html?spm=a2g1y.12024536.productList_5885013.subject_24)**:clapper:**[Related Video](#Related-Video)**
+
+## Description
+
+The Unit relay is a unit that allows you to control large power loads with a light-current, safe, reliable power control system. the large power loads you can safely control is up to 24 VDC or 120 VAC.
+Only a low electrial level is sent to this unit, the relay will be close and the large power loads you want to control will be working.
+
+
+## Feature
+- A single input
+- Up to 3A @ 24 VDC or 120 VAC
+- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
+- Two Lego installation holes
+
+## APPLICATION
+
+- Be perfect for large inductive loads(like DC motors electrocircuit, intelligent interpolation...)
+- Control a standard wall outlet device
+
+## Related Link
+
+- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+
+- **[Forum](http://forum.m5stack.com/)**
+
+## Example
+
+### 1. Arduino IDE
+
+```c++
+// RELAY is connected to GROVE B
+pinMode(26, OUTPUT);
+
+digitalWrite(26, 0);//relay opened
+delay(1000);
+digitalWrite(26, 1);//relay closed
+delay(1000);
+```
+
+Click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/Arduino) for Specific example.
+
+### 2. UIFlow
+
+
+
+Click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/UIFlow) for Specific example.
+
+## Schematic
+
+
+
+### PinMap
+
+
+ | M5Core(GROVE B) | GPIO36 | GPIO26 | 5V | GND |
+ | RELAY Unit | | RELAY Pin | 5V | GND |
+
+
+## Related Video
+
+
+>>>>>>> a510811d6b730443e6048277dfa387894101c476
diff --git a/docs/ja/unit/ncir.md b/docs/ja/unit/ncir.md
index 25984796..00223382 100644
--- a/docs/ja/unit/ncir.md
+++ b/docs/ja/unit/ncir.md
@@ -1,48 +1,48 @@
-# NCIR ユニット
-
-
-
-***
-
-:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-NCIR-Unit-MLX90614-Contactless-Temperature-Sensor-Module-70C-382-2C-GROVE-I2C-Development-Board/3226069_32947772098.html?spm=a2g1x.12024536.productList_5885013.pic_4)**
-
-## 概要
-
-**NCIR**ユニットは内蔵されている**MLX90641**により赤外線を測定する事で、体温測定や動きを検出する事が可能です。I2C通信により値の取得が可能です。
-
-## 特徴
-
-- 高精度
-- 検出範囲: -70℃~382.2℃
-- LEGO 互換ホール
-
-## アプリケーション
-
-- 体温測定
-- 動き検出
-
-## サンプルコード
-
-### 1. Arduino IDE
-
-
-### 2. UIFlow
-
-## 回路図
-
-
-
-### ピンマッピング
-
-
- | M5Core(GROVE A) | GPIO22 | GPIO21 | 5V | GND |
- | NCIR Unit | SCL | SDA | 5V | GND |
-
-
-## 関連リンク
-
-- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
-- **[フォーラム](http://forum.m5stack.com/)**
-
+# NCIR ユニット
+
+
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-NCIR-Unit-MLX90614-Contactless-Temperature-Sensor-Module-70C-382-2C-GROVE-I2C-Development-Board/3226069_32947772098.html?spm=a2g1x.12024536.productList_5885013.pic_4)**
+
+## 概要
+
+**NCIR**ユニットは内蔵されている**MLX90641**により赤外線を測定する事で、体温測定や動きを検出する事が可能です。I2C通信により値の取得が可能です。
+
+## 特徴
+
+- 高精度
+- 検出範囲: -70℃~382.2℃
+- LEGO 互換ホール
+
+## アプリケーション
+
+- 体温測定
+- 動き検出
+
+## サンプルコード
+
+### 1. Arduino IDE
+
+
+### 2. UIFlow
+
+## 回路図
+
+
+
+### ピンマッピング
+
+
+ | M5Core(GROVE A) | GPIO22 | GPIO21 | 5V | GND |
+ | NCIR Unit | SCL | SDA | 5V | GND |
+
+
+## 関連リンク
+
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+
+- **[フォーラム](http://forum.m5stack.com/)**
+
- **データシート** - [MLX90614](https://pdf1.alldatasheet.com/datasheet-pdf/view/218977/ETC2/MLX90614.html)
\ No newline at end of file
diff --git a/docs/ja/unit/pir.md b/docs/ja/unit/pir.md
index 452164f2..af22a765 100644
--- a/docs/ja/unit/pir.md
+++ b/docs/ja/unit/pir.md
@@ -1,40 +1,40 @@
-# PIR ユニット
-
-
-
-***
-
-:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-PIR-Sensor-Human-Body-Infrared-PIR-Motion-Sensor-Detector-Module-GPIO-GROVE-Connector/3226069_32931794651.html?spm=a2g1y.12024536.productList_5885013.subject_19)**
-
-## 概要
-
-**PIR**ユニットは人間の動き(モーション)を検出する事が可能です。
-
-## 特徴
-
-- 測定可能距離 150cm
-- LEGO 互換ホール
-
-## サンプルコード
-
-### 1. Arduino IDE
-
-
-### 2. UIFlow
-
-## 回路図
-
-
-
-### ピンマッピング
-
-
- | M5Core(GROVE B) | GPIO36 | GPIO26 | 5V | GND |
- | PIR Unit | GPIO36 | GPIO26 | 5V | GND |
-
-
-## 関連リンク
-
-- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
+# PIR ユニット
+
+
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-PIR-Sensor-Human-Body-Infrared-PIR-Motion-Sensor-Detector-Module-GPIO-GROVE-Connector/3226069_32931794651.html?spm=a2g1y.12024536.productList_5885013.subject_19)**
+
+## 概要
+
+**PIR**ユニットは人間の動き(モーション)を検出する事が可能です。
+
+## 特徴
+
+- 測定可能距離 150cm
+- LEGO 互換ホール
+
+## サンプルコード
+
+### 1. Arduino IDE
+
+
+### 2. UIFlow
+
+## 回路図
+
+
+
+### ピンマッピング
+
+
+ | M5Core(GROVE B) | GPIO36 | GPIO26 | 5V | GND |
+ | PIR Unit | GPIO36 | GPIO26 | 5V | GND |
+
+
+## 関連リンク
+
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+
- **[フォーラム](http://forum.m5stack.com/)**
\ No newline at end of file
diff --git a/docs/ja/unit/proto.md b/docs/ja/unit/proto.md
index 68bdec1a..8ca12958 100644
--- a/docs/ja/unit/proto.md
+++ b/docs/ja/unit/proto.md
@@ -1,18 +1,24 @@
-# PROTO ユニット
-
-
-
-***
-
-:memo:**[概要](#概要)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Proto-Board-Unit-Universal-Double-Side-Prototype-2-54mm-PCB-Grove-Port-Compatible/3226069_32920617495.html?spm=2114.12010615.8148356.4.6735f4943FDruP)**
-
-## 概要
-
-**PROTO**ユニットは2.54mmピッチのブランクホールが70個用意されています。
-
-## 特徴
-
-- フレキシブルなブランクホール
-- 70 ホール (ピッチ: 2.54mm)
-- Grove インターフェース
-- LEGO 互換ホール
+# PROTO ユニット
+
+
+
+***
+
+:memo:**[概要](#概要)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Proto-Board-Unit-Universal-Double-Side-Prototype-2-54mm-PCB-Grove-Port-Compatible/3226069_32920617495.html?spm=2114.12010615.8148356.4.6735f4943FDruP)**
+
+## 概要
+
+**PROTO**ユニットは2.54mmピッチのブランクホールが70個用意されています。
+
+## 特徴
+
+- フレキシブルなブランクホール
+- 70 ホール (ピッチ: 2.54mm)
+- Grove インターフェース
+- LEGO 互換ホール
+
+## 関連リンク
+
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+
+- **[フォーラム](http://forum.m5stack.com/)**
diff --git a/docs/ja/unit/relay.md b/docs/ja/unit/relay.md
index 6051f609..e8e43383 100644
--- a/docs/ja/unit/relay.md
+++ b/docs/ja/unit/relay.md
@@ -1,50 +1,50 @@
-# RELAY ユニット
-
-
-
-***
-
-:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Relay-Unit-DC-3A-30V-AC-3A-220V-with-Triode-Driven-GROVE-Port/3226069_32922856211.html?spm=a2g1y.12024536.productList_5885013.subject_24)** :clapper:**[関連動画](#関連動画)**
-
-## 概要
-
-**RELAY**ユニットは大きな電力負荷を高い信頼性で安全にコントロールする事が可能です。最大 3A @ 24 VDC または 120 VACまでの負荷に対して対応しています。
-
-## 特徴
-
-- シングル入力
-- 最大 3A @ 24 VDC または 120 VAC
-- Grove インターフェース
-- LEGO 互換ホール
-
-## アプリケーション
-
-- 大きな負荷の制御
-- IoTアウトレット(壁のコンセント)
-
-## サンプルコード
-
-### 1. Arduino IDE
-
-### 2. UIFlow
-
-## 回路図
-
-
-
-### ピンマッピング
-
-
- | M5Core(GROVE B) | GPIO36 | GPIO26 | 5V | GND |
- | RELAY Unit | | RELAY Pin | 5V | GND |
-
-
-## 関連リンク
-
-- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
-- **[フォーラム](http://forum.m5stack.com/)**
-
-## 関連動画
-
+# RELAY ユニット
+
+
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Relay-Unit-DC-3A-30V-AC-3A-220V-with-Triode-Driven-GROVE-Port/3226069_32922856211.html?spm=a2g1y.12024536.productList_5885013.subject_24)** :clapper:**[関連動画](#関連動画)**
+
+## 概要
+
+**RELAY**ユニットは大きな電力負荷を高い信頼性で安全にコントロールする事が可能です。最大 3A @ 24 VDC または 120 VACまでの負荷に対して対応しています。
+
+## 特徴
+
+- シングル入力
+- 最大 3A @ 24 VDC または 120 VAC
+- Grove インターフェース
+- LEGO 互換ホール
+
+## アプリケーション
+
+- 大きな負荷の制御
+- IoTアウトレット(壁のコンセント)
+
+## サンプルコード
+
+### 1. Arduino IDE
+
+### 2. UIFlow
+
+## 回路図
+
+
+
+### ピンマッピング
+
+
+ | M5Core(GROVE B) | GPIO36 | GPIO26 | 5V | GND |
+ | RELAY Unit | | RELAY Pin | 5V | GND |
+
+
+## 関連リンク
+
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+
+- **[フォーラム](http://forum.m5stack.com/)**
+
+## 関連動画
+
\ No newline at end of file