diff --git a/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md b/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md index 77cebb14..e32f70cd 100644 --- a/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md +++ b/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md @@ -1,7 +1,5 @@ # M5Core Quick Start(macOS, Arudino) -?> If your OS is Windows, please click [here](/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows). - !> 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). ## CONTENT diff --git a/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows.md b/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows.md index abeb0b21..4c8e785b 100644 --- a/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows.md +++ b/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows.md @@ -1,7 +1,5 @@ # M5Core Quick Start(Windows, Arudino) -?> If your OS is MacOS, please click [here](/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS). - !> 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 @@ -20,28 +18,36 @@ ### Step1. Download Arduino-ESP32 Support -
- -
+Open Arduino IDE, and click `File`->`Peferences`->`Settings` + -Then please waiting for cloning... + + +Input last esp32 board manager URL + +Now the last board manager URL: https://github.com/espressif/arduino-esp32/releases/download/1.0.1-rc1/package_esp32_dev_index.json" + + + +Click `Tools`->`Board:`->`Boards Manager...`, search `ESP32` in the new pop-up dialog, then click `install` + + + + ### Step2. Download the M5Stack Lib Open Arduino IDE, then Select `Sketch`->`Include Library`->`Manage Libraries...` Search `M5Stack` and install it -
- -
+ + + !> **Note:** *As shown below, it means you need update* -
- -
- + ## Example @@ -53,23 +59,15 @@ Select a demo example, compile and upload Select your board name, baudrate, the specified serial port: M5Stack-Core-ESP32, 921600, COM4(Now, my serial port which is connected with PC is `COM4`) -
- -
- + Then select an example likes `FactoryTest.ino` -
- -
+ Upload it -
- -
- + ### 2. New a M5Stack program diff --git a/docs/en/quick_start/m5core/m5stack_core_quick_start.md b/docs/en/quick_start/m5core/m5stack_core_quick_start.md index 9b9efec6..9cb7cab6 100644 --- a/docs/en/quick_start/m5core/m5stack_core_quick_start.md +++ b/docs/en/quick_start/m5core/m5stack_core_quick_start.md @@ -1,7 +1,7 @@ # M5Stack Core Get Started -*Pick up your programming mode below for getting started* +**Pick up your programming mode below for getting started** - | ----|--- -[Arduino](/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS) | [UIFlow(Blockly/MicroPython)](/en/quick_start/m5core/m5stack_core_get_started_MicroPython) + | | +---|---|--- +[Arduino-MacOS](/zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS) | [Arduino-Windows](/zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_Windows) | [UiFlow(Blockly/MicroPython)](/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython)