diff --git a/docs/en/quick_start.md b/docs/en/quick_start.md index 302a4d8d..164fb742 100644 --- a/docs/en/quick_start.md +++ b/docs/en/quick_start.md @@ -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. | | ---|---|--- -[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.** - | | ---|---|--- -[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) \ No newline at end of file +- [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) \ No newline at end of file diff --git a/docs/en/related_documents/how_to_burn_firmware_en.md b/docs/en/related_documents/how_to_burn_firmware.md similarity index 100% rename from docs/en/related_documents/how_to_burn_firmware_en.md rename to docs/en/related_documents/how_to_burn_firmware.md diff --git a/docs/en/related_documents/how_to_connect_wifi_using_core.md b/docs/en/related_documents/how_to_connect_wifi_using_core.md index 0109acef..97cf3d66 100644 --- a/docs/en/related_documents/how_to_connect_wifi_using_core.md +++ b/docs/en/related_documents/how_to_connect_wifi_using_core.md @@ -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 M5,you will be greeted by this screen. Let's connect to networkable AP.** diff --git a/docs/ja/quick_start.md b/docs/ja/quick_start.md index d09a32f0..cdf4ccd0 100644 --- a/docs/ja/quick_start.md +++ b/docs/ja/quick_start.md @@ -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. | | ---|---|--- -[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.** - | | ---|---|--- -[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) \ No newline at end of file +- [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) \ No newline at end of file diff --git a/docs/zh_CN/quick_start.md b/docs/zh_CN/quick_start.md index 5f7aca2b..8cee4468 100644 --- a/docs/zh_CN/quick_start.md +++ b/docs/zh_CN/quick_start.md @@ -1,4 +1,4 @@ -# 快速上手(Quick Start) +# 快速上手(Quick Start) **这篇文章主要帮助你搭建M5Stack系列产品中ArduinoMicroPython的开发环境,并通过简单的例子引导你学会使用和开发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) 点击下图中你所对应的板子开始开发,实现创意: | | ---|---|--- -[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 @@ | | ---|---|--- -[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) \ No newline at end of file +- [如何下载串口驱动并建立串口连接](/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) \ No newline at end of file