add content some modules

This commit is contained in:
塩入孔章
2018-11-09 18:57:06 +08:00
parent 00669fc160
commit 4cf03cbcf3
16 changed files with 162 additions and 15 deletions
+7 -5
View File
@@ -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)| / |
## モジュール
<img src='assets/img/product_pics/2.jpg'><img src='assets/img/product_pics/module.png'>
| (無線)通信モジュール | アクセサリモジュール | 制御モジュール |
| 無線通信モジュール | アクセサリモジュール | 制御モジュール |
|:---------------:|:-----------------:|:-----------:|
| [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) | / | / |
## アプリケーション
@@ -0,0 +1,56 @@
# M5GO IOT Starter Kit
## DESCRIPTION
**<mark>M5GO IOT Starter Kit</mark>** 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 <mark>ESP32</mark> 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 <tech@m5stack.com> please.
## FEATURES
- Programming Support
- Arduino
- ESP-IDF
- MicroPython
- TF Card Support
## PARAMETER
| Source | Parameter |
| :----------: |:------------: |
| <mark>ESP32</mark> | 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)**
- **<mark>Quick Start</mark>** - 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)
<figure>
<img src="assets/img/product_pics/core/m5go/m5go_01.jpg" width="500">
</figure>
@@ -2,19 +2,38 @@
## 概要
**<mark>M5Stack COMMU</mark>**モジュールはRS-485通信(SP3485)、CAN通信(コントローラ: MCP2515, トランシーバ: TJA1051)、I2C通信が可能なモジュールです。
**<mark>M5Stack COMMU</mark>**モジュールはアプリケーション設計の大部分を満たす事ができる通信インターフェースコンバータモジュールです。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)
@@ -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);
@@ -2,12 +2,43 @@
## 概要
(近日公開...)
**<mark>M5Stack LoRaWAN</mark>**モジュールは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)
<figure>
<img src="assets/img/product_pics/modules/lorawan_01.jpg" alt="lorawan_01" width="300px" height="300px">
</figure>
@@ -2,12 +2,41 @@
## 概要
(近日公開...)
**<mark>M5Stack SERVO</mark>**モジュールは、12ウェイサーボモータを同時に駆動できるサーボモータドライバモジュールです。(現在、最大電流の制限により、駆動できるサーボモータの最大数は9です。すぐにアップグレード版を公開します。)
サーボモータをコントロールするのはとても簡単です。Arduino IDEで2〜3行のコードを書くか、UiFlowで2-3ブロックをドラッグ&ドロップするだけで、一度に多くのサーボモータを駆動できます。
サーボはGROVEインタフェース(I2C)を介してM5Coreと通信します。 I2Cアドレスは<mark>0x53</mark>です。
## 特徴
- 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)
<figure>
<img src="assets/img/product_pics/modules/servo_01.jpg" alt="servo_01" width="300px" height="300px">
</figure>
@@ -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)
@@ -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)
@@ -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)
@@ -25,4 +25,5 @@
## 関連情報
- [EARTH ユニット 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/4049/)
- [EARTH ユニット 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack/3226069_32922643696.html)
@@ -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)
@@ -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)
@@ -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)
@@ -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)
@@ -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)
@@ -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)