fix some links

This commit is contained in:
塩入孔章
2018-11-01 15:06:01 +08:00
parent 2763d28b44
commit 10890259c4
5 changed files with 31 additions and 42 deletions
+9 -13
View File
@@ -6,7 +6,6 @@
**M5 stack is a modular stackable development device. The M stands for Modular and 5 stands for the the units compact 5 x 5 cm size.**
## What You Need
To develop applications for M5Stack Core you need:
@@ -18,34 +17,31 @@ Before setting development environment, the step below you need to follow:
1. Establish **serial** connection
[How to Establish serial connection](en/related_documents/establish_serial_connection)
[How to Establish serial connection](/en/related_documents/establish_serial_connection)
## Quick Start
!> **Notice** Make sure you have installed USB driver so that your board can establish serial connection with PC. If not, please view this article [How to Establish serial connection](en/related_documents/establish_serial_connection) for connection.
!> **Notice** Make sure you have installed USB driver so that your board can establish serial connection with PC. If not, please view this article [How to Establish serial connection](/en/related_documents/establish_serial_connection) for connection.
At the first time, you need to burn the specific firmware file(.bin) to your board following this article [How to burn firmware](en/related_documents/how_to_connect_wifi_using_core) befor developing it.
At the first time, you need to burn the specific firmware file(.bin) to your board following this article [How to burn firmware](/en/related_documents/how_to_burn_firmware) befor developing it.
If you have one of ESP32 development boards listed below, click the corresponding one to start your development.
<img src="assets/img/getting_started_pics/m5stack_core.png"> | <img src="assets/img/getting_started_pics/m5camera.jpg"> | <img src="assets/img/getting_started_pics/M5Bala.jpg">
---|---|---
[M5StackCore](en/quick_start/m5core/m5stack_core_quick_start) | [M5Camera](en/quick_start/m5camera/m5camera_quick_start) | [M5BALA](en/quick_start/bala/bala_quick_start)
[M5StackCore](/en/quick_start/m5core/m5stack_core_quick_start) | [M5Camera](/en/quick_start/m5camera/m5camera_quick_start) | [M5BALA](/en/quick_start/bala/bala_quick_start)
## Practice
**For being familiar with the programming mode you lik, We suggest you following the corresponding option to do more practices.**
<img src="assets/img/getting_started_pics/programming_mode_arduino.png"> | <img src="assets/img/getting_started_pics/programming_mode_blockly.png"> | <img src="assets/img/getting_started_pics/programming_mode_micropython.png">
---|---|---
[Arduino](en/practice/practice_arduino) | [M5Flow-Blockly](en/practice/practice_blockly) | [M5Flow-MicroPython](en/practice/practice_micropython)
[Arduino](/en/practice/practice_arduino) | [M5Flow-Blockly](/en/practice/practice_blockly) | [M5Flow-MicroPython](/en/practice/practice_micropython)
## Related Documents
- [establish_serial_connection](en/related_documents/establish_serial_connection)
- [how_to_burn_firmware_en](en/related_documents/how_to_burn_firmware_en)
- [how_to_connect_wifi_using_core](en/related_documents/how_to_connect_wifi_using_core)
- [upgrade_m5stack_lib](en/related_documents/upgrade_m5stack_lib)
- [establish_serial_connection](/en/related_documents/establish_serial_connection)
- [how_to_burn_firmware](/en/related_documents/how_to_burn_firmware)
- [how_to_connect_wifi_using_core](/en/related_documents/how_to_connect_wifi_using_core)
- [upgrade_m5stack_lib](/en/related_documents/upgrade_m5stack_lib)
@@ -1,6 +1,6 @@
# How to Connect WIFI Using Core
?> **Tip** *If your M5Stack Core was not burnt with a specific firmware named `M5Flow` in advance, please visit this article [How to burn firmware](how_to_burn_firmware_en) for burnning)*
?> **Tip** *If your M5Stack Core was not burnt with a specific firmware named `M5Flow` in advance, please visit this article [How to burn firmware](en/related_documents/how_to_burn_firmware) for burnning)*
**After powering on Core and pressing the red button on the left hand side of the M5you will be greeted by this screen. Let's connect to networkable AP.**
+9 -13
View File
@@ -6,7 +6,6 @@
**M5 stack is a modular stackable development device. The M stands for Modular and 5 stands for the the units compact 5 x 5 cm size.**
## What You Need
To develop applications for M5Stack Core you need:
@@ -18,34 +17,31 @@ Before setting development environment, the step below you need to follow:
1. Establish **serial** connection
[How to Establish serial connection](en/related_documents/establish_serial_connection)
[How to Establish serial connection](/en/related_documents/establish_serial_connection)
## Quick Start
!> **Notice** Make sure you have installed USB driver so that your board can establish serial connection with PC. If not, please view this article [How to Establish serial connection](en/related_documents/establish_serial_connection) for connection.
!> **Notice** Make sure you have installed USB driver so that your board can establish serial connection with PC. If not, please view this article [How to Establish serial connection](/en/related_documents/establish_serial_connection) for connection.
At the first time, you need to burn the specific firmware file(.bin) to your board following this article [How to burn firmware](en/related_documents/how_to_connect_wifi_using_core) befor developing it.
At the first time, you need to burn the specific firmware file(.bin) to your board following this article [How to burn firmware](/en/related_documents/how_to_burn_firmware) befor developing it.
If you have one of ESP32 development boards listed below, click the corresponding one to start your development.
<img src="assets/img/getting_started_pics/m5stack_core.png"> | <img src="assets/img/getting_started_pics/m5camera.jpg"> | <img src="assets/img/getting_started_pics/M5Bala.jpg">
---|---|---
[M5StackCore](en/quick_start/m5core/m5stack_core_quick_start) | [M5Camera](en/quick_start/m5camera/m5camera_quick_start) | [M5BALA](en/quick_start/bala/bala_quick_start)
[M5StackCore](/en/quick_start/m5core/m5stack_core_quick_start) | [M5Camera](/en/quick_start/m5camera/m5camera_quick_start) | [M5BALA](/en/quick_start/bala/bala_quick_start)
## Practice
**For being familiar with the programming mode you lik, We suggest you following the corresponding option to do more practices.**
<img src="assets/img/getting_started_pics/programming_mode_arduino.png"> | <img src="assets/img/getting_started_pics/programming_mode_blockly.png"> | <img src="assets/img/getting_started_pics/programming_mode_micropython.png">
---|---|---
[Arduino](en/practice/practice_arduino) | [M5Flow-Blockly](en/practice/practice_blockly) | [M5Flow-MicroPython](en/practice/practice_micropython)
[Arduino](/en/practice/practice_arduino) | [M5Flow-Blockly](/en/practice/practice_blockly) | [M5Flow-MicroPython](/en/practice/practice_micropython)
## Related Documents
- [establish_serial_connection](en/related_documents/establish_serial_connection)
- [how_to_burn_firmware_en](en/related_documents/how_to_burn_firmware_en)
- [how_to_connect_wifi_using_core](en/related_documents/how_to_connect_wifi_using_core)
- [upgrade_m5stack_lib](en/related_documents/upgrade_m5stack_lib)
- [establish_serial_connection](/en/related_documents/establish_serial_connection)
- [how_to_burn_firmware](/en/related_documents/how_to_burn_firmware)
- [how_to_connect_wifi_using_core](/en/related_documents/how_to_connect_wifi_using_core)
- [upgrade_m5stack_lib](/en/related_documents/upgrade_m5stack_lib)
+12 -15
View File
@@ -1,4 +1,4 @@
# 快速上手(Quick Start)
# 快速上手(Quick Start)
**这篇文章主要帮助你搭建M5Stack系列产品中<mark>Arduino</mark><mark>MicroPython</mark>的开发环境,并通过简单的例子引导你学会使用和开发M5Stack的所有产品,实现自己的创意作品。**
@@ -6,8 +6,7 @@
**M5是以M5Core主控为核心的一系列可堆叠、模块化的电子产品。 M 代表可堆叠的模块,5 代表模块尺寸为5 * 5 cm大小。**
## 需要准备的(What Your Need)
## 需要准备的(What Your Need)
在开发之前,你需要着手准备一下东西:
@@ -18,21 +17,19 @@
1. 建立板子和PC之间的串口连接:
[如何下载串口驱动并建立串口连接](related_documents\establish_serial_connection)
[如何下载串口驱动并建立串口连接](/en/related_documents\establish_serial_connection)
## 快速上手(Quick Start)
## 快速上手(Quick Start)
!> **注意** 确保你的板子已经能够与PC进行串口通信。如果还没的话,参考这篇教程 [如何下载串口驱动并建立串口连接](related_documents\establish_serial_connection) for connection.
!> **注意** 确保你的板子已经能够与PC进行串口通信。如果还没的话,参考这篇教程 [如何下载串口驱动并建立串口连接](/en/related_documents\establish_serial_connection) for connection.
首先,在能进行串口通讯之后,你要根据板子类型和下面的教程,下载对应的固件程序(.bin)到板子里。 固件程序后缀名是.bin。 [如何烧录固件程序](related_documents\how_to_connect_wifi_using_core)
首先,在能进行串口通讯之后,你要根据板子类型和下面的教程,下载对应的固件程序(.bin)到板子里。 固件程序后缀名是.bin。 [如何烧录固件程序](/en/related_documents\how_to_burn_firmware)
点击下图中你所对应的板子开始开发,实现创意:
<img src="assets/img/getting_started_pics/m5stack_core.png"> | <img src="assets/img/getting_started_pics/m5camera.jpg"> | <img src="assets/img/getting_started_pics/M5Bala.jpg">
---|---|---
[M5StackCore](quick_start/m5core/m5stack_core_quick_start) | [M5Camera](quick_start/m5camera/m5camera_quick_start) | [M5BALA](quick_start/bala/bala_quick_start)
[M5StackCore](/zh_CN/quick_start/m5core/m5stack_core_quick_start) | [M5Camera](/zh_CN/quick_start/m5camera/m5camera_quick_start) | [M5BALA](/zh_CN/quick_start/bala/bala_quick_start)
## 练习(Practice)
@@ -40,11 +37,11 @@
<img src="assets/img/getting_started_pics/programming_mode_arduino.png"> | <img src="assets/img/getting_started_pics/programming_mode_blockly.png"> | <img src="assets/img/getting_started_pics/programming_mode_micropython.png">
---|---|---
[Arduino](practice\practice_arduino) | [M5Flow-Blockly](practice\practice_blockly) | [M5Flow-MicroPython](practice\practice_micropython)
[Arduino](/en/practice\practice_arduino) | [M5Flow-Blockly](/en/practice\practice_blockly) | [M5Flow-MicroPython](/en/practice\practice_micropython)
## 相关文档(Related Documents)
- [如何下载串口驱动并建立串口连接](related_documents/establish_serial_connection)
- [如何烧录固件](related_documents/how_to_burn_firmware_en)
- [如何让Core连接能上网的WIFI热点](related_documents/how_to_connect_wifi_using_core)
- [如何升级Arduino IDE中的M5Stack库](related_documents/upgrade_m5stack_lib)
- [如何下载串口驱动并建立串口连接](/en/related_documents/establish_serial_connection)
- [如何烧录固件](/en/related_documents/how_to_burn_firmware)
- [如何让Core连接能上网的WIFI热点](/en/related_documents/how_to_connect_wifi_using_core)
- [如何升级Arduino IDE中的M5Stack库](/en/related_documents/upgrade_m5stack_lib)