Merge branch 'pr/41'

This commit is contained in:
LiHuashen
2018-11-07 11:06:43 +08:00
38 changed files with 319 additions and 86 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ Our aim is "**Stackable Board is Product**". Here's the [Official Website](http:
- :computer: Visit [Official Website](http://www.m5stack.com) for newest product
- :busts_in_silhouette: Sign in our [Forum](http://forum.m5stack.com) for more designs with M5Stack
- :mailbox_with_mail: If you have any questions, you can contact us by [Email](tech@m5stack.com)
- :mailbox_with_mail: If you have any questions, you can contact us by Email <tech@m5stack.com>
- :convenience_store: If you want to get our products, access our [store](http://www.aliexpress.com/store/all-wholesale-products/3226069.html?spm=2114.12010108.100004.3.7e3a5379KoyhDo)
Binary file not shown.

After

Width:  |  Height:  |  Size: 893 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 128 KiB

+2
View File
@@ -0,0 +1,2 @@
### Coming soon...
+6 -4
View File
@@ -11,6 +11,8 @@
| [BASIC](/en/product_documents/m5stack-core/m5core_basic) | [Stick](/en/product_documents/m5stack-core/minicore_stick) |
| [GRAY](/en/product_documents/m5stack-core/m5core_gray) | / |
| [FIRE](/en/product_documents/m5stack-core/m5core_fire) | / |
| [M5GO IOT Kit](/en/product_documents/m5stack-core/m5go_iot_starter_kit) | / |
## Modules
@@ -19,9 +21,9 @@
| Wireless Modules | Accessory Modules | Controlling Modules |
| :------------------: |:------------------:| :--------------------:|
| [GPS](/en/product_documents/modules/module_gps) | [PROTO](/en/product_documents/modules/module_proto) | [STEPMOTOR](/en/product_documents/modules/module_stepmotor)|
| [LORA](/en/product_documents/modules/module_lora) | [BATTERY](/en/product_documents/modules/module_battery) | / |
| [LAN](/en/product_documents/modules/module_lan) | [BTC](/en/product_documents/modules/module_btc) | / |
| [SIM800/GPRS/GSM](/en/product_documents/modules/module_sim800) | [PLUS](/en/product_documents/modules/module_plus) | / |
| [LORA](/en/product_documents/modules/module_lora) | [BATTERY](/en/product_documents/modules/module_battery) | [SERVO](/en/product_documents/modules/module_servo) |
| / | [BTC](/en/product_documents/modules/module_btc) | / |
| [SIM800/GPRS/GSM](/en/product_documents/modules/module_sim800) | [PLUS](/en/product_documents/modules/module_plus) | [COMMU](/en/product_documents/modules/module_commu) |
| / | / | / |
| / | / | / |
| / | / | / |
@@ -32,7 +34,7 @@
<img src='assets/img/product_pics/5.jpg'> <img src='assets/img/product_pics/bases.png'>
- [M5GO-Base](/en/product_documents/bases/cables/m5go_base)
- [M5GO-Base](/en/product_documents/bases/m5go_base)
- [PLC-Base](/en/product_documents/modules/module_plc)
- [FACE-Base](/en/product_documents/modules/module_face)
- [LAN](/en/product_documents/bases/lan_base)
@@ -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>
@@ -1,3 +1,53 @@
# M5Stack COMMU Module
# COMMU
## (coming soon...)
## DESCRIPTION
<mark>COMMU</mark> is a communication interface converter which can meet most of the application design. Now, COMMU owns two I2C interfaces, one CAN interface and one RS485 interface. Simultaneously, COMMU also owns a TTL level interface. It means you just need to stack it underneath M5Core when you want to control a CAN device or RS485 device.
## FEATURES
- 2x I2C Interface
- 1x CAN Interface
- 1x RS485 Interface
- 1x TTL Interface
## INCLUDES
- 1x M5Stack COMMU Module
## PinMap
| *CAN* | *ESP32 Chip* |
| :----------: |:------------: |
| CAN_CS | GPIO12 |
| CAN_INT | GPIO15 |
| *RS485* | *ESP32 Chip* |
| :----------: |:------------: |
| | GPIO25 |
| *I2C Interface* | *ESP32 Chip* |
| :----------: |:------------: |
| | GPIO26 |
| *I2C Interface* | *ESP32 Chip* |
| :----------: |:------------: |
| | GPIO26 |
| *TTL Interface* | *ESP32 Chip* |
| :----------: |:------------: |
| | GPIO26 |
## DOCUMENTS
- **[Schematic](en/file_to_display_null)**
- **[Purchase](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)**
<figure>
<img src="assets/img/product_pics/modules/commu_01.jpg" height="300" width="300">
</figure>
<figure>
<img src="assets/img/product_pics/modules/commu_02.jpg" height="300" width="300">
</figure>
@@ -45,7 +45,7 @@ controlled calculator, or a Somatosensory game remote controller.
- [Schematic](https://github.com/m5stack/esp32-cam-demo/blob/m5cam/M5CAM-ESP32-A1-POWER.pdf)
- Example
- [MicroPython Example](https://github.com/m5stack/M5GO/tree/master/examples)
- [MicroPython Example](https://github.com/m5stack/FACES)
- Datasheet
@@ -0,0 +1,48 @@
# SERVO
## DESCRIPTION
Servo is a servo-motor driver module which can drive 12-way servo motors simultaneously. But actually, in our experiment, because of the maximum current, the maximum number of servo motor it can drive is 9. So we will publish a upgraded version soon after.
It's too easy to drive servo motors so that you can drive many servo motors after programmed 2-3 lines code in Arduino IDE or dragged 2-3 block in M5Flow.
Servo is communicated with M5Core through GROVE interface(I2C communication). The I2C address is 0x53.
## FEATURES
- Drive multi-way servo motor simultaneously
- Support wide-voltage power input: 6-12V
- Support programming with Arduino IDE or M5Flow
## INCLUDES
- 1x M5Stack Servo Module
- 1x 6-12V Power Interface
## Applications
- Humanoid robot
- Bionic multi-joint robot
- 3-axis head for camera
## DOCUMENTS
- **[Schematic](en/file_to_display_null)**
- **GitHub** - [Arduino GitHub](en/file_to_display_null)
- **Example** - [Arduino Example](en/file_to_display_null)
- **[Purchase](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)**
<figure>
<img src="assets/img/product_pics/modules/servo_01.jpg" height="300" width="300">
</figure>
<figure>
<img src="assets/img/product_pics/modules/servo_02.jpg" height="300" width="300">
</figure>
<figure>
<img src="assets/img/product_pics/modules/servo_03.jpg" height="300" width="300">
</figure>
@@ -11,7 +11,7 @@ The Unit BUTTON is a sigle-button unit that can be detected whether the button p
## DOCUMENTS
- [GitHub](https://www.m5stack.com)
- [GitHub](en/file_to_display_null)
- [Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Button-Unit-for-ESP32-Arduino-Micropython-Development-Kit-with-GROVE-GPIO-Port-Blockly/3226069_32921805637.html?spm=a2g1x.12024536.productList_2187621.8)
<figure>
@@ -17,17 +17,13 @@ This is a unit can detecte the color of object surface which integrates TCS3472
## DOCUMENTS
- GitHub
- **GitHub** - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Color)
- [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Color)
- **Datasheet** - [TCS3472](https://pdf1.alldatasheet.com/datasheet-pdf/view/560511/AMSCO/TCS3472.html)
- Datasheet
- **[Schematic](en/file_to_display_null)**
- [TCS3472](https://pdf1.alldatasheet.com/datasheet-pdf/view/560511/AMSCO/TCS3472.html)
- [Schematic](https://github.com/m5stack/M5Stack)
- [Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Color-Unit-TCS34725-Color-Sensor-RGB-Color-Sensor-Development-Board-Module-GROVE-I2C-Compatible/3226069_32946957647.html?spm=a2g1x.12024536.productList_5885013.pic_5)
- **[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Color-Unit-TCS34725-Color-Sensor-RGB-Color-Sensor-Development-Board-Module-GROVE-I2C-Compatible/3226069_32946957647.html?spm=a2g1x.12024536.productList_5885013.pic_5)**
<figure>
<img src="assets/img/product_pics/units/M5GO_Unit_color_sensor.png" height="300" width="300">
+3 -7
View File
@@ -17,15 +17,11 @@ This is a unit can convert digital signal to analog signal like voltage waveform
## DOCUMENTS
- GitHub
- **GitHub** - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/DAC_MCP4725)
- [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/DAC_MCP4725)
- **Datasheet** - [MCP4725](http://pdf1.alldatasheet.com/datasheet-pdf/view/233449/MICROCHIP/MCP4725.html)
- Datasheet
- [MCP4725](http://pdf1.alldatasheet.com/datasheet-pdf/view/233449/MICROCHIP/MCP4725.html)
- [Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-DAC-Unit-MCP4725-I2C-DAC-Converter-Breakout-Module-Digital-to-Analog-12-Bits-0V/3226069_32947696641.html?spm=a2g1x.12024536.productList_5885013.pic_6)
- **[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-DAC-Unit-MCP4725-I2C-DAC-Converter-Breakout-Module-Digital-to-Analog-12-Bits-0V/3226069_32947696641.html?spm=a2g1x.12024536.productList_5885013.pic_6)**
<figure>
<img src="assets/img/product_pics/units/M5GO_Unit_dac.png" height="300" width="300">
@@ -11,8 +11,8 @@ This Unit is a dual-button unit that can be detected whether a single button pre
## DOCUMENTS
- [GitHub](https://www.m5stack.com)
- [Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Mini-Dual-Button-Unit-Mini-with-GROVE-Port-Cable-Connector-Compatible-with-FIRE/3226069_32923126250.html?spm=a2g1x.12024536.productList_2187621.9)
- **[GitHub](en/file_to_display_null)**
- **[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Mini-Dual-Button-Unit-Mini-with-GROVE-Port-Cable-Connector-Compatible-with-FIRE/3226069_32923126250.html?spm=a2g1x.12024536.productList_2187621.9)**
<figure>
<img src="assets/img/product_pics/units/M5GO_Unit_dual_button.png">
+1 -1
View File
@@ -21,7 +21,7 @@ temperature and humidity sensor and absolute barometric pressure sensor.
## DOCUMENTS
- [Purchase](https://www.aliexpress.com/store/3226069?spm=2114.search0104.3.5.66051a4dlpB2ti)
- **[Purchase](https://www.aliexpress.com/store/3226069?spm=2114.search0104.3.5.66051a4dlpB2ti)**
<figure>
<img src="assets/img/product_pics/units/M5GO_Unit_env.png">
+1 -1
View File
@@ -13,7 +13,7 @@ Core at a time.
## DOCUMENTS
- [Purchase](https://www.aliexpress.com/store/3226069?spm=2114.search0104.3.5.66051a4dlpB2ti)
- **[Purchase](https://www.aliexpress.com/store/3226069?spm=2114.search0104.3.5.66051a4dlpB2ti)**
<figure>
<img src="assets/img/product_pics/units/M5GO_Unit_hub.png">

Some files were not shown because too many files have changed in this diff Show More