diff --git a/docs/en/module/battery.md b/docs/en/module/battery.md
index 5792c9a2..69bb3276 100644
--- a/docs/en/module/battery.md
+++ b/docs/en/module/battery.md
@@ -4,7 +4,7 @@
***
-:memo:**[Description](#Description)** :octocat:**[Example](#Example)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-In-Stock-Battery-Module-for-Arduino-ESP32-Core-Development-Kit-Capacity-850mAh-Stackable-IoT/3226069_32839688875.html?spm=2114.12010610.8148356.8.7b26c4a1uVFob3.html)**
+:memo:**[Description](#Description)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-In-Stock-Battery-Module-for-Arduino-ESP32-Core-Development-Kit-Capacity-850mAh-Stackable-IoT/3226069_32839688875.html?spm=2114.12010610.8148356.8.7b26c4a1uVFob3.html)**
# Description
diff --git a/docs/ja/core/fire.md b/docs/ja/core/fire.md
index b4bd2466..acbdf4c7 100644
--- a/docs/ja/core/fire.md
+++ b/docs/ja/core/fire.md
@@ -1,6 +1,10 @@
# M5Stack FIRE
+
+* * *
+
+:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[サンプルコード](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[回路図](https://github.com/m5stack/M5-3D_and_PCB/blob/master/M5_Core_SCH%2820171206%29.pdf)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-NEW-PSRAM-2-0-FIRE-IoT-Kit-Dual-Core-ESP32-16M-FLash-4M-PSRAM-Development/3226069_32847906756.html?spm=2114.12010615.8148356.10.1c93724d7cJ5rG.html)** :clapper:**[関連動画](#関連動画)**
## 概要
@@ -20,124 +24,135 @@ M5Go CHG.ベースはPOGOピン、M5GoベースはPORT B, PORT C, 2つのLEDバ
- LEGO 互換ホール
- [TFカード](https://ja.wikipedia.org/wiki/SD%E3%83%A1%E3%83%A2%E3%83%AA%E3%83%BC%E3%82%AB%E3%83%BC%E3%83%89)サポート
-## スペック
+## PinMap
-|項目|詳細|
-|:---|:---|
-|ESP32| 240MHz x 2コア, 600 DMIPS, 520KB SRAM, Wi-Fi, デュアルモードBluetooth|
-|Flash| 16MB Flash + 4MB pSRAM |
-|電源入力| 5V @ 500mA |
-|インターフェース | USB Type-C x 1, Grove(I2C+I/0+UART) x 1 |
-|画面| 2 inch, 320x240 Colorful TFT LCD, ILI9342|
-|スピーカー| 1W-0928 |
-|マイク| MEMS Analog BSE3729 Microphone|
-|LED| SK6812 3535 RGB LED x 10 |
-|MEMS| ~~MPU6050, MAG3110~~ MPU9250 (MPU6500 + AK8963) |
-|電池| 150mAh @ 3.7V 内蔵|
-|動作温度| 32°F to 104°F ( 0°C to 40°C ) |
-|サイズ| 54 x 54 x 12.5 mm |
-|ケース| プラスチック ( PC ) |
-|重量| 56g |
+*We have several kinds of m5core board on sale, click [here](https://github.com/m5stack/M5-回路図/blob/master/Core/hardware_diff_between_m5cores_zh_CN.md) for their difference.*
-## ピンマップ
+#### MainBoard Pinmap
-**POGOピン**
+**LCD & TF Card**
-| POGO Pin | ESP32 Chip |
-|:---------|:-----------|
-| SCL | GPIO22 |
-| SDA | GPIO21 |
+*LCD Pixel:320x240*
+*Maximum storage of TF Card: 16GB*
-**LEDバー**
+
+ | ESP32 Chip | GPIO23 | GPIO19 | GPIO18 | GPIO14 | GPIO27 | GPIO33 | GPIO32 | GPIO4 |
+ | ILI9341(LCD Driver) | / | MISO | CLK | CS | DC | RST | BL | |
+ | TF Card | MOSI | MISO | CLK | | | | | CS |
+
-| LED Pin | ESP32 Chip |
-|:--------|:-----------|
-| LED Pin | GPIO15 |
+**Button & Speaker**
-**MIC**
+
+ | ESP32 Chip | GPIO39 | GPIO38 | GPIO37 | GPIO25 |
+ | Button | BUTTON A | BUTTON B | BUTTON C |
+ | Speaker | | | | Speaker Pin |
+
-| MIC Pin | ESP32 Chip |
-|:--------|:-----------|
-| MIC Pin | GPIO34 |
+**GROVE A**
-**Speaker**
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | GROVE A | SCL | SDA | 5V | GND |
+
-| Speak Pin | ESP32 Chip |
-|:----------|:-----------|
-| Speak Pin | GPIO25 |
+**9-axis IMU sensor(MPU9250)**
-**Button**
+*I2C Address: 0x68*
-| Button Pin | ESP32 Chip |
-|:-----------|:-----------|
-| BUTTON A | GPIO39 |
-| BUTTON B | GPIO38 |
-| BUTTON C | GPIO37 |
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | MPU9250 | SCL | SDA | 5V | GND |
+
-**GROVE**
+#### M5GO Base Pinmap
-| PORT A(I2C) | ESP32 Chip |
-|:------------|:-----------|
-| SCL | GPIO22 |
-| SDA | GPIO21 |
-| 5V | 5V |
-| GND | GND |
+**GROVE B**
-| PORT B(I/O) | ESP32 Chip |
-|:------------|:-----------|
-| G36 | GPIO36 |
-| G26 | GPIO26 |
-| 5V | 5V |
-| GND | GND |
+
+ | ESP32 Chip | GPIO36 | GPIO26 | 5V | GND |
+ | GROVE B | GPIO36 | GPIO26 | 5V | GND |
+
-| PORT C(UART2) | ESP32 Chip |
-|:--------------|:-----------|
-| RXD | GPIO16 |
-| TXD | GPIO17 |
-| 5V | 5V |
-| GND | GND |
+**GROVE C**
-**IMUセンサー**
+
+ | ESP32 Chip | GPIO16 | GPIO17 | 5V | GND |
+ | GROVE C | RXD | TXD | 5V | GND |
+
-~~*MPU6050 i2c address: 0x68*~~
+**LED Bar & MicroPhone**
-~~*MAG3110 i2c address: 0x0E*~~
+
+ | ESP32 Chip | GPIO15 | GPIO34 |
+ | LED Bar | SIG Pin | |
+ | MicroPhone | | MIC Pin |
+
-*MPU9250 i2c address: 0x68*
+## PARAMETER
-| MPU9250 | ESP32 Chip |
-|:--------|:-----------|
-| SCL | GPIO22 |
-| SDA | GPIO21 |
-| 5V | 5V |
-| GND | GND |
-
-**LCD**
-
-| ILI9341 | ESP32 Chip |
-|:--------|:-----------|
-| MOSI | GPIO23 |
-| MISO | / |
-| CLK | GPIO18 |
-| CS | GPIO14 |
-| DC | GPIO27 |
-| RST | GPIO33 |
-| BL | GPIO32 |
-
-**TFカード**
-
-| TFCard Pin | ESP32 Chip |
-|:-----------|:-----------|
-| MOSI | GPIO23 |
-| MISO | GPIO19 |
-| CLK | GPIO18 |
-| CS | GPIO4 |
-
-**M-Bus**
-
-
-
-
+
+
+ | M5Core Source |
+ Parameter |
+
+
+ | ESP32 |
+ 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth |
+
+
+ | Flash & PSRAM |
+ 16MB Flash + 4MB pSRAM |
+
+
+ | 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 |
+
+
+ | Microphone |
+ MEMS Analog BSE3729 Microphone |
+
+
+ | LED |
+ SK6812 3535 RGB LED x 10 |
+
+
+ | MEMS |
+ MPU9250 |
+
+
+ | Battery |
+ 550mAh @ 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 |
+ 120g with bottom, 100g only core |
+
+
## パッケージ内容
@@ -153,45 +168,10 @@ M5Go CHG.ベースはPOGOピン、M5GoベースはPORT B, PORT C, 2つのLEDバ
- [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples)
- [MicroPython](https://github.com/m5stack/M5GO/tree/master/examples)
-- **データシート**
- - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- - ~~[MPU6050](https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf)~~
- - ~~[MAG3110](https://www.nxp.com/docs/en/data-sheet/MAG3110.pdf)~~
- - [MPU9250](http://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
- - [MPU9250レジスタマップ](https://www.invensense.com/wp-content/uploads/2015/02/RM-MPU-9250A-00-v1.6.pdf)
- - [AK8963 (日本語)](https://strawberry-linux.com/pub/AK8963.pdf)
- - [AK8963 (英語)](https://www.akm.com/akm/en/file/datasheet/AK8963C.pdf)
+- **データシート** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](http://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf) - [MPU9250レジスタマップ](https://www.invensense.com/wp-content/uploads/2015/02/RM-MPU-9250A-00-v1.6.pdf) - [AK8963 (日本語)](https://strawberry-linux.com/pub/AK8963.pdf) - [AK8963 (英語)](https://www.akm.com/akm/ja/file/datasheet/AK8963C.pdf)
-- **GitHub**
- - [M5Stack](https://github.com/m5stack/M5Stack)
- - [M5GO](https://github.com/m5stack/M5GO)
+## 関連動画
-- **クイックスタート (Arduino)**
- - [macOS](/ja/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS)
- - [Windows](/ja/quick_start/m5core/m5stack_core_get_started_Arduino_Windows)
- - [MicroPython](/ja/quick_start/m5core/m5stack_core_get_started_MicroPython)
+- **m5stackの紹介**
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## 関連情報
-
-- [M5Stack FIRE 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/3953/)
-- [M5Stack FIRE 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-PSRAM-2-0-IoT-ESP32-16M-FLash-4M-PSRAM-BLE/3226069_32847906756.html)
+
diff --git a/docs/ja/core/gray.md b/docs/ja/core/gray.md
index af3e4294..08bcf8a7 100644
--- a/docs/ja/core/gray.md
+++ b/docs/ja/core/gray.md
@@ -22,81 +22,135 @@
- MicroPython
- [TFカード](https://ja.wikipedia.org/wiki/SD%E3%83%A1%E3%83%A2%E3%83%AA%E3%83%BC%E3%82%AB%E3%83%BC%E3%83%89)サポート
-## スペック
+## PinMap
-|項目|詳細|
-|:---|:---|
-|ESP32| 240MHz x 2 コア, 600 DMIPS, 520KB SRAM, Wi-Fi, デュアルモード Bluetooth|
-|Flash| 4MB |
-|電源入力| 5V @ 500mA|
-|インターフェース| USB Type-C x 1, Grove(I2C+I/0+UART) x 1|
-|画面| 2 inch, 320x240 Colorful TFT LCD, ILI9342 |
-|スピーカー| 1W-0928 |
-|MEMS| MPU9250 |
-|電池| 150mAh @ 3.7V, inside 内蔵|
-|動作温度| 32°F to 104°F ( 0°C to 40°C ) |
-|サイズ| 54 x 54 x 12.5 mm |
-|ケース| プラスチック ( PC ) |
-|重量| 120g (ボトムモジュール含む), 100g (コアのみ)|
+*We have several kinds of m5core board on sale, click [here](https://github.com/m5stack/M5-回路図/blob/master/Core/hardware_diff_between_m5cores_zh_CN.md) for their difference.*
-## ピンマップ
+#### MainBoard Pinmap
-**Speaker**
+**LCD & TF Card**
-| Speak Pin | ESP32 Chip |
-|:----------|:-----------|
-| Speak Pin | GPIO25 |
+*LCD Pixel:320x240*
+*Maximum storage of TF Card: 16GB*
-**Button**
+
+ | ESP32 Chip | GPIO23 | GPIO19 | GPIO18 | GPIO14 | GPIO27 | GPIO33 | GPIO32 | GPIO4 |
+ | ILI9341(LCD Driver) | / | MISO | CLK | CS | DC | RST | BL | |
+ | TF Card | MOSI | MISO | CLK | | | | | CS |
+
-| Button Pin | ESP32 Chip |
-|:-----------|:-----------|
-| BUTTON A | GPIO39 |
-| BUTTON B | GPIO38 |
-| BUTTON C | GPIO37 |
+**Button & Speaker**
-**IMUセンサー**
+
+ | ESP32 Chip | GPIO39 | GPIO38 | GPIO37 | GPIO25 |
+ | Button | BUTTON A | BUTTON B | BUTTON C |
+ | Speaker | | | | Speaker Pin |
+
-| MPU9250 | ESP32 Chip |
-|:--------|:-----------|
-| SCL | GPIO22 |
-| SDA | GPIO21 |
+**GROVE A**
-**GROVE**
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | GROVE A | SCL | SDA | 5V | GND |
+
-| Port A(I2C) | ESP32 Chip |
-|:------------|:-----------|
-| SCL | GPIO22 |
-| SDA | GPIO21 |
-| 5V | 5V |
-| GND | GND |
+**9-axis IMU sensor(MPU9250)**
-**LCD**
+*I2C Address: 0x68*
-| ILI9341 | ESP32 Chip |
-|:--------|:-----------|
-| MOSI | GPIO23 |
-| MISO | / |
-| CLK | GPIO18 |
-| CS | GPIO14 |
-| DC | GPIO27 |
-| RST | GPIO33 |
-| BL | GPIO32 |
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | MPU9250 | SCL | SDA | 5V | GND |
+
-**TFカード**
+#### M5GO Base Pinmap
-| TFCard Pin | ESP32 Chip |
-|:-----------|:-----------|
-| MOSI | GPIO23 |
-| MISO | GPIO19 |
-| CLK | GPIO18 |
-| CS | GPIO4 |
+**GROVE B**
-**M-Bus**
+
+ | ESP32 Chip | GPIO36 | GPIO26 | 5V | GND |
+ | GROVE B | GPIO36 | GPIO26 | 5V | GND |
+
-
-
-
+**GROVE C**
+
+
+ | ESP32 Chip | GPIO16 | GPIO17 | 5V | GND |
+ | GROVE C | RXD | TXD | 5V | GND |
+
+
+**LED Bar & MicroPhone**
+
+
+ | ESP32 Chip | GPIO15 | GPIO34 |
+ | LED Bar | SIG Pin | |
+ | MicroPhone | | MIC Pin |
+
+
+## PARAMETER
+
+
+
+ | M5Core Source |
+ Parameter |
+
+
+ | ESP32 |
+ 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth |
+
+
+ | Flash |
+ 4MB |
+
+
+ | 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 |
+
+
+ | Microphone |
+ MEMS Analog BSE3729 Microphone |
+
+
+ | LED |
+ SK6812 3535 RGB LED x 10 |
+
+
+ | MEMS |
+ MPU9250 |
+
+
+ | Battery |
+ 550mAh @ 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 |
+ 120g with bottom, 100g only core |
+
+
## パッケージ内容
@@ -107,9 +161,7 @@
## ドキュメント
-- **データシート**
- - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- - [MPU9250](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
+- **データシート** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
## 関連動画
diff --git a/docs/ja/core/m5go_iot_starter_kit.md b/docs/ja/core/m5go_iot_starter_kit.md
index 9c14b1f0..e1492ebd 100644
--- a/docs/ja/core/m5go_iot_starter_kit.md
+++ b/docs/ja/core/m5go_iot_starter_kit.md
@@ -1,6 +1,12 @@
# M5GO IoT Starter Kit
+
+
+
+* * *
+
+:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[回路図](https://github.com/m5stack/M5-3D_and_PCB/blob/master/M5_Core_SCH%2820171206%29.pdf)** 🛒**[購入リンク](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.4.44fa29faDagj56)** :clapper:**[Related Video](#Related-Video)**
## 概要
@@ -139,45 +145,19 @@
- 1x USB Type-C ケーブル
- 1x ユーザーマニュアル
-## ドキュメント
+
-- **サンプルコード**
- - [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)
+
-- **Quick Start**
- - Arduino
- - [MacOS](/ja/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS)
- - [Windows_64](/ja/quick_start/m5core/m5stack_core_get_started_Arduino_Windows)
- - [MicroPython](/ja/quick_start/m5core/m5stack_core_get_started_MicroPython)
+## 関連リンク
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+- **データシート**
+ - [ESP32(中国語)](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
-## 関連情報
+## 関連動画
-- [M5GO Starter Kit 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/3875/)
-- [M5GO Starter Kit 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-M5GO-IoT-arduino-ESP32-MicroPython-IR-550/3226069_32881911596.html)
\ No newline at end of file
+- **m5stackの紹介**
+
+
\ No newline at end of file
diff --git a/docs/ja/core/m5stick.md b/docs/ja/core/m5stick.md
index ac32d8cc..8ef43a2d 100644
--- a/docs/ja/core/m5stick.md
+++ b/docs/ja/core/m5stick.md
@@ -1,6 +1,10 @@
# M5Stick
+
+* * *
+
+:memo:**[概要](#概要)** :bulb:**[クイックスタート](ja/quick_start/m5core/m5stick_get_started_arduino)** :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-New-M5Stick-Mini-Development-Kit-ESP32-1-3-OLED-80mAh-Battery-Inside-Buzzer-IR/3226069_32947692973.html?spm=a2g1y.12024536.productList_5885011.subject_1)**
## 概要
@@ -67,31 +71,12 @@
- `WALL`
- `BRICK`
-## ドキュメント
+## 関連リンク
-- **サンプルコード**
- - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Stick)
+- **データシート** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
-- **データシート**
- - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf)
- - [MPU9250](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
+## 関連動画
-- **クイックスタート (Arduino)**
- - 近日公開...
+- **m5stackの紹介**
-
-
-
-
-
-
-
-
-
-
-
-
-
-## 関連情報
-
-- [M5Stick 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-M5Stick-ESP32-1-3-OLED-80-mah-Ir/3226069_32947692973.html)
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/ja/core/white.md b/docs/ja/core/white.md
index d09fe1ae..c02689a9 100644
--- a/docs/ja/core/white.md
+++ b/docs/ja/core/white.md
@@ -156,7 +156,7 @@ M5Coreの下のボトムボードには、I2Sピン(GPIO0, GPIO12, GPIO13, GPIO1
- [Windows_64](/ja/quick_start/m5core/m5stack_core_get_started_Arduino_Windows)
- [MicroPython](/ja/quick_start/m5core/m5stack_core_get_started_MicroPython)
-- **[M5Coreによる違い](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_diff_between_m5cores.md)**
+- **[M5Coreによる違い](https://github.com/m5stack/M5-回路図/blob/master/Core/hardware_diff_between_m5cores.md)**
diff --git a/docs/ja/module/battery.md b/docs/ja/module/battery.md
index 3768bfd9..2f5474a4 100644
--- a/docs/ja/module/battery.md
+++ b/docs/ja/module/battery.md
@@ -1,6 +1,10 @@
# BATTERY モジュール
+
+***
+
+:memo:**[概要](#概要)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-In-Stock-Battery-Module-for-Arduino-ESP32-Core-Development-Kit-Capacity-850mAh-Stackable-IoT/3226069_32839688875.html?spm=2114.12010610.8148356.8.7b26c4a1uVFob3.html)**
## 概要
@@ -16,19 +20,9 @@
- 1x BATTERY モジュール
-## ドキュメント
+## 関連リンク
-- **ウェブサイト**
- - [M5Stack](https://m5stack.com)
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
-
-
-
-
-
+- **[フォーラム](http://forum.m5stack.com/)**
-## 関連情報
-
-- [BATTERY モジュール 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/3653/)
-- [BATTERY モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-arduino-ESP32-850-mah-iot/3226069_32839688875.html)
diff --git a/docs/ja/module/btc.md b/docs/ja/module/btc.md
index f367fb2b..1959ecf4 100644
--- a/docs/ja/module/btc.md
+++ b/docs/ja/module/btc.md
@@ -1,6 +1,12 @@
# BTC モジュール
+
+
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-GPS-Module-with-Internal-External-Antenna-MCX-Interface-IoT-Development-Board-for/3226069_32840757048.html?spm=2114.12010615.8148356.2.7c6c2743BZthY3)**
## 概要
diff --git a/docs/ja/module/commu.md b/docs/ja/module/commu.md
index 807f1cec..021ec95a 100644
--- a/docs/ja/module/commu.md
+++ b/docs/ja/module/commu.md
@@ -1,6 +1,10 @@
# COMMU モジュール
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-COMMU-Module-Extend-RS485-TTL-CAN-I2C-Port-with-MCP2515-TJA1051-SP3485-Development-Board/3226069_32954475633.html?spm=a2g1y.12024536.productList_5885013.subject_2)**
## 概要
@@ -32,23 +36,22 @@
| IIC_SDA | GPIO21 |
| IIC_SCL | GPIO22 |
-## ドキュメント
+## 関連リンク
-- **回路図**
- - [Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Modules/module_commu_sch.pdf)
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-- **データシート**
- - [MCP2515](http://ww1.microchip.com/downloads/en/devicedoc/20001801h.pdf)
- - [TJA1051](https://www.nxp.com/docs/en/data-sheet/TJA1051.pdf)
- - [SP3485](https://www.exar.com/ds/sp3485.pdf)
+- **[フォーラム](http://forum.m5stack.com/)**
-
-
-
-
-
-
+- **[データシート](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
-## 関連情報
+- **データシート** - [MCP2515](http://ww1.microchip.com/downloads/en/devicedoc/20001801h.pdf) - [TJA1051](https://www.nxp.com/docs/en/data-sheet/TJA1051.pdf) - [SP3485](https://www.exar.com/ds/sp3485.pdf)
-- [COMMU モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-RS485-TTL-I2C-MCP2515-TJA1051-SP3485/3226069_32954475633.html)
\ No newline at end of file
+## サンプルコード
+
+### 1. Arduino IDE
+
+### 2. UIFlow
+
+## 回路図
+
+
\ No newline at end of file
diff --git a/docs/ja/module/lan.md b/docs/ja/module/lan.md
index 9ba0cd32..9a058702 100644
--- a/docs/ja/module/lan.md
+++ b/docs/ja/module/lan.md
@@ -1,6 +1,10 @@
# LAN モジュール
+width="30%" height="30%">
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-LAN-Module-with-W5500-Chip-LanProto-Ethernet-convert-Network-Module-Microcontroller-for-Arduino/3226069_32904089417.html)**
## 概要
@@ -34,12 +38,12 @@ So we need a ethernet port board which is connected with M5Stack Core. This **LA
- [WebSite](https://m5stack.com)
-- Example
- - [Arduino Example](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/W5500)
+- サンプルコード
+ - [Arduino サンプルコード](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/W5500)
- [LAN Info](https://www.u-blox.com/zh/product/neo-m8-series) (LAN)
- GitHub
- [Arduino GitHub](https://github.com/m5stack/M5Stack)
-- [Purchase](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-LAN-Module-with-W5500-Chip-LanProto-Ethernet-convert-Network-Module-Microcontroller-for-Arduino/3226069_32904089417.html)
+- [購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-LAN-Module-with-W5500-Chip-LanProto-Ethernet-convert-Network-Module-Microcontroller-for-Arduino/3226069_32904089417.html)
diff --git a/docs/ja/module/lego_plus.md b/docs/ja/module/lego_plus.md
index 1aa11b11..2de16eb3 100644
--- a/docs/ja/module/lego_plus.md
+++ b/docs/ja/module/lego_plus.md
@@ -1,5 +1,11 @@
# LEGO+ モジュール
+
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)**
+
## 概要
**LEGO+**モジュールは、ATmega328を内蔵したDCモーターコントロールモジュールです。LEGO+モジュールはI2Cを介してM5Coreと通信します。I2Cアドレスは**0x56**です。このモジュールには、高電圧入力ドライブのモーターが必要な場合に接続できるDC電源ジャックも装備されています。
@@ -13,19 +19,18 @@
- 1x 10cm LEGOケーブル
- 1x DCジャック
-## ドキュメント
+## 関連リンク
-
-
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
-
-
+- **[フォーラム](http://forum.m5stack.com/)**
-
+## サンプルコード
-## 関連情報
+### 1. Arduino IDE
-- [LEGO+ モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)
\ No newline at end of file
+### 2. UIFlow
+
+
+
+
\ No newline at end of file
diff --git a/docs/ja/module/lora.md b/docs/ja/module/lora.md
index 18d642c7..7f469452 100644
--- a/docs/ja/module/lora.md
+++ b/docs/ja/module/lora.md
@@ -1,6 +1,10 @@
# LORA モジュール
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-LoRa-Module-for-ESP32-DIY-Development-Kit-Wireless-433MHz-Built-in-Antenna/3226069_32839736315.html?spm=2114.12010615.8148356.22.25e96be7xE1y22.html)**
## 概要
@@ -26,16 +30,13 @@ LoRa™は少ない消費電力で広いエリアをカバーする無線通信
- スマートホーム
- リモート灌漑システム
-## ドキュメント
+## 関連リンク
-- **ウェブサイト**
- - [M5Stack](https://m5stack.com)
-- **サンプルコード**
- - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/Lora)
-- **データシート**
- - [LoRa](http://wiki.ai-thinker.com/lora)
-- **GitHub**
- - [M5Stack](https://github.com/m5stack/M5Stack)
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+
+- **[フォーラム](http://forum.m5stack.com/)**
+
+- **データシート** - [LoRa](http://wiki.ai-thinker.com/lora)
?> **メモ** もしあなたのLCD画面が表示されない場合は、以下のソースのように``m5.begin()``の前にGPIO5をプルアップする2行を追加してみてください。GPIO5がLoRaモジュールのNSSピンに接続されている為、GPIO5をプルアップする必要があります。
@@ -44,20 +45,12 @@ LoRa™は少ない消費電力で広いエリアをカバーする無線通信
digitalWrite(5,HIGH);
m5.begin();
```
+## サンプルコード
-
-
-
-
-
-
-
-
-
-
-
-
+### 1. Arduino IDE
-## 関連情報
+### 2. UIFlow
-- [LORA モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-lora-ESP32-diy-433-mhz-iot/3226069_32839736315.html)
+## 回路図
+
+
diff --git a/docs/ja/module/lorawan.md b/docs/ja/module/lorawan.md
index 420e5360..5eb98ec7 100644
--- a/docs/ja/module/lorawan.md
+++ b/docs/ja/module/lorawan.md
@@ -1,6 +1,10 @@
# LoRaWAN モジュール
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-LoRaWAN-Module-433-470Mhz-868-915MHz-with-Internal-Antenna-and-MCX-External-Antenna-Port/3226069_32953098569.html?spm=a2g1y.12024536.productList_5885011.pic_2)**
## 概要
@@ -35,19 +39,20 @@
|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_module_lorawan_class_ac_at_command_specification_-_v4.4.pdf)
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
-
-
-
-
-
+- **[フォーラム](http://forum.m5stack.com/)**
-## 関連情報
+- **データシート** - [RHF76-052 wiki](http://wiki.ai-thinker.com/sx127x-052) - [ATコマンド for LoRaWAN](http://wiki.ai-thinker.com/_media/rhf-ps01509_module_lorawan_class_ac_at_command_specification_-_v4.4.pdf)
-- [LoRaWAN モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-LoRaWAN-433-470-mhz-868-915-mhz-mcx/3226069_32953098569.html)
\ No newline at end of file
+## サンプルコード
+
+### 1. Arduino IDE
+
+### 2. UIFlow
+
+## 回路図
+
+
\ No newline at end of file
diff --git a/docs/ja/module/plc.md b/docs/ja/module/plc.md
index c24deccc..07aade39 100644
--- a/docs/ja/module/plc.md
+++ b/docs/ja/module/plc.md
@@ -1,6 +1,10 @@
# M5Stack PLC モジュール
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-PLC-Proto-Industrial-Board-Module-Contains-RS485-ACS712-5B-Programmable-Logic-Controller-Relay-with-Magnet/3226069_32874916056.html?spm=2114.12010615.8148356.2.4c5b68a1WZ8sjd)**
## 概要
diff --git a/docs/ja/module/plus.md b/docs/ja/module/plus.md
index c6e4b910..5830f6e5 100644
--- a/docs/ja/module/plus.md
+++ b/docs/ja/module/plus.md
@@ -1,6 +1,10 @@
# PLUS モジュール
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-PLUS-Module-Encoder-Module-with-MEGA328P-500mAh-Battery-ISP-IR-Transmitter-UART-GPIO/3226069_32949278724.html?spm=a2g1x.12024536.productList_5885013.pic_1)**
## 概要
@@ -18,22 +22,18 @@
- 1x PLUS モジュール
-## ドキュメント
+## 関連リンク
-- **ウェブサイト**
- - [M5Stack](https://m5stack.com)
-- **サンプルコード**
- - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/Plus)
-- **GitHub**
- - [M5Stack](https://github.com/m5stack/M5Stack)
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
-
-
-
-
-
+- **[フォーラム](http://forum.m5stack.com/)**
-## 関連情報
+## サンプルコード
-- [PLUS モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-MEGA328P-500-mah-ISP-Ir-UART-GPIO/3226069_32949278724.html)
\ No newline at end of file
+### 1. Arduino IDE
+
+### 2. UIFlow
+
+
+
+
\ No newline at end of file
diff --git a/docs/ja/module/proto.md b/docs/ja/module/proto.md
index defd762c..d7cf79bd 100644
--- a/docs/ja/module/proto.md
+++ b/docs/ja/module/proto.md
@@ -1,6 +1,10 @@
# PROTO モジュール
+
+***
+
+:memo:**[概要](#概要)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-Proto-Module-Proto-Board-with-Extension-Bus-Socket-for-Arduino-ESP32-Development/3226069_32843231933.html?spm=2114.12010610.8148356.4.7b26c4a1MZw8Xy.html)**
## 概要
diff --git a/docs/ja/module/servo.md b/docs/ja/module/servo.md
index 95552c13..bccbabfe 100644
--- a/docs/ja/module/servo.md
+++ b/docs/ja/module/servo.md
@@ -1,6 +1,10 @@
# SERVO モジュール
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-SERVO-Module-Board-12-Channels-Servo-Controller-with-MEGA328-Inside-Power-Adapter-6-24V/3226069_32951356502.html?spm=a2g1y.12024536.productList_5885011.pic_0)**
## 概要
@@ -28,27 +32,18 @@
- バイオニック多関節ロボット
- カメラ用3軸ヘッド
-## ドキュメント
+## 関連リンク
-- **回路図**
- - Schematic
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-- **GitHub**
- - [Arduino](https://github.com/m5stack/M5Stack)
+- **[フォーラム](http://forum.m5stack.com/)**
-- **サンプルコード**
- - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/Servo)
+## サンプルコード
-
-
-
-
-
-
-
-
-
+### 1. Arduino IDE
-## 関連情報
+### 2. UIFlow
-- [SERVO モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-12-MEGA328-6-24/3226069_32951356502.html)
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/docs/ja/module/sim800.md b/docs/ja/module/sim800.md
index 711a8920..448e44e6 100644
--- a/docs/ja/module/sim800.md
+++ b/docs/ja/module/sim800.md
@@ -1,6 +1,10 @@
# SIM800L モジュール
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-In-Stock-GSM-Module-SIM800L-Stackable-IoT-Development-Board-for-Arduino-ESP32-with-MIC/3226069_32843211923.html?spm=2114.12010615.8148356.20.25e96be7xE1y22.html)**
## 概要
@@ -43,20 +47,20 @@ M5Stackシリーズのコアを使用し、Blockly、Arduino、MicroPythonでプ
- 自動WebクローラーSMS通知
- リモート検針システム
-## ドキュメント
+## 関連リンク
-- **サンプルコード**
- - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples)
-- **データシート**
- - [SIM800L](http://simcomm2m.com/En/module/detail.aspx?id=138)(SIM800L)
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-
-
-
-
-
-
+- **[フォーラム](http://forum.m5stack.com/)**
-## 関連情報
+- **データシート** - [SIM800L](http://simcomm2m.com/En/module/detail.aspx?id=138)(SIM800L)
-- [SIM800L モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-gsm-SIM800L-iot-arduino-ESP32-3-5/3226069_32843211923.html)
+## サンプルコード
+
+### 1. Arduino IDE
+
+### 2. UIFlow
+
+## 回路図
+
+
\ No newline at end of file
diff --git a/docs/ja/module/stepmotor.md b/docs/ja/module/stepmotor.md
index 197c7776..c64b73b2 100644
--- a/docs/ja/module/stepmotor.md
+++ b/docs/ja/module/stepmotor.md
@@ -1,6 +1,12 @@
# STEPMOTOR モジュール
+
+
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-Stepmotor-Module-for-Arduino-ESP32-GRBL-12C-Step-Motor-MEGA328P-similar-as-12V/3226069_32889109142.html?spm=2114.12010612.8148356.17.50511b9b5ViNuz)**
## 概要
@@ -23,30 +29,18 @@
- 自作3Dプリンタ
- シンプルロボットアーム
-## ドキュメント
+## 関連リンク
-- **サンプルコード**
- - [Arduino](https://github.com/m5stack/stepmotor_module/tree/master/Example/StepMotor_M5test)
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-- **クイックスタート**
- - 近日公開...
+- **[フォーラム](http://forum.m5stack.com/)**
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+## サンプルコード
-## 関連情報
+### 1. Arduino IDE
-- [STEPMOTOR モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-Stepmotor-arduino-ESP32-GRBL-12C-MEGA328P-12-DC/3226069_32889109142.html)
\ No newline at end of file
+### 2. UIFlow
+
+
+
+
\ No newline at end of file
diff --git a/docs/ja/module/usb.md b/docs/ja/module/usb.md
index 1cb19a9b..36392253 100644
--- a/docs/ja/module/usb.md
+++ b/docs/ja/module/usb.md
@@ -1,5 +1,11 @@
# USB モジュール
+
+
+***
+
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)**
+
## 概要
**USB**モジュールはMAX3421Eを内蔵したUSBコントローラです。このモジュールはM5Coreと最大通信速度26MHzのSPIインターフェースで接続され、USBホストやUSBペリフェラルとして使用できます。
@@ -19,22 +25,20 @@
- USBキーロガー
- USBメモリのリードライト
-## ドキュメント
+## 関連リンク
-
-
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-- データシート
- - [MAX3421E](https://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf)
+- **[フォーラム](http://forum.m5stack.com/)**
-
-
-
+- **データシート** - [MAX3421E](https://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf)
-
-
-
+## サンプルコード
-## 関連情報
+### 1. Arduino IDE
-- [USB モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-USB-USB-hid-MAX3421E-SPI-5-5-m5Stack/3226069_32961627365.html)
+### 2. UIFlow
+
+
+
+