diff --git a/docs/ja/product_documents.md b/docs/ja/product_documents.md
index 7164f17c..07c5d468 100644
--- a/docs/ja/product_documents.md
+++ b/docs/ja/product_documents.md
@@ -11,18 +11,18 @@
| [BASIC](ja/product_documents/m5stack-core/m5core_basic) | [Stick](ja/product_documents/m5stack-core/minicore_stick) |
| [GRAY](ja/product_documents/m5stack-core/m5core_gray) | / |
| [FIRE](ja/product_documents/m5stack-core/m5core_fire) | / |
+| [M5GO IOT Kit](ja/product_documents/m5stack-core/m5go_iot_starter_kit)| / |
## モジュール

-| (無線)通信モジュール | アクセサリモジュール | 制御モジュール |
+| 無線通信モジュール | アクセサリモジュール | 制御モジュール |
|:---------------:|:-----------------:|:-----------:|
| [GPS](ja/product_documents/modules/module_gps) | [PROTO](ja/product_documents/modules/module_proto) | [STEPMOTOR](ja/product_documents/modules/module_stepmotor) |
| [LORA](ja/product_documents/modules/module_lora) | [BATTERY](ja/product_documents/modules/module_battery) | [SERVO](ja/product_documents/modules/module_servo) |
-| [SIM800/GPRS/GSM](ja/product_documents/modules/module_sim800) | [BTC](ja/product_documents/modules/module_btc) | / |
+| [SIM800/GPRS/GSM](ja/product_documents/modules/module_sim800) | [BTC](ja/product_documents/modules/module_btc) | [COMMU](ja/product_documents/modules/module_commu) |
| [LoRaWAN](ja/product_documents/modules/module_lorawan) | [PLUS](ja/product_documents/modules/module_plus) | / |
-| [COMMU](ja/product_documents/modules/module_commu)| / | / |
## ベース
@@ -53,8 +53,8 @@
| [ENV](ja/product_documents/units/unit_env) | [RGB](ja/product_documents/units/unit_rgb) | [HUB](ja/product_documents/units/unit_hub) |
| [IR](ja/product_documents/units/unit_ir) | [RELAY](ja/product_documents/units/unit_relay) | [3.96PORT](ja/product_documents/units/unit_396port) |
| [PIR](ja/product_documents/units/unit_pir) | [NeoPixel](ja/product_documents/units/unit_neopixel) | [PROTO](ja/product_documents/units/unit_proto) |
-| [ANGLE](ja/product_documents/units/unit_angle) | [ESP32Cam](ja/product_documents/units/unit_esp32cam) | / |
-| [EARTH](ja/product_documents/units/unit_earth) | [M5Camera](ja/product_documents/units/unit_m5camera) | / |
+| [ANGLE](ja/product_documents/units/unit_angle) | / | / |
+| [EARTH](ja/product_documents/units/unit_earth) | / | / |
| [LIGHT](ja/product_documents/units/unit_light) | / | / |
| [MAKEY](ja/product_documents/units/unit_makey) | / | / |
| [BUTTON](ja/product_documents/units/unit_button) | / | / |
@@ -65,6 +65,8 @@
| [DAC](ja/product_documents/units/unit_DAC) | / | / |
| [COLOR SENSOR](ja/product_documents/units/unit_color_sensor) | / | / |
| [ToF](ja/product_documents/units/unit_tof) | / | / |
+| [ESP32Cam](ja/product_documents/units/unit_esp32cam) | / | / |
+| [M5Camera](ja/product_documents/units/unit_m5camera) | / | / |
| [NCIR](ja/product_documents/units/unit_ncir) | / | / |
## アプリケーション
diff --git a/docs/ja/product_documents/m5stack-core/m5go_iot_starter_kit.md b/docs/ja/product_documents/m5stack-core/m5go_iot_starter_kit.md
new file mode 100644
index 00000000..c13e0016
--- /dev/null
+++ b/docs/ja/product_documents/m5stack-core/m5go_iot_starter_kit.md
@@ -0,0 +1,56 @@
+# M5GO IOT Starter Kit
+
+## DESCRIPTION
+
+**M5GO IOT Starter Kit** is a kit designed for learning IOT programming which consists of 6 units(ENV, IR, RGB, PIR, ANGLE, HUB) and one white M5Core(based on ESP32 chip).
+
+Programming M5GO with [M5Flow](http://flow.m5stack.com) or Arduino IDE.
+
+We also supply some courses for teaching IOT programming. If you are interesting in it, contact us through Email please.
+
+## FEATURES
+
+- Programming Support
+- Arduino
+- ESP-IDF
+- MicroPython
+- TF Card Support
+
+## PARAMETER
+
+| Source | Parameter |
+| :----------: |:------------: |
+| ESP32 | 240MHz dual core, 600 DMIPS, 520K, Wi-Fi, dual mode Bluetooth |
+| Flash) | 4M-Bytes |
+| Input | 5V @ 500mA |
+| Interface | TypeC x 1, GROVE(I2C+I/0+UART) x 1 |
+| LCD | 2 inch, 320x240 Colorful TFT LCD, ILI9342 |
+| Speaker | 1W-0928 |
+| Battery | 150mAh @ 3.7V, inside vb |
+| Op.Temp. | 32°F to 104°F ( 0°C to 40°C ) |
+| Size | 54 x 54 x 12.5 mm |
+| C.A.S.E | Plastic ( PC ) |
+| Weight | 300g with bottom |
+
+## INCLUDES
+
+- 1x white M5Core
+- 6x Units
+- 4x LEGO Accessories
+- 3x GROVE Cables
+- Type-C USB Cable
+- User Manual
+
+## DOCUMENTS
+
+- **Example** - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples) - [MicroPython](https://github.com/m5stack/M5GO/tree/master/examples)
+
+- **GitHub** - [Arduino](https://github.com/m5stack/M5Stack) - [MicroPython](https://github.com/m5stack/M5GO)
+
+- **[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-M5GO-IoT-Starter-Kit-ESP32-for-Arduino-MicroPython-Programming-Development-IR-MIC/3226069_32881911596.html?spm=2114.12010615.8148356.6.44fa2da3D2i5Yi)**
+
+- **Quick Start** - Arduino - [MacOS](/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS) - [Windows_64](/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows) - [MicroPython](/en/quick_start/m5core/m5stack_core_get_started_MicroPython)
+
+
+
+
\ No newline at end of file
diff --git a/docs/ja/product_documents/modules/module_commu.md b/docs/ja/product_documents/modules/module_commu.md
index d16583a8..a3858dcc 100644
--- a/docs/ja/product_documents/modules/module_commu.md
+++ b/docs/ja/product_documents/modules/module_commu.md
@@ -2,19 +2,38 @@
## 概要
-**M5Stack COMMU**モジュールはRS-485通信(SP3485)、CAN通信(コントローラ: MCP2515, トランシーバ: TJA1051)、I2C通信が可能なモジュールです。
+**M5Stack COMMU**モジュールはアプリケーション設計の大部分を満たす事ができる通信インターフェースコンバータモジュールです。1つのRS-485インターフェース、1つのCANインターフェース、2つのI2Cインターフェースを備えています。M5Coreにスタックするだけで、RS-485デバイスやCANデバイスを制御する事が可能です。TTLインターフェースに注意してください。デフォルトではUARTですが、(J6, J7, J9, J10)のジャンパを変更する事でUART2に接続可能です。
## 特徴
-- 1x RS-485ポート
-- 1x CANポート
-- 2x I2Cポート
-- 1x TTLポート
+- 2x I2C インタフェース
+- 1x CAN インタフェース(コントローラ: MCP2515, トランシーバ: TJA1051)
+- 1x RS-485 インタフェース(SP3485)
+- 1x TTL インタフェース
+
+## パッケージ内容
+
+- 1x M5Stack COMMU モジュール
+
+## ピンマップ
+
+| CAN | ESP32 |
+|:---:|:-----:|
+| CAN_CS | GPIO12 |
+| CAN_INT | GPIO15 |
+| CAN_SCK | GPIO18 |
+| CAN_MISO | GPIO19 |
+| CAN_MOSI | GPIO23 |
+
+| I2C Interface | ESP32 |
+|:-------------:|:-----:|
+| IIC_SDA | GPIO21 |
+| IIC_SCL | GPIO22 |
## ドキュメント
-- **サンプルコード**
- - (近日公開...)
+- **回路図**
+ - [Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Modules/COMMU.pdf)
- **データシート**
- [MCP2515](http://ww1.microchip.com/downloads/en/devicedoc/20001801h.pdf)
diff --git a/docs/ja/product_documents/modules/module_lora.md b/docs/ja/product_documents/modules/module_lora.md
index c7aba6e8..eb8da6a3 100644
--- a/docs/ja/product_documents/modules/module_lora.md
+++ b/docs/ja/product_documents/modules/module_lora.md
@@ -35,7 +35,7 @@ LoRa™は少ない消費電力で広いエリアをカバーする無線通信
- **GitHub**
- [M5Stack](https://github.com/m5stack/M5Stack)
-?> **メモ** もしあなたのLCD画面が表示されない場合は、以下のソースのように``m5.begin()``の前に以下の2行を追加してみてください。GPIO5がLoRaモジュールのNSSピンに接続されている為、GPIO5をプルアップする必要があります。
+?> **メモ** もしあなたのLCD画面が表示されない場合は、以下のソースのように``m5.begin()``の前にGPIO5をプルアップする2行を追加してみてください。GPIO5がLoRaモジュールのNSSピンに接続されている為、GPIO5をプルアップする必要があります。
```cpp
pinMode(5,OUTPUT);
diff --git a/docs/ja/product_documents/modules/module_lorawan.md b/docs/ja/product_documents/modules/module_lorawan.md
index 003eea60..1ca8ee74 100644
--- a/docs/ja/product_documents/modules/module_lorawan.md
+++ b/docs/ja/product_documents/modules/module_lorawan.md
@@ -2,12 +2,43 @@
## 概要
-(近日公開...)
+**M5Stack LoRaWAN**モジュールはLoRaチップ(SX1276)とMCU内蔵の小型LoRa端末モジュールです。完全なLoRaプロトコルスタックが組み込まれており、UARTまたはsimple ATコマンドを利用してLoRaWANモジュールを開発することができます。
+
+デフォルトUART config: "9600, 8, n, 1" (8ビットデータ, ノーパリティ, 1ストップビット)
+
+?> "LoRaWAN"シルクスクリーンの隣の5つの穴はLoRaWANモジュールのファームウェアアップデート用です。
## 特徴
+- サポートバンド: 433/470MHz , 868/915MHz
+- データレート: 0.018-38.4kbps
+- 出力: 17 ± 0.5dbm
+- ADR(Adaptive Data Rate)サポート
+- アンテナ内蔵
+
+## パッケージ内容
+
+- 1x LoRaWAN モジュール
+
+## アプリケーション
+
+- オートメーターリーダー
+- スマートホーム
+- リモート灌漑システム
+
+## ピンマップ
+
+|RHF76-052_UART | ESP32 Chip |
+|:--------------|:-----------|
+|RXD | GPIO16 |
+|TXD | GPIO17 |
+
## ドキュメント
+- データシート
+ - [RHF76-052 wiki](http://wiki.ai-thinker.com/sx127x-052)
+ - [ATコマンド for LoRaWAN](http://wiki.ai-thinker.com/_media/rhf-ps01509_lorawan_class_ac_at_command_specification_-_v4.4.pdf)
+
diff --git a/docs/ja/product_documents/modules/module_servo.md b/docs/ja/product_documents/modules/module_servo.md
index 89e7205f..fcbda7bd 100644
--- a/docs/ja/product_documents/modules/module_servo.md
+++ b/docs/ja/product_documents/modules/module_servo.md
@@ -2,12 +2,41 @@
## 概要
-(近日公開...)
+**M5Stack SERVO**モジュールは、12ウェイサーボモータを同時に駆動できるサーボモータドライバモジュールです。(現在、最大電流の制限により、駆動できるサーボモータの最大数は9です。すぐにアップグレード版を公開します。)
+
+サーボモータをコントロールするのはとても簡単です。Arduino IDEで2〜3行のコードを書くか、UiFlowで2-3ブロックをドラッグ&ドロップするだけで、一度に多くのサーボモータを駆動できます。
+
+サーボはGROVEインタフェース(I2C)を介してM5Coreと通信します。 I2Cアドレスは0x53です。
## 特徴
+- 12サーボモータ同時駆動可能
+- 電源範囲:6-12V
+- Arduino IDEサポート
+- UiFlowサポート
+
+## パッケージ内容
+
+- 1x M5Stack SERVO モジュール
+- 1x 6-12V 電源インターフェース
+
+## アプリケーション
+
+- ヒューマノイドロボット
+- バイオニック多関節ロボット
+- カメラ用3軸ヘッド
+
## ドキュメント
+- **回路図**
+ - [Schematic](en/file_to_display_null)
+
+- **GitHub**
+ - [Arduino](en/file_to_display_null)
+
+- **サンプルコード**
+ - [Arduino](en/file_to_display_null)
+
diff --git a/docs/ja/product_documents/units/unit_396port.md b/docs/ja/product_documents/units/unit_396port.md
index 0a143202..4d293386 100644
--- a/docs/ja/product_documents/units/unit_396port.md
+++ b/docs/ja/product_documents/units/unit_396port.md
@@ -20,4 +20,5 @@
## 関連情報
+- [3.96port ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4055/)
- [3.96port ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-3-96-4Pin-M5GO-ESP32/3226069_32922623759.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_button.md b/docs/ja/product_documents/units/unit_button.md
index d5bbbb3d..92dc7cd8 100644
--- a/docs/ja/product_documents/units/unit_button.md
+++ b/docs/ja/product_documents/units/unit_button.md
@@ -20,4 +20,5 @@
## 関連情報
+- [BUTTON ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4047/)
- [BUTTON ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-ESP32-Arduino-Micropython-GPIO-Blockly/3226069_32921805637.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_dual_button.md b/docs/ja/product_documents/units/unit_dual_button.md
index 2c3c54d7..9744d591 100644
--- a/docs/ja/product_documents/units/unit_dual_button.md
+++ b/docs/ja/product_documents/units/unit_dual_button.md
@@ -20,4 +20,5 @@
## 関連情報
+- [Dual BUTTON ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4048/)
- [Dual BUTTON ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-M5GO-ESP32-Micropython/3226069_32923126250.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_earth.md b/docs/ja/product_documents/units/unit_earth.md
index e650a8f1..c4bc883a 100644
--- a/docs/ja/product_documents/units/unit_earth.md
+++ b/docs/ja/product_documents/units/unit_earth.md
@@ -25,4 +25,5 @@
## 関連情報
+- [EARTH ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4049/)
- [EARTH ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack/3226069_32922643696.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_joystick.md b/docs/ja/product_documents/units/unit_joystick.md
index 2ffb4b8a..459e6a2a 100644
--- a/docs/ja/product_documents/units/unit_joystick.md
+++ b/docs/ja/product_documents/units/unit_joystick.md
@@ -28,4 +28,5 @@
## 関連情報
+- [JOYSTICK ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4050/)
- [JOYSTICK ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-MEGA328P-I2C-X-Y-ESP32-Arduino/3226069_32921785624.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_light.md b/docs/ja/product_documents/units/unit_light.md
index dbd4d250..60384666 100644
--- a/docs/ja/product_documents/units/unit_light.md
+++ b/docs/ja/product_documents/units/unit_light.md
@@ -25,4 +25,5 @@
## 関連情報
+- [LIGHT ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4051/)
- [LIGHT ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-M5GO-ESP32-IoT/3226069_32920589923.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_makey.md b/docs/ja/product_documents/units/unit_makey.md
index 69d61fff..8d9b0d4a 100644
--- a/docs/ja/product_documents/units/unit_makey.md
+++ b/docs/ja/product_documents/units/unit_makey.md
@@ -38,4 +38,5 @@
## 関連情報
+- [MAKEY ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4052/)
- [MAKEY ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-Makey-MEGA328P-16Key-Paino-ESP32-i2C/3226069_32924883456.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_proto.md b/docs/ja/product_documents/units/unit_proto.md
index 8360c7df..f1cd1d13 100644
--- a/docs/ja/product_documents/units/unit_proto.md
+++ b/docs/ja/product_documents/units/unit_proto.md
@@ -22,4 +22,5 @@
## 関連情報
+- [PROTO ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4053/)
- [PROTO ユニット 購入(AliExpress)](hhttps://www.aliexpress.com/store/product/M5Stack-2-54-PCB-ESP32/3226069_32920617495.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_relay.md b/docs/ja/product_documents/units/unit_relay.md
index 2782f140..aad98c54 100644
--- a/docs/ja/product_documents/units/unit_relay.md
+++ b/docs/ja/product_documents/units/unit_relay.md
@@ -27,4 +27,5 @@
## 関連情報
+- [RELAY ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4054/)
- [RELAY ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-DC-3A-30-AC-3A-220-ESP32/3226069_32922856211.html)
\ No newline at end of file
diff --git a/docs/ja/product_documents/units/unit_thermal.md b/docs/ja/product_documents/units/unit_thermal.md
index 221cf2ea..a21a3722 100644
--- a/docs/ja/product_documents/units/unit_thermal.md
+++ b/docs/ja/product_documents/units/unit_thermal.md
@@ -42,4 +42,5 @@
## 関連情報
+- [THERMAL ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4056/)
- [THERMAL ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-MLX90640-I2C-M5GO-ESP32/3226069_32918177644.html)
\ No newline at end of file