updated
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 47 KiB |
@@ -2,9 +2,34 @@
|
||||
|
||||
*This document is intended to help you set up the software environment (**[Arudino](https://www.arduino.cc)**, **[UIFlow](http://flow.m5stack.com)**) for development of M5Stack. Through a simple example, we would like to illustrate how to develop M5Stack boards.*
|
||||
|
||||
<img src="assets/img/getting_started_pics/m5stack_core.png"> | <img src="assets/img/getting_started_pics/m5stick.png">
|
||||
---|---
|
||||
[M5Core](en/quick_start/m5core/m5stack_core_quick_start) | [M5stick](en/quick_start/m5stick/m5stick_quick_start)
|
||||
<!-- | |<img src="assets/img/getting_started_pics/m5stack_core.png"> | <img src="assets/img/getting_started_pics/m5stick.png"> | <img src="assets/img/getting_started_pics/m5stick.png">
|
||||
:---:|:---:|:---:|:---:
|
||||
**Product** | **BASIC** / **GRAY** / **FIRE** / **M5GO** | **M5Stick** | **M5StickC**
|
||||
**Quick Start** |[Arduino-Mac](en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS) / [Arduino-Win]() / [UIFlow]() | [Arduino-Mac](en/quick_start/m5core/m5stack_core_quick_start) / [Arduino-Win]() / [UIFlow]() -->
|
||||
|
||||
|
||||
<table>
|
||||
<tr style="background:white">
|
||||
<th> </th>
|
||||
<th><img src="assets/img/getting_started_pics/m5stack_core.png"></th>
|
||||
<th><img src="assets/img/getting_started_pics/m5stick.png"></th>
|
||||
<th><img src="assets/img/getting_started_pics/m5stickc/m5stickc_06.png"></th>
|
||||
</tr>
|
||||
<tr style="background:white">
|
||||
<td align="center"><strong>Product</strong></td>
|
||||
<td align="center"><strong>BASIC</strong> / <strong>GRAY</strong> / <strong>FIRE</strong> / <strong>M5GO</strong></td>
|
||||
<td align="center"><strong>M5Stick</strong></td>
|
||||
<td align="center"><strong>M5StickC</strong></td>
|
||||
</tr>
|
||||
<tr style="background:white">
|
||||
<td rowspan="2" align="center"><strong>Quick Start</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="#/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS">Arduino-Mac</a> / <a href="#/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows">Arduino-Win</a> / <a href="#/en/quick_start/m5core/m5stack_core_get_started_MicroPython">UIFlow</a></td>
|
||||
<td align="center"><a href="#/en/quick_start/m5stick/m5stick_quick_start_with_Arduino_MacOS">Arduino-Mac</a> / <a href="#/en/quick_start/m5stick/m5stick_quick_start_with_Arduino_Windows">Arduino-Win</a> / <a href="#/en/quick_start/m5stick/m5stick_quick_start_with_uiflow">UIFlow</a></td>
|
||||
<td align="center"><a href="#/en/quick_start/m5stickc/m5stickc_quick_start_with_Arduino_Windows">Arduino-Win</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- ## Practice
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
## Table of Contents
|
||||
|
||||
**[1. Install Arduino IDE](#_1-安装-Arduino-IDE)**
|
||||
**[1. Install Arduino IDE](#_1-install-Arduino-IDE)**
|
||||
|
||||
**[2. Install USB to Serial Driver](#_2-Install-USB-to-Serial-Driver)**
|
||||
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
|
||||
<!-- *** -->
|
||||
|
||||
?> Before setting the development environment, we suggest you confirm whether the USB driver has installed. If not, please visit this link [establish serial connection](/en/related_documents/establish_serial_connection).
|
||||
<!-- ?> Before setting the development environment, we suggest you confirm whether the USB driver has installed. If not, please visit this link [establish serial connection](/en/related_documents/establish_serial_connection). -->
|
||||
|
||||
<img src="assets/img/getting_started_pics/m5stick/stick_01.png"><img src="assets/img/getting_started_pics/m5stick/stick_06.png"><img src="assets/img/macos-logo.png">
|
||||
|
||||
## Text Tutorial
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# M5Stick Quick Start(Windows, Arudino) {docsify-ignore-all}
|
||||
# M5Stick Quick Start {docsify-ignore-all}
|
||||
|
||||
?> We suggest you confirm whether the `USB driver`, `Git` and `Arduino IDE` has installed first. If not, please view this two articles [establish serial connection](en/related_documents/establish_serial_connection) and [Install Git and Arduino IDE](en/related_documents/how_to_install_git_and_arduino).
|
||||
<!-- ?> We suggest you confirm whether the `USB driver`, `Git` and `Arduino IDE` has installed first. If not, please view this two articles [establish serial connection](en/related_documents/establish_serial_connection) and [Install Git and Arduino IDE](en/related_documents/how_to_install_git_and_arduino). -->
|
||||
|
||||
## CONTENT
|
||||
<img src="assets/img/getting_started_pics/m5stick/stick_01.png"><img src="assets/img/getting_started_pics/m5stick/stick_06.png"><img src="assets/img/windows-logo.png">
|
||||
|
||||
## Table of Contents
|
||||
|
||||
1. [Setting Environment](#setting-environment)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# M5Stick Quick Start for UIFlow {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/getting_started_pics/m5stick/stick_01.png"><img src="assets/img/getting_started_pics/m5stick/stick_06.png">
|
||||
<img src="assets/img/getting_started_pics/m5stick/stick_01.png"><img src="assets/img/getting_started_pics/m5stick/stick_06.png"><img src="assets/img/uiflow-logo.png">
|
||||
|
||||
1. **[Update firmware](#update-firmware)**
|
||||
|
||||
@@ -79,7 +79,7 @@ Click the `Settings` button at the top right of the [WebIDE](http://flow.m5stack
|
||||
**UIFlow introduce**
|
||||
|
||||
<video width="500" height="315" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/%E6%95%99%E7%A8%8B/UIFlow%20Tutorials/A3%20-%20UIflow%E7%AE%80%E4%BB%8B.mp4" type="video/mp4">
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/%E6%95%99%E7%A8%8B/UIFlow%20Tutorials/A3%20-%20UIflow%20Tutorial%201.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
**UIFlow quick start (Mac & Linux)**
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
<!-- ?> We suggest you confirm whether the `USB driver`, `Git` and `Arduino IDE` has installed first. If not, please view this two articles [establish serial connection](en/related_documents/establish_serial_connection) and [Install Git and Arduino IDE](en/related_documents/how_to_install_git_and_arduino). -->
|
||||
|
||||
<img src="assets/img/getting_started_pics/m5stickc/m5stickc_06.png"><img src="assets/img/windows-logo.png">
|
||||
|
||||
## Table of Contents
|
||||
|
||||
**[1. Install Arduino IDE](#_1-Install-Arduino-IDE)**
|
||||
|
||||
@@ -79,7 +79,7 @@ WiFi設定が完了したら、M5Stickは自動的に再起動後、プログラ
|
||||
**UIFlow の簡単な紹介**
|
||||
|
||||
<video width="500" height="315" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/%E6%95%99%E7%A8%8B/UIFlow%20Tutorials/A3%20-%20UIflow%E7%AE%80%E4%BB%8B.mp4" type="video/mp4">
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/%E6%95%99%E7%A8%8B/UIFlow%20Tutorials/A3%20-%20UIflow%20Tutorial%201.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
**UIFlow の入門ガイド (Mac & Linux)**
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/MAKEY/Arduino)。*
|
||||
*完全なソースコードは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/Makey_NewVersion/Arduino/Makey_new_version)。*
|
||||
|
||||
```arduino
|
||||
#include <M5Stack.h>
|
||||
|
||||
@@ -59,7 +59,7 @@ unit 通过 GROVE 线连接至 m5core 的接口 A 后,烧录[例程](https://g
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
*以下仅为用法示意,并不完整。如果需要完整例程请点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/MAKEY/Arduino)。*
|
||||
*以下仅为用法示意,并不完整。如果需要完整例程请点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/Makey_NewVersion/Arduino/Makey_new_version)。*
|
||||
|
||||
```arduino
|
||||
#include <M5Stack.h>
|
||||
|
||||