From 176fbf367c4c3d337155f938dc929c4c162f9f67 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Mon, 10 Jun 2019 09:43:52 +0800 Subject: [PATCH] delete some Link --- docs/en/related_documents.md | 4 +- docs/en/related_documents/Arduino_IDE.md | 111 ++++++++++++++++++++ docs/zh_CN/related_documents.md | 20 ---- docs/zh_CN/related_documents/Arduino_IDE.md | 21 ---- 4 files changed, 112 insertions(+), 44 deletions(-) create mode 100644 docs/en/related_documents/Arduino_IDE.md diff --git a/docs/en/related_documents.md b/docs/en/related_documents.md index 71a138b2..0c503594 100644 --- a/docs/en/related_documents.md +++ b/docs/en/related_documents.md @@ -4,9 +4,7 @@ 1. [Establish Serial Connection](en/related_documents/establish_serial_connection) -2. [How to Install Git and Arduino](en/related_documents/how_to_install_git_and_arduino) - -3. [Upgrade M5Stack Lib](en/related_documents/upgrade_m5stack_lib) +2. [Arduino IDE Development](en/related_documents/Arduino_IDE) 4. [How to Burn Firmware](en/related_documents/how_to_burn_firmware) diff --git a/docs/en/related_documents/Arduino_IDE.md b/docs/en/related_documents/Arduino_IDE.md new file mode 100644 index 00000000..2c4cc61c --- /dev/null +++ b/docs/en/related_documents/Arduino_IDE.md @@ -0,0 +1,111 @@ +# Arduino IDE Development{docsify-ignore-all} + + +1. [Install Arduino-IDE](#Install-Arduino-IDE) + +2. [Install ESP32 Board](#Install-ESP32-Board) + +3. [Install M5Stack Library](#Install-M5Stack-Library) + +4. [Install USB Driver](#Install-USB-Driver) + + +## Install Arduino-IDE + + +>[Click here to visit Arduino's official website](https://www.arduino.cc/en/Main/Software),Select the installation package for your own operating system to download. + + + + + +## Install ESP32 Board + +>1.Open up Arduino IDE, navigate to `File`->`Peferences`->`Settings` + + + +>2.Copy the following ESP32 Boards Manager url to `Additional Boards Manager URLs:` + +**https://dl.espressif.com/dl/package_esp32_index.json** + + + +>3.Navigate to `Tools`->`Board:`->`Boards Manager...` + + + +>4.Search `ESP32` in the pop-up window, find it and click `Install` + + + +>5.选择 `工具`->`开发板:`->`ESP32` + + + +## Install M5Stack Library + +>Different hardware devices, with different case libraries, please choose to download according to the device you use..Open Arduino IDE, then Select `Sketch`->`Include Library`->`Manage Libraries...` + + + +### For M5Core and M5Stick + +?>Search `M5Stack` , find it and click `Install` + + + +### For M5Stick-C + +?>Search `M5StickC` , find it and click `Install` + + + +## Install USB Driver + +>1.Click on the CP210X driver for your operating system below to download. + + + + + +### For Windows + +>Unzip the downloaded driver package, select the installer for your operating system, and double-click to install. + + + + +### For Mac + +>Unzip the downloaded driver package, install the program, double-click the image file to start the installation.. + + + + + + + + + + + \ No newline at end of file diff --git a/docs/zh_CN/related_documents.md b/docs/zh_CN/related_documents.md index e93efa78..5a9beed1 100644 --- a/docs/zh_CN/related_documents.md +++ b/docs/zh_CN/related_documents.md @@ -24,23 +24,3 @@ 4. [UIFlow Desktop IDE 部署](zh_CN/related_documents/UIFlow_Desktop_IDE) - -### Mini Burner - ->1.Mini Burner是一个简洁快速的程序烧录器,每一个产品页面里的Mini Burner都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_GPSRaw.exe) - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 - -!>3.Mini Burner烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) - - -### Mini Burner - ->1.Mini Burner is a simple and fast program burner, and each product page has a product-related case program for Mini Burner. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_GPSRaw.exe) - ->2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning. - -!>3.The CP210X (USB driver) needs to be installed before the Mini Burner is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) - diff --git a/docs/zh_CN/related_documents/Arduino_IDE.md b/docs/zh_CN/related_documents/Arduino_IDE.md index 6944ce8b..4b2e5fed 100644 --- a/docs/zh_CN/related_documents/Arduino_IDE.md +++ b/docs/zh_CN/related_documents/Arduino_IDE.md @@ -1,25 +1,5 @@ # Arduino IDE 环境搭建{docsify-ignore-all} - - - 1. [安装Arduino-IDE](#安装Arduino-IDE) @@ -29,7 +9,6 @@ https://www.arduino.cc/en/Main/Software 4. [安装串口驱动](#安装串口驱动) - ## 安装Arduino-IDE