From 8b49a0a36f9cc780401fc294e15333a0a0a342ab Mon Sep 17 00:00:00 2001
From: watson8544 <854410664@qq.com>
Date: Sat, 6 Apr 2019 23:18:12 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0C=E7=9A=84uiflow=E4=B8=AD?=
=?UTF-8?q?=E6=96=87=E7=89=88=E4=B8=8A=E6=89=8B=E6=8C=87=E5=8D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...stickc_quick_start_with_arduino_Windows.md | 6 +-
.../m5stickc_quick_start_with_uiflow.md | 16 ++-
.../m5stickc_quick_start_with_uiflow.md | 130 ++++++++++++++++++
docs/zh_CN/README.md | 2 +-
...5stack_core_get_started_Arduino_Windows.md | 2 +-
...5stick_quick_start_with_arduino_Windows.md | 2 +-
.../m5stickc/m5stickc_quick_start.md | 4 +-
...stickc_quick_start_with_arduino_Windows.md | 8 +-
.../m5stickc_quick_start_with_uiflow.md | 108 +++++++++++++++
9 files changed, 265 insertions(+), 13 deletions(-)
create mode 100644 docs/ja/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
create mode 100644 docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
index 285acfcb..a94eb7a9 100644
--- a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
+++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
@@ -84,7 +84,11 @@ Because M5StickC's serial driver chip is driver-free installation type, connect
Open Arduino IDE, then select your serial port which is connected M5Core.
-Select board name, baudrate, the specified serial port: **ESP32 Pico Kit**, **115200**, COM31(Now, my serial port which is connected with PC is `COM31`)
+* Select Board: ESP32 Pico Kit
+
+* Select Upload Speed: 115200bps or 1.5Mbps
+
+* Select Port: COM31 (Now, my serial port which is connected with PC is `COM31`)
diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
index 3976fe0f..82e57c32 100644
--- a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
+++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
@@ -22,17 +22,23 @@ Access [M5Stack Official Website](http://www.m5stack.com/download), and download
Connect M5StickC to the computer via the USB Type-C cable, unzip the M5Burner archive you just downloaded, and double-click the executable `M5Burner.exe`
-Select the `serial number` and **`115200 baud rate`** that the board is connected to the computer, and select the latest version of UIFlow firmware for M5StickC
+Select the `COM`, `Baudrate` and the lastest `firmware`
-Click `Burn` for downloading UIFlow firmware
+* Select COM: COM31 (Now, my serial port which is connected with PC is `COM31`)
+
+* Select Baudrate: 115200
+
+* Download and select Firmware: UIFlow-vx.x.x-StickC
-The following interface appears, indicating that the firmware is successfully burned.
+Click `Burn` for downloading UIFlow firmware
+
+The following figure indicates that the firmware is successfully burned.
-## 3. Wi-Fi Setting
+## 2. Wi-Fi Setting
#### (1) Select `SETUP`
@@ -63,7 +69,7 @@ The status of the network icon on the screen:
* Red means be offline status
-## 4. Program
+## 3. Program
#### (1) Connect to UIFlow
diff --git a/docs/ja/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md b/docs/ja/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
new file mode 100644
index 00000000..3976fe0f
--- /dev/null
+++ b/docs/ja/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
@@ -0,0 +1,130 @@
+# M5StickC Quick Start - UIFlow {docsify-ignore-all}
+
+
+
+**[1. Burn UIFlow Firmware](#_1-Burn-UIFlow-Firmware)**
+
+**[2. Wi-Fi Setting](#_2-Wi-Fi-Setting)**
+
+**[3. Program](#_3-Program)**
+
+## 1. Burn UIFlow Firmware
+
+#### (1) Download M5Burner
+
+Access [M5Stack Official Website](http://www.m5stack.com/download), and download M5Burner
+
+
+
+
+
+#### (2) Burn the firmware
+
+Connect M5StickC to the computer via the USB Type-C cable, unzip the M5Burner archive you just downloaded, and double-click the executable `M5Burner.exe`
+
+Select the `serial number` and **`115200 baud rate`** that the board is connected to the computer, and select the latest version of UIFlow firmware for M5StickC
+
+Click `Burn` for downloading UIFlow firmware
+
+
+
+The following interface appears, indicating that the firmware is successfully burned.
+
+
+
+## 3. Wi-Fi Setting
+
+#### (1) Select `SETUP`
+
+After successfully burning the UIFlow firmware, click the `Power Switch` button in the lower left corner of the M5StickC.
+
+M5StickC will display the AP name as the shown below
+
+
+
+
+#### (2) Connect to AP
+
+Turn on Wi-Fi on your phone or computer, then connect to the M5StickC hotspot `AP` displayed on the screen ( For example, the M5-80f0 is now displayed ). After the connection is successful, open a browser and enter the URL `192.168.4.1`, then select Wi-Fi that can be connected to the network, enter the Wi-Fi password. ( Now, the networkable Wi-Fi is M5 )
+
+
+
+#### (3) Connect to Wi-Fi
+
+After M5StickC successfully connects to a networkable Wi-Fi (here M5), the screen will display `APIKEY`.
+
+*Description of APIKEY: APIKEY is the device unique identifier. As long as the current UIFlow is connected to which device's APIKEY, The programming code will be downloaded to that device.*
+
+
+
+The status of the network icon on the screen:
+
+* Green means M5StickC successfully connected to UIFlow Server, that is online status
+
+* Red means be offline status
+
+## 4. Program
+
+#### (1) Connect to UIFlow
+
+Now If you are programming with a computer, enter the URL `flow.m5stack.com` on your computer's browser
+
+
+
+Every time before you upload the code to M5StickC through UIFlow, make sure that UIFlow is connected to the M5StickC you want to program.
+
+So you need to click on the gear in the upper right corner of the UIFlow IDE page and enter APIKEY on your M5StickC screen in the pop-up dialog box. Click `Save`, then UIFlow will connect to M5StickC.
+
+
+
+
+
+Now you can start programming with UIFlow!
+
+#### (2) Programming example
+
+Drag and drop the `Lable` in the upper left corner of the UIFlow IDE to the UI interface of `M5StickC`, change their `text` and `font`
+
+
+
+From `Hardware` -> `LED`, drag a block named `LED ON` and another block named `LED OFF`
+
+From `Timer`, drag a block named `Wait 1s`
+
+
+
+Click the `Run` button in the upper right corner of the page to execute the effect
+
+
+
+**The Result:**
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/zh_CN/README.md b/docs/zh_CN/README.md
index b4f92462..7151f66c 100644
--- a/docs/zh_CN/README.md
+++ b/docs/zh_CN/README.md
@@ -36,7 +36,7 @@
-*( **[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** )* *( **[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows)** )*
+*( **[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** )* *( **[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)** )*