| 9-axis attitude sensor(MPU9250) | SCL | SDA |
+**メモ:**
+
+*各コアの主な仕様は以下の表の通りです。更に詳細な情報が知りたい方は[こちら](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores_ja.md)から。*
+
+
+
+
+
## パッケージ内容
- 1x M5Stick including 80mAh-Battery
diff --git a/docs/ja/core/white.md b/docs/ja/core/white.md
index c9e3e110..70e1d685 100644
--- a/docs/ja/core/white.md
+++ b/docs/ja/core/white.md
@@ -1,7 +1,5 @@
# M5Core WHITE
-
-
## 概要
**この白いM5CoreはM5GO IOT Starter Kitのメインボードです。** M5Core Whiteは、M5Core GRAYに似たスペックです。しかしFlashの容量が16MBに増え、M5GOベースを備えている点が異なります。
@@ -10,6 +8,14 @@ ESP32を備えた素晴らしいボードです。MEMS Chip(**MPU9250**)やTFT
M5Coreの下のボトムボードには、I2Sピン(GPIO0, GPIO12, GPIO13, GPIO15, GPIO34)の他にM-BusベースのDIY向け拡張用GPIOが用意されています。
+**メモ:**
+
+*各コアの主な仕様は以下の表の通りです。更に詳細な情報が知りたい方は[こちら](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores_ja.md)から。*
+
+
+
+
+
## 特徴
- プログラミングサポート
diff --git a/docs/ja/unit/gps.md b/docs/ja/unit/gps.md
index d619dc03..aa97b3a6 100644
--- a/docs/ja/unit/gps.md
+++ b/docs/ja/unit/gps.md
@@ -4,48 +4,50 @@
***
-:memo:**[Description](#Description)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-GPS-BDS-Mini-Unit-Board-AT6558-MAX2659-with-GROVE-Port-UART-Interface-M5GO-M5Stack/3226069_32959837627.html?spm=a2g03.12010615.8148356.4.d2df160dp0aQSw)**
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Official-GPS-BDS-Mini-Unit-Board-AT6558-MAX2659-with-GROVE-Port-UART-Interface-M5GO-M5Stack/3226069_32959837627.html)**
-
+
-## Description
+## 概要
-**GPS**with **AT6558** inside which is created and developed by a Chinese Company named Zhongkewei. AT6558 is capable of highly performance,supportting many types of satellite navigation system. It is capable of receiving GNSS signal from 6 satellite navigation system, and capable of joint location ,navigation,and timing . Therefore the module is able to obtain accurate global location information . You can connect it to M5Core port C with GROVE cable, and develope it with UART communication. Regards to the gps Unit , a signal amplifying chip is **MAX2659** integrated inside .
+**GPS** に内蔵されている **AT6558** は中国の中科微(Zhongkewei)という会社によって開発されたチップで、様々なタイプの衛星ナビゲーションシステムをサポートしています。 6衛星ナビゲーションシステムからのGNSSシグナルを受信することで、位置、ナビゲーション、タイミングなどを取得可能です。従って、正確なグローバル位置情報を把握することができます。M5CoreのポートCを介してUART通信で接続されます。信号増幅チップは**MAX2659**が内蔵されています。
-## Feature
+## 特徴
-- Supportting many types of satellite navigation system, China BDS , USA GPS, and Russia GLONASS etc
+- サポート衛星ナビシステム: China BDS, USA GPS, Russia GLONASS, EURO GALILEO, Japan QZSS
- AT6558
- - 15mA Ultra low power comsume
- - integrated radio frequency,base band, flash
- - working temperature:-40~85℃
-
-- With two Lego plugin holes on the Unit, it could be more easier to compatable with Lego mountings
+ - 15mA 超低消費
+ - 内蔵RF, base band, flash
+ - 動作温度:-40~85℃
+
+- LEGO互換ホール
-## 应用
+## アプリケーション
-- Vehicle location
+- 自動車ナビゲーションシステム
- Intelligent Law enforcement location
-## 相关链接
+## 関連リンク
-- **[Offical Video](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
+- **[公式ビデオ](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
-- **[Forum](http://forum.m5stack.com/)**
+- **[フォーラム](http://forum.m5stack.com/)**
-- **[Datasheet]** - [AT6558](http://www.icofchina.com/d/file/xiazai/2016-12-05/b1be6f481cdf9d773b963ab30a2d11d8.pdf) - [MAX2659](https://datasheets.maximintegrated.com/en/ds/MAX2659.pdf)
+- **[データシート]**
+ - [AT6558](http://www.icofchina.com/d/file/xiazai/2016-12-05/b1be6f481cdf9d773b963ab30a2d11d8.pdf)
+ - [MAX2659](https://datasheets.maximintegrated.com/en/ds/MAX2659.pdf)
-- **[TinyGPS++ library](http://arduiniana.org/libraries/tinygpsplus/)**
+- **[TinyGPS++ ライブラリ](http://arduiniana.org/libraries/tinygpsplus/)**
-- **[CASIC multimode satellite navigation receiver protocol specification](http://www.icofchina.com/d/file/xiazai/2017-05-02/ea0cdd3d81eeebcc657b5dbca80925ee.pdf)**
+- **[CASIC マルチモード衛星ナビゲーション受信機 プロトコル仕様](http://www.icofchina.com/d/file/xiazai/2017-05-02/ea0cdd3d81eeebcc657b5dbca80925ee.pdf)**
-- **[GnssToolKit3(Windows Version)](http://www.icofchina.com/d/file/xiazai/2018-05-23/2b29a8da746eec0ef1dcd9deae895298.zip)**
+- **[GnssToolKit3(Windows版)](http://www.icofchina.com/d/file/xiazai/2018-05-23/2b29a8da746eec0ef1dcd9deae895298.zip)**
-## Example
+## サンプルコード
### 1. Arduino IDE
-*If you want the complete code `GPSRaw.ino`, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/GPS/Arduino).*
+*完全な `GPSRaw.ino`のソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/GPS/Arduino)。*
```arduino
#include
@@ -87,11 +89,11 @@ $GNZDA,,,,,,*56
$GPTXT,01,01,01,ANTENNA OPEN*25
```
-## Schematic
+## 回路図
-### PinMap
+### ピンマップ
| M5Core(GROVE C) | U2RXD(GPIO16) | U2TXD(GPIO17) | 5V | GND |
diff --git a/docs/ja/unit/heart.md b/docs/ja/unit/heart.md
index 56debbbd..11c2ef23 100644
--- a/docs/ja/unit/heart.md
+++ b/docs/ja/unit/heart.md
@@ -4,34 +4,35 @@
***
-:memo:**[Description](#Description)** :octocat:**[Example](#Example)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-Mini-Heart-Rate-Unit-MAX30100-Module-Sensor-for-Arduino-Low-Power-Heart-Rate-Oxygen/3226069_32960528289.html?spm=a2g03.12010615.8148356.2.770159282aM5qM)**
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Newest-Mini-Heart-Rate-Unit-MAX30100-Module-Sensor-for-Arduino-Low-Power-Heart-Rate-Oxygen/3226069_32960528289.html)**
-## Description
+## 概要
-**HEART** is a unit integrated **MAX30100**(pulse oximeter chip). The principle is that the amount of oxygen and non-carrying oxygen in the red blood cells can be detected by infrared LED illumination, and the ADC value of the heart rate can be obtained. MAX30100 is built in two light emitting diodes and one light detector. After the unit is connected to the GROVE A port of the M5Core, you only need to put your finger on the MAX30110 module of the unit to read the physiological information.
+**HEART** は **MAX30100**(pulse oximeter chip)を内蔵しています。赤血球中の酸素量と非運搬酸素量を赤外LED照明によって検出することができ、心拍数のAD値も取得可能です。 MAX30100は2個の発光ダイオードと1個の光検出器を内蔵しています。ユニットをM5CoreのGROVE Aポートに接続し、指を置くことでデータを取得できます。
-## Feature
+## 特徴
-- Low noise
-- Can output specific blood oxygen value and heart rate value
-- GROVE interface, support [Arduino](http://www.arduino.cc)
-- Two Lego installation holes
+- 低ノイズ
+- 血中酸素濃度および心拍値を取得可能
+- GROVE インターフェース、[Arduino](http://www.arduino.cc)をサポート
+- LEGO互換ホール
-## Related Link
+## 関連リンク
-- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-- **[Forum](http://forum.m5stack.com/)**
+- **[フォーラム](http://forum.m5stack.com/)**
-- **Datasheet** - [MAX30100](https://datasheets.maximintegrated.com/en/ds/MAX30110.pdf)
+- **データシート**
+ - [MAX30100](https://datasheets.maximintegrated.com/en/ds/MAX30110.pdf)
- **[MAX30100lib](https://github.com/oxullo/Arduino-MAX30100)**
-## Example
+## サンプルコード
### 1. Arduino IDE
-*If you want the code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEART/Arduino).*
+*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEART/Arduino)。*
```arduino
/*
@@ -90,11 +91,11 @@ void loop()
-->
-## Schematic
+## 回路図
-### PinMap
+### ピンマップ
| M5Core(GROVE A) | GPIO22 | GPIO21 | 5V | GND |
diff --git a/docs/ja/unit/rfid.md b/docs/ja/unit/rfid.md
index c8b7a20c..9e6613db 100644
--- a/docs/ja/unit/rfid.md
+++ b/docs/ja/unit/rfid.md
@@ -4,38 +4,39 @@
***
-:memo:**[Description](#Description)** :octocat:**[Example](#Example)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-Mini-RFID-Unit-RC522-Module-Sensor-for-Arduino-SPI-Writer-Reader-IC-Card-with/3226069_32963407976.html?spm=a2g03.12010615.8148356.2.29057436VJRuWu)**
+:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-Newest-Mini-RFID-Unit-RC522-Module-Sensor-for-Arduino-SPI-Writer-Reader-IC-Card-with/3226069_32963407976.html)**
-## Description
+## 概要
-**RFID** is a unit integrated **MFRC522**(which hightly integrates reader/writer IC for contactless communication at 13.56MHz). The unit can realize the function of the card reading device, can identify and record multiple card information, and establish applications such as access control system, punching system, warehouse goods storage and community vehicle access registration.
+**RFID** は **MFRC522**(13.56MHzの非接触通信用リーダライタIC)を内蔵したユニットです。このユニットは、非接触カードリーダ機能を備え、複数のカード情報を識別して記録することができます。入退室管理システム、パンチングシステム、倉庫商品管理および車両アクセス管理などのアプリケーションを実現することが可能です。
-The Unit is connected to the M5Core's GROVE A interface via the GROVE line and communicates via IIC with an IIC address of 0x28.
+M5CoreのGROVE Aインターフェースに接続して利用することができます。I2Cアドレスは**0x28**です。
-## Feature
+## 特徴
-- I2C data rate: Fast mode: up to 400 Kbit/s; High-speed mode: up to 3400 Kbit/s
-- Supported protocol: ISO14443A, MIFARE and NTAG
-- Operate temperature: -20℃-85℃
-- How long data be saved for: > 10 years
-- GROVE interface, support [Arduino](http://www.arduino.cc)
-- Two Lego installation holes
+- I2Cデータレート: Fast mode: 最大400kbps; High-speed mode: 最大3400kbps
+- サポートするプロトコル: ISO14443A, MIFARE and NTAG
+- 動作温度: -20℃~85℃
+- データ保存期間: > 10 years
+- GROVE インターフェース, [Arduino](http://www.arduino.cc)をサポート
+- Lego 互換ホール
-## Related Link
+## 関連リンク
-- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
+- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
-- **[Forum](http://forum.m5stack.com/)**
+- **[フォーラム](http://forum.m5stack.com/)**
-- **Datasheet** - [MFRC522](https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf)
+- **データシート**
+ - [MFRC522](https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf)
-## Example
+## サンプルコード
### 1. Arduino IDE
-*The below code is incomplete(just for usage). If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/Arduino).*
+*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/Arduino).*
-After programming the RFID.ino, the IC card or the mobile phone NFC, close to the unit, moves back and forth around the unit, and the UID of the IC card or the RFID chip in the mobile phone will be printed on the screen of the M5Core.
+RFID.inoを実行すると、 ICやスマートフォンのNFCをユニットの周りで4回ほど往復させると、M5Coreの画面にカードやスマホのNFCのUIDが表示されます。
```arduino
/*
@@ -46,16 +47,16 @@ After programming the RFID.ino, the IC card or the mobile phone NFC, close to th
#include
// 0x28 is i2c address on SDA. Check your address with i2cscanner if not match.
-MFRC522 mfrc522(0x28); // Create MFRC522 instance.
+MFRC522 mfrc522(0x28); // MFRC522 インスタンス宣言
-// initialization
+// 初期化
M5.begin(); Serial.begin(115200); Wire.begin();
-/* Init MFRC522 */
+/* MFRC522を初期化 */
mfrc522.PCD_Init();
/* Show details of PCD - MFRC522 Card Reader details */
ShowReaderDetails();
-// get the uid of available card
+// 利用可能なカードのUIDを取得
mfrc522.PICC_IsNewCardPresent();// scan for a new card
mfrc522.PICC_ReadCardSerial();// read data
// a new card is selected. The UID and SAK is saved at mfrc522.uid structor.
@@ -64,9 +65,9 @@ for (byte i = 0; i < mfrc522.uid.size; i++) {
Serial.print(mfrc522.uid.uidByte[i], HEX);
}
-// other function
+// その他の関数
void ShowReaderDetails() {
- /* Get the MFRC522 software version */
+ /* MFRC522のソフトウェアバージョンを取得 */
byte v = mfrc522.PCD_ReadRegister(mfrc522.VersionReg);
if (v == 0x91) Serial.print(F(" = v1.0"));
else if (v == 0x92) Serial.print(F(" = v2.0"));
@@ -82,11 +83,11 @@ void ShowReaderDetails() {
-->
-## Schematic
+## 回路図
-### PinMap
+### ピンマップ
| M5Core(GROVE A) | GPIO22 | GPIO21 | 5V | GND |