mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
module(japanese version)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+116
-136
@@ -1,6 +1,10 @@
|
||||
# M5Stack FIRE
|
||||
|
||||
<img src="assets/img/product_pics/core/fire/product_pic_fire.png" alt="fire_01" width="250" height="250"> <img src="assets/img/product_pics/core/fire/m5_fire_01.png" width="35%" height="35%">
|
||||
|
||||
* * *
|
||||
|
||||
: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バー**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO23</td><td>GPIO19</td><td>GPIO18</td><td>GPIO14</td><td>GPIO27</td><td>GPIO33</td><td>GPIO32</td><td>GPIO4</td></tr>
|
||||
<tr><td>ILI9341(LCD Driver)</td><td>/</td><td>MISO</td><td>CLK</td><td>CS</td><td>DC</td><td>RST</td><td>BL</td><td> </td></tr>
|
||||
<tr><td>TF Card</td><td>MOSI</td><td>MISO</td><td>CLK</td><td> </td><td> </td><td> </td><td> </td><td>CS</td></tr>
|
||||
</table>
|
||||
|
||||
| LED Pin | ESP32 Chip |
|
||||
|:--------|:-----------|
|
||||
| LED Pin | GPIO15 |
|
||||
**Button & Speaker**
|
||||
|
||||
**MIC**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO39</td><td>GPIO38</td><td>GPIO37</td><td>GPIO25</td></tr>
|
||||
<tr><td>Button</td><td>BUTTON A</td><td>BUTTON B</td><td>BUTTON C</td></tr>
|
||||
<tr><td>Speaker</td><td> </td><td> </td><td> </td><td>Speaker Pin</td></tr>
|
||||
</table>
|
||||
|
||||
| MIC Pin | ESP32 Chip |
|
||||
|:--------|:-----------|
|
||||
| MIC Pin | GPIO34 |
|
||||
**GROVE A**
|
||||
|
||||
**Speaker**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>GROVE A</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
| 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 |
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>MPU9250</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**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 |
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO36</td><td>GPIO26</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>GROVE B</td><td>GPIO36</td><td>GPIO26</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
| PORT C(UART2) | ESP32 Chip |
|
||||
|:--------------|:-----------|
|
||||
| RXD | GPIO16 |
|
||||
| TXD | GPIO17 |
|
||||
| 5V | 5V |
|
||||
| GND | GND |
|
||||
**GROVE C**
|
||||
|
||||
**IMUセンサー**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO16</td><td>GPIO17</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>GROVE C</td><td>RXD</td><td>TXD</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
~~*MPU6050 i2c address: 0x68*~~
|
||||
**LED Bar & MicroPhone**
|
||||
|
||||
~~*MAG3110 i2c address: 0x0E*~~
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO15</td><td>GPIO34</td></tr>
|
||||
<tr><td>LED Bar</td><td>SIG Pin</td><td> </td></tr>
|
||||
<tr><td>MicroPhone</td><td> </td><td>MIC Pin</td></tr>
|
||||
</table>
|
||||
|
||||
*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**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/M-BUS.jpg" alt="M_BUS" width="300" height="300">
|
||||
</figure>
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>M5Core Source</td>
|
||||
<td>Parameter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ESP32</td>
|
||||
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash & PSRAM</td>
|
||||
<td>16MB Flash + 4MB pSRAM </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Input</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Interface</td>
|
||||
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LCD</td>
|
||||
<td>2 inch, 320x240 Colorful TFT LCD, ILI9342</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Speaker</td>
|
||||
<td>1W-0928</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Microphone</td>
|
||||
<td>MEMS Analog BSE3729 Microphone</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LED</td>
|
||||
<td>SK6812 3535 RGB LED x 10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MEMS</td>
|
||||
<td>MPU9250</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>550mAh @ 3.7V, inside vb</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Op.Temp.</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>54 x 54 x 12.5 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>C.A.S.E</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td>120g with bottom, 100g only core</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## パッケージ内容
|
||||
|
||||
@@ -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の紹介**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/fire/product_pic_fire.png" alt="fire_01" width="300" height="300">
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/fire/simple_sch_just_for_fire.png" alt="fire_02" width="300" height="300">
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/fire/interface_fire.png" alt="fire_03" width="300" height="300">
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/fire/m5_fire_01.png" alt="fire_03" width="300" height="300">
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/fire/m5_fire_02.png" alt="fire_03" width="300" height="300">
|
||||
</figure>
|
||||
|
||||
## 関連情報
|
||||
|
||||
- [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)
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/W5ZfDCBc1lk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
+114
-62
@@ -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**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO23</td><td>GPIO19</td><td>GPIO18</td><td>GPIO14</td><td>GPIO27</td><td>GPIO33</td><td>GPIO32</td><td>GPIO4</td></tr>
|
||||
<tr><td>ILI9341(LCD Driver)</td><td>/</td><td>MISO</td><td>CLK</td><td>CS</td><td>DC</td><td>RST</td><td>BL</td><td> </td></tr>
|
||||
<tr><td>TF Card</td><td>MOSI</td><td>MISO</td><td>CLK</td><td> </td><td> </td><td> </td><td> </td><td>CS</td></tr>
|
||||
</table>
|
||||
|
||||
| Button Pin | ESP32 Chip |
|
||||
|:-----------|:-----------|
|
||||
| BUTTON A | GPIO39 |
|
||||
| BUTTON B | GPIO38 |
|
||||
| BUTTON C | GPIO37 |
|
||||
**Button & Speaker**
|
||||
|
||||
**IMUセンサー**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO39</td><td>GPIO38</td><td>GPIO37</td><td>GPIO25</td></tr>
|
||||
<tr><td>Button</td><td>BUTTON A</td><td>BUTTON B</td><td>BUTTON C</td></tr>
|
||||
<tr><td>Speaker</td><td> </td><td> </td><td> </td><td>Speaker Pin</td></tr>
|
||||
</table>
|
||||
|
||||
| MPU9250 | ESP32 Chip |
|
||||
|:--------|:-----------|
|
||||
| SCL | GPIO22 |
|
||||
| SDA | GPIO21 |
|
||||
**GROVE A**
|
||||
|
||||
**GROVE**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>GROVE A</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
| 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 |
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>MPU9250</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**TFカード**
|
||||
#### M5GO Base Pinmap
|
||||
|
||||
| TFCard Pin | ESP32 Chip |
|
||||
|:-----------|:-----------|
|
||||
| MOSI | GPIO23 |
|
||||
| MISO | GPIO19 |
|
||||
| CLK | GPIO18 |
|
||||
| CS | GPIO4 |
|
||||
**GROVE B**
|
||||
|
||||
**M-Bus**
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO36</td><td>GPIO26</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>GROVE B</td><td>GPIO36</td><td>GPIO26</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/M-BUS.png" alt="M_BUS" width="300px" height="300px">
|
||||
</figure>
|
||||
**GROVE C**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO16</td><td>GPIO17</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>GROVE C</td><td>RXD</td><td>TXD</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**LED Bar & MicroPhone**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO15</td><td>GPIO34</td></tr>
|
||||
<tr><td>LED Bar</td><td>SIG Pin</td><td> </td></tr>
|
||||
<tr><td>MicroPhone</td><td> </td><td>MIC Pin</td></tr>
|
||||
</table>
|
||||
|
||||
## PARAMETER
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>M5Core Source</td>
|
||||
<td>Parameter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ESP32</td>
|
||||
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash</td>
|
||||
<td>4MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Input</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Interface</td>
|
||||
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LCD</td>
|
||||
<td>2 inch, 320x240 Colorful TFT LCD, ILI9342</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Speaker</td>
|
||||
<td>1W-0928</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Microphone</td>
|
||||
<td>MEMS Analog BSE3729 Microphone</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LED</td>
|
||||
<td>SK6812 3535 RGB LED x 10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MEMS</td>
|
||||
<td>MPU9250</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>550mAh @ 3.7V, inside vb</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Op.Temp.</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>54 x 54 x 12.5 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>C.A.S.E</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td>120g with bottom, 100g only core</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## パッケージ内容
|
||||
|
||||
@@ -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)
|
||||
|
||||
## 関連動画
|
||||
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
# M5GO IoT Starter Kit
|
||||
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_01.png" alt="gray_02" width="250" height="250"> <img src="assets/img/product_pics/core/m5go/m5go_02.png" alt="gray_02" width="250" height="250"> <img src="assets/img/product_pics/core/m5go/m5go_03.png" alt="gray_04" width="250" height="250">
|
||||
|
||||
<!-- <img src="assets/img/product_pics/core/m5go/m5go_03.png" alt="gray_03" width="250" height="250"> -->
|
||||
|
||||
* * *
|
||||
|
||||
: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 ユーザーマニュアル
|
||||
|
||||
## ドキュメント
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_04.png" width="500">
|
||||
|
||||
- **サンプルコード**
|
||||
- [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples)
|
||||
- [MicroPython](https://github.com/m5stack/M5GO/tree/master/examples)
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_05.png" width="500">
|
||||
|
||||
- **GitHub**
|
||||
- [Arduino](https://github.com/m5stack/M5Stack)
|
||||
- [MicroPython](https://github.com/m5stack/M5GO)
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_06.png" width="500">
|
||||
|
||||
- **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)
|
||||
## 関連リンク
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_01.png" width="300">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_02.png" width="300">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_03.png" width="300">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_04.png" width="300">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_05.png" width="300">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_06.png" width="300">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_main_board.png" width="300">
|
||||
</figure>
|
||||
- **データシート**
|
||||
- [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)
|
||||
- **m5stackの紹介**
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/W5ZfDCBc1lk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
+9
-24
@@ -1,6 +1,10 @@
|
||||
# M5Stick
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stick/m5stick_01.png" alt="gray_02" width="250" height="250"> <img src="assets/img/product_pics/core/minicore/m5stick/m5stick_02.png" alt="gray_02" width="250" height="250"> <img src="assets/img/product_pics/core/minicore/m5stick/m5stick_03.png" alt="gray_04" width="250" height="250">
|
||||
|
||||
* * *
|
||||
|
||||
: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の紹介**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/minicore/m5stick/m5stick_01.png" alt="m5stick_01" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/minicore/m5stick/m5stick_02.png" alt="m5stick_02" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/minicore/m5stick/m5stick_03.png" alt="m5stick_03" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/minicore/m5stick/m5stick_04.png" alt="m5stick_04" height="40%" width="40%">
|
||||
</figure>
|
||||
|
||||
## 関連情報
|
||||
|
||||
- [M5Stick 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-M5Stick-ESP32-1-3-OLED-80-mah-Ir/3226069_32947692973.html)
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/W5ZfDCBc1lk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
@@ -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)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/core/m5go/m5go_main_board.jpg" width="500">
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# BATTERY モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_battery_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_battery_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_battery_01.png" alt="module_battery_01" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_battery_02.png" alt="module_battery_02" width="300px" height="300px">
|
||||
</figure>
|
||||
- **[フォーラム](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)
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
# BTC モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_btc_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_03.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_04.png" width="30%" height="30%">
|
||||
|
||||
<!-- <img src="assets/img/product_pics/module/module_btc_04.png" width="30%" height="30%"> -->
|
||||
|
||||
***
|
||||
|
||||
: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)**
|
||||
|
||||
## 概要
|
||||
|
||||
|
||||
+18
-15
@@ -1,6 +1,10 @@
|
||||
# COMMU モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_commu_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_commu_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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/)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_commu_01.png" alt="module_commu_01" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_commu_02.png" alt="module_commu_02" width="300px" height="300px">
|
||||
</figure>
|
||||
- **[データシート](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)
|
||||
## サンプルコード
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
## 回路図
|
||||
|
||||
<img src="assets/img/product_pics/module/commu_sch.png">
|
||||
@@ -1,6 +1,10 @@
|
||||
# LAN モジュール
|
||||
|
||||
width="30%" height="30%"> <img src="assets/img/product_pics/module/module_lan_02.png" 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)
|
||||
|
||||
+16
-11
@@ -1,5 +1,11 @@
|
||||
# LEGO+ モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_lego_plus_01.png" width="30%" height="30%"><!-- <img src="assets/img/product_pics/module/module_lego_plus_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_lego_plus_03.png" width="30%" height="30%"> -->
|
||||
|
||||
***
|
||||
|
||||
:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** <!-- :electric_plug:**[原理图](https://github.com/m5stack/M5-回路図/blob/master/Modules/GPS.pdf)** -->🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)**
|
||||
|
||||
## 概要
|
||||
|
||||
<mark>**LEGO+**</mark>モジュールは、ATmega328を内蔵したDCモーターコントロールモジュールです。LEGO+モジュールはI2Cを介してM5Coreと通信します。I2Cアドレスは<mark>**0x56**</mark>です。このモジュールには、高電圧入力ドライブのモーターが必要な場合に接続できるDC電源ジャックも装備されています。
|
||||
@@ -13,19 +19,18 @@
|
||||
- 1x 10cm LEGOケーブル
|
||||
- 1x DCジャック
|
||||
|
||||
## ドキュメント
|
||||
## 関連リンク
|
||||
|
||||
<!-- - [回路図](https://m5stack.com) -->
|
||||
<!-- - [サンプルコード](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/LEGO_plus) -->
|
||||
- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_lego_plus_01.png" height="300" width="300">
|
||||
</figure>
|
||||
- **[フォーラム](http://forum.m5stack.com/)**
|
||||
|
||||
<!-- <figure>
|
||||
<img src="assets/img/product_pics/module/module_lego_plus_02.png" height="300" width="300">
|
||||
</figure> -->
|
||||
## サンプルコード
|
||||
|
||||
## 関連情報
|
||||
### 1. Arduino IDE
|
||||
|
||||
- [LEGO+ モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)
|
||||
### 2. UIFlow
|
||||
|
||||
<!-- ## 回路図 -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/module/lego_plus_sch.png"> -->
|
||||
+16
-23
@@ -1,6 +1,10 @@
|
||||
# LORA モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_lora_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_lora_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_lora_03.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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();
|
||||
```
|
||||
## サンプルコード
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_lora_01.png" alt="module_lora_01" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_lora_02.png" alt="module_lora_02" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_lora_03.png" alt="module_lora_03" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_lora_04.png" alt="module_lora_04" width="300px" height="300px">
|
||||
</figure>
|
||||
### 1. Arduino IDE
|
||||
|
||||
## 関連情報
|
||||
### 2. UIFlow
|
||||
|
||||
- [LORA モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-lora-ESP32-diy-433-mhz-iot/3226069_32839736315.html)
|
||||
## 回路図
|
||||
|
||||
<img src="assets/img/product_pics/module/lora_sch.png">
|
||||
|
||||
+17
-12
@@ -1,6 +1,10 @@
|
||||
# LoRaWAN モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_lorawan_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_lorawan_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_lorawan_01.png" alt="module_lorawan_01" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_lorawan_02.png" alt="module_lorawan_02" width="300px" height="300px">
|
||||
</figure>
|
||||
- **[フォーラム](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)
|
||||
## サンプルコード
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
## 回路図
|
||||
|
||||
<img src="assets/img/product_pics/module/lorawan_sch.png">
|
||||
@@ -1,6 +1,10 @@
|
||||
# M5Stack PLC モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_plc_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_plc_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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)**
|
||||
|
||||
## 概要
|
||||
|
||||
|
||||
+15
-15
@@ -1,6 +1,10 @@
|
||||
# PLUS モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_plus_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_plus_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_plus_01.png" alt="module_plus_01" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_plus_02.png" alt="module_plus_01" height="300px" width="300px">
|
||||
</figure>
|
||||
- **[フォーラム](http://forum.m5stack.com/)**
|
||||
|
||||
## 関連情報
|
||||
## サンプルコード
|
||||
|
||||
- [PLUS モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-MEGA328P-500-mah-ISP-Ir-UART-GPIO/3226069_32949278724.html)
|
||||
### 1. Arduino IDE
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
<!-- ## 回路図 -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/module/plus_sch.png"> -->
|
||||
@@ -1,6 +1,10 @@
|
||||
# PROTO モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_proto_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_proto_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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)**
|
||||
|
||||
## 概要
|
||||
|
||||
|
||||
+13
-18
@@ -1,6 +1,10 @@
|
||||
# SERVO モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_servo_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_servo_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_servo_03.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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)
|
||||
## サンプルコード
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_servo_01.png" alt="module_servo_01" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_servo_02.png" alt="module_servo_02" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_servo_03.png" alt="module_servo_03" width="300px" height="300px">
|
||||
</figure>
|
||||
### 1. Arduino IDE
|
||||
|
||||
## 関連情報
|
||||
### 2. UIFlow
|
||||
|
||||
- [SERVO モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-12-MEGA328-6-24/3226069_32951356502.html)
|
||||
<!-- ## 回路図 -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/module/servo_sch.png"> -->
|
||||
+17
-13
@@ -1,6 +1,10 @@
|
||||
# SIM800L モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_sim800_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_sim800_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
: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)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_sim800_01.png" alt="module_sim800_01" width="300px" height="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_sim800_02.png" alt="module_sim800_02" width="300px" height="300px">
|
||||
</figure>
|
||||
- **[フォーラム](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
|
||||
|
||||
## 回路図
|
||||
|
||||
<img src="assets/img/product_pics/module/sim800_sch.png">
|
||||
+16
-22
@@ -1,6 +1,12 @@
|
||||
# STEPMOTOR モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_stepmotor_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_stepmotor_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_stepmotor_03.png" width="30%" height="30%">
|
||||
|
||||
<!-- <img src="assets/img/product_pics/module/module_stepmotor_04.png" width="30%" height="30%"> -->
|
||||
|
||||
***
|
||||
|
||||
: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/)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_stepmotor_01.png" alt="module_stepmotor_01" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_stepmotor_02.png" alt="module_stepmotor_02" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_stepmotor_03.png" alt="module_stepmotor_03" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_stepmotor_04.png" alt="module_stepmotor_04" height="300px" width="300px">
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_stepmotor_05.png" alt="module_stepmotor_05" height="300px" width="300px">
|
||||
</figure>
|
||||
## サンプルコード
|
||||
|
||||
## 関連情報
|
||||
### 1. Arduino IDE
|
||||
|
||||
- [STEPMOTOR モジュール 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-Stepmotor-arduino-ESP32-GRBL-12C-MEGA328P-12-DC/3226069_32889109142.html)
|
||||
### 2. UIFlow
|
||||
|
||||
<!-- ## 回路図 -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/module/stepmotor_sch.png"> -->
|
||||
+17
-13
@@ -1,5 +1,11 @@
|
||||
# USB モジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_usb_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_usb_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)**
|
||||
|
||||
## 概要
|
||||
|
||||
<mark>**USB**</mark>モジュールは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/)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_usb_01.png" height="300" width="300">
|
||||
</figure>
|
||||
- **データシート** - [MAX3421E](https://www.sparkfun.com/datasheets/DevTools/Arduino/MAX3421E.pdf)
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/module/module_usb_02.png" height="300" width="300">
|
||||
</figure>
|
||||
## サンプルコード
|
||||
|
||||
## 関連情報
|
||||
### 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
|
||||
|
||||
<!-- ## 回路図 -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/module/usb_sch.png"> -->
|
||||
|
||||
Reference in New Issue
Block a user