From 683d2ba22026bb19e4892b152afd51965eb19f4e Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Fri, 14 Jun 2019 17:49:23 +0800 Subject: [PATCH 1/6] add Module EasyLoader --- docs/en/core/basic.md | 12 ++++++++++++ docs/en/module/commu.md | 5 ++++- docs/en/module/encoder.md | 12 ++++++++++++ docs/en/module/goplus.md | 12 ++++++++++++ docs/en/module/gps.md | 7 +++++-- docs/en/module/joystick.md | 5 ++++- docs/en/module/lego_plus.md | 5 ++++- docs/en/module/lora.md | 5 ++++- docs/en/module/lorawan.md | 6 +++++- docs/en/module/plus.md | 7 +++++-- docs/en/module/servo.md | 7 +++++-- docs/en/module/sim800.md | 5 ++++- docs/en/module/stepmotor.md | 12 ++++++++++++ docs/en/module/usb.md | 5 ++++- docs/en/unit/esp32cam.md | 12 ++++++++++++ docs/en/unit/finger.md | 14 ++++++++++++++ docs/en/unit/hex.md | 19 ++++++++++++++++--- docs/en/unit/m5camera.md | 12 ++++++++++++ docs/en/unit/m5camera_f.md | 12 ++++++++++++ docs/en/unit/m5camera_x.md | 12 ++++++++++++ docs/en/unit/rs485.md | 13 +++++++++++++ docs/en/unit/thermal.md | 2 +- docs/zh_CN/core/basic.md | 12 ++++++++++++ docs/zh_CN/core/fire.md | 1 + docs/zh_CN/module/commu.md | 5 ++++- docs/zh_CN/module/encoder.md | 5 ++++- docs/zh_CN/module/goplus.md | 12 ++++++++++++ docs/zh_CN/module/gps.md | 8 ++++++-- docs/zh_CN/module/joystick.md | 5 ++++- docs/zh_CN/module/lego_plus.md | 5 ++++- docs/zh_CN/module/lora.md | 5 ++++- docs/zh_CN/module/lorawan.md | 5 ++++- docs/zh_CN/module/plus.md | 7 +++++-- docs/zh_CN/module/servo.md | 7 +++++-- docs/zh_CN/module/sim800.md | 5 ++++- docs/zh_CN/module/stepmotor.md | 13 +++++++++++++ docs/zh_CN/module/usb.md | 5 ++++- docs/zh_CN/unit/esp32cam.md | 12 ++++++++++++ docs/zh_CN/unit/finger.md | 14 ++++++++++++++ docs/zh_CN/unit/hex.md | 20 +++++++++++++++++--- docs/zh_CN/unit/m5camera.md | 12 ++++++++++++ docs/zh_CN/unit/m5camera_f.md | 14 ++++++++++++++ docs/zh_CN/unit/m5camera_x.md | 12 ++++++++++++ docs/zh_CN/unit/rs485.md | 14 ++++++++++++++ docs/zh_CN/unit/thermal.md | 2 +- 45 files changed, 366 insertions(+), 35 deletions(-) diff --git a/docs/en/core/basic.md b/docs/en/core/basic.md index 06885c37..203586f1 100644 --- a/docs/en/core/basic.md +++ b/docs/en/core/basic.md @@ -52,6 +52,18 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds - SDIO master/salve 50MHz - SD-card interface support +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## Peripherals Pin Map **LCD & TF Card** diff --git a/docs/en/module/commu.md b/docs/en/module/commu.md index bcf8858d..ad683a32 100644 --- a/docs/en/module/commu.md +++ b/docs/en/module/commu.md @@ -57,8 +57,11 @@ Be care about TTL Interface. It is a UART Interface actually by default. But you ## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_COMMU_Test_B.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. diff --git a/docs/en/module/encoder.md b/docs/en/module/encoder.md index 01559d62..49062933 100644 --- a/docs/en/module/encoder.md +++ b/docs/en/module/encoder.md @@ -22,6 +22,18 @@ The series communication protocol between M5 core and ENCODER is IIC (adress: 0x - Mega328 inside - Encoder detection +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## Function **Control single RGB** diff --git a/docs/en/module/goplus.md b/docs/en/module/goplus.md index e8c8390f..9d80f590 100644 --- a/docs/en/module/goplus.md +++ b/docs/en/module/goplus.md @@ -31,6 +31,18 @@ Communication Protocol: IIC (0x61). - 1x M5Stack GoPlus Module +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## Schematic diff --git a/docs/en/module/gps.md b/docs/en/module/gps.md index e87af804..3aa50e98 100644 --- a/docs/en/module/gps.md +++ b/docs/en/module/gps.md @@ -65,10 +65,13 @@ If you want to Change the uart baudrate,please check here ( [u-center-just-for-W - **[u-blox Protocol Manual](https://www.u-blox.com/sites/default/files/products/documents/u-blox8-M8_ReceiverDescrProtSpec_%28UBX-13003221%29_Public.pdf)** -### EasyLoader +## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[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. diff --git a/docs/en/module/joystick.md b/docs/en/module/joystick.md index a23a8eb4..fac32921 100644 --- a/docs/en/module/joystick.md +++ b/docs/en/module/joystick.md @@ -73,8 +73,11 @@ void get_joystick_offset(void){ ## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Faces_Joystick.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. diff --git a/docs/en/module/lego_plus.md b/docs/en/module/lego_plus.md index fc9e2dcf..2177bd83 100644 --- a/docs/en/module/lego_plus.md +++ b/docs/en/module/lego_plus.md @@ -41,8 +41,11 @@ LEGO motor is one of the Technic pieces form LEGO. The purpose of LEGO Technic i ## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LEGO_Test.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. diff --git a/docs/en/module/lora.md b/docs/en/module/lora.md index bbdf97da..a92164f7 100644 --- a/docs/en/module/lora.md +++ b/docs/en/module/lora.md @@ -56,8 +56,11 @@ LoRa and LoRaWAN permit long-range connectivity for Internet of Things (IoT) dev ## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LoRaReceiverCallback.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. diff --git a/docs/en/module/lorawan.md b/docs/en/module/lorawan.md index 35b028cb..a284b470 100644 --- a/docs/en/module/lorawan.md +++ b/docs/en/module/lorawan.md @@ -90,13 +90,17 @@ By default, the UART configuration: "9600, 8, n, 1"(8 bits data, no parity, 1 st ## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LoRaWAN_Transmmiter.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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## Example ### Arduino IDE diff --git a/docs/en/module/plus.md b/docs/en/module/plus.md index 24b44840..1c6898c6 100644 --- a/docs/en/module/plus.md +++ b/docs/en/module/plus.md @@ -31,10 +31,13 @@ Communication Protocol: IIC (0x62). - **[The Firmware of inside MEGA328](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/PLUS/firmware_328p)** -### EasyLoader +## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Plus.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. diff --git a/docs/en/module/servo.md b/docs/en/module/servo.md index 291b54e1..140c1443 100644 --- a/docs/en/module/servo.md +++ b/docs/en/module/servo.md @@ -37,10 +37,13 @@ Servo is powered by MEGA328 communicate via IIC(0x53). - **[The Firmware of inside MEGA328](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/firmware_328p)** -### EasyLoader +## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Servo.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. diff --git a/docs/en/module/sim800.md b/docs/en/module/sim800.md index f4c591ad..ae6bbcfc 100644 --- a/docs/en/module/sim800.md +++ b/docs/en/module/sim800.md @@ -61,8 +61,11 @@ Series Protocol: UART ## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_SIM800L_Send_Message.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. diff --git a/docs/en/module/stepmotor.md b/docs/en/module/stepmotor.md index 4de34343..9b0987d1 100644 --- a/docs/en/module/stepmotor.md +++ b/docs/en/module/stepmotor.md @@ -40,6 +40,18 @@ Integrated 3 DRV8825, a simple but very powerful board that can control one bipo - **[The Firmware of inside MEGA328](https://github.com/m5stack/stepmotor_module/tree/master/Firmware%20for%20stepmotor%20module/GRBL-Arduino-Library)** +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## Example ### 1. Arduino IDE diff --git a/docs/en/module/usb.md b/docs/en/module/usb.md index 0bcd2c11..bed93705 100644 --- a/docs/en/module/usb.md +++ b/docs/en/module/usb.md @@ -38,8 +38,11 @@ Series Protocol: SPI ## EasyLoader + + + + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. -[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_USB_Mouse.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. diff --git a/docs/en/unit/esp32cam.md b/docs/en/unit/esp32cam.md index cc10f4ea..d0abeb81 100644 --- a/docs/en/unit/esp32cam.md +++ b/docs/en/unit/esp32cam.md @@ -68,6 +68,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t - 1x ESP32CAM Unit +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## PinMap **Camera Interface PinMap** diff --git a/docs/en/unit/finger.md b/docs/en/unit/finger.md index 85173c78..17ea6c00 100644 --- a/docs/en/unit/finger.md +++ b/docs/en/unit/finger.md @@ -50,6 +50,20 @@ UART settings: - **[FINGER communication protocol](https://github.com/m5stack/M5-Schematic/blob/master/Units/finger/biovo_fingerprint_Protocol_en.DOC)** + +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + + ## Example ### 1. Arduino IDE diff --git a/docs/en/unit/hex.md b/docs/en/unit/hex.md index ac90cd81..cbeb69e6 100644 --- a/docs/en/unit/hex.md +++ b/docs/en/unit/hex.md @@ -34,11 +34,18 @@ This is how LEDs layout in the panel. Pay attention to the sequence in your code - **[Forum](http://forum.m5stack.com/)** -RGB LED Library on Arduino +## EasyLoader -- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)** + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) -- **[FastLED Reference(Chinese version)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)** ## Example @@ -47,6 +54,12 @@ RGB LED Library on Arduino FastLED library on Arduino presents excellent and colorful lighting effects. Before compile, it is require to install the FastLED library and connect HEX to GROVE A. +RGB LED Library on Arduino + +- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)** + +- **[FastLED Reference(Chinese version)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)** + *To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEX/Arduino)。* ```arduino diff --git a/docs/en/unit/m5camera.md b/docs/en/unit/m5camera.md index cb3fca9b..df6ce3a5 100644 --- a/docs/en/unit/m5camera.md +++ b/docs/en/unit/m5camera.md @@ -79,6 +79,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t - 1x M5Camera - 1x Type-C USB Cable +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## PinMap **There are two versions of M5Camera Unit: A Model and B Model.** diff --git a/docs/en/unit/m5camera_f.md b/docs/en/unit/m5camera_f.md index 0c6165a0..fc067463 100644 --- a/docs/en/unit/m5camera_f.md +++ b/docs/en/unit/m5camera_f.md @@ -76,6 +76,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## PinMap **Camera Interface PinMap** diff --git a/docs/en/unit/m5camera_x.md b/docs/en/unit/m5camera_x.md index 351a2e1e..e6873c87 100644 --- a/docs/en/unit/m5camera_x.md +++ b/docs/en/unit/m5camera_x.md @@ -70,6 +70,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t - 1x Wall-1515 - 1x Type-C USB Cable +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## PinMap **Camera Interface PinMap** diff --git a/docs/en/unit/rs485.md b/docs/en/unit/rs485.md index b6400073..e5c62142 100644 --- a/docs/en/unit/rs485.md +++ b/docs/en/unit/rs485.md @@ -34,6 +34,19 @@ used for converting TTL level to RS485 level. If the device to be controlled onl - Datasheet - **[MAX485](https://pdf1.alldatasheet.com/datasheet-pdf/view/73463/MAXIM/MAX485.html)** - **[SP485EEN](https://pdf1.alldatasheet.com/datasheet-pdf/view/45954/SIPEX/SP485EEN.html)** +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + + ### PinMap diff --git a/docs/en/unit/thermal.md b/docs/en/unit/thermal.md index 1e320be9..1ad696f1 100644 --- a/docs/en/unit/thermal.md +++ b/docs/en/unit/thermal.md @@ -53,7 +53,7 @@ The Unit communicates with the M5Core through the Grove A interface, IIC address - + >1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. diff --git a/docs/zh_CN/core/basic.md b/docs/zh_CN/core/basic.md index 10f7bc43..def13d9d 100644 --- a/docs/zh_CN/core/basic.md +++ b/docs/zh_CN/core/basic.md @@ -52,6 +52,18 @@ M5Stack Basic 由两个可分离部分堆叠组成. 顶部放置了电路板, - SDIO master/salve 50MHz - 支持SD卡接口 +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + ## 外设的管脚映射 **LCD 屏幕 & TF 卡** diff --git a/docs/zh_CN/core/fire.md b/docs/zh_CN/core/fire.md index 367e62d3..379ef14b 100644 --- a/docs/zh_CN/core/fire.md +++ b/docs/zh_CN/core/fire.md @@ -56,6 +56,7 @@ M5Stack Fire 配有三个可分离部件. 顶部与其他的M5主机一样,放 - SDIO master/salve 50MHz - 支持SD卡接口 + ### 外设的管脚映射 **LCD 屏幕 & TF 卡** diff --git a/docs/zh_CN/module/commu.md b/docs/zh_CN/module/commu.md index ba25f8c6..f16463a4 100644 --- a/docs/zh_CN/module/commu.md +++ b/docs/zh_CN/module/commu.md @@ -55,8 +55,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_COMMU_Test_B.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/encoder.md b/docs/zh_CN/module/encoder.md index b7d5b819..95b8064e 100644 --- a/docs/zh_CN/module/encoder.md +++ b/docs/zh_CN/module/encoder.md @@ -82,8 +82,11 @@ void get_encoder_increment(void){ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_faces_encoder.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/goplus.md b/docs/zh_CN/module/goplus.md index 914b3cba..d31c3d2e 100644 --- a/docs/zh_CN/module/goplus.md +++ b/docs/zh_CN/module/goplus.md @@ -32,6 +32,18 @@ - 1x M5Stack GoPlus Module +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + ## 原理图 diff --git a/docs/zh_CN/module/gps.md b/docs/zh_CN/module/gps.md index 30453f9c..59ab4a82 100644 --- a/docs/zh_CN/module/gps.md +++ b/docs/zh_CN/module/gps.md @@ -46,6 +46,7 @@ M5Core与GPS模块之间使用UART通信协议,通过连接引脚**UART2 (GPIO - 1x M5Stack GPS 模块 - 1x 外置天线(长度: 1 m) + ## 应用 - 基于 GPS 的物流跟踪管理 @@ -66,10 +67,13 @@ M5Core与GPS模块之间使用UART通信协议,通过连接引脚**UART2 (GPIO - **[u-blox 协议手册](https://www.u-blox.com/sites/default/files/products/documents/u-blox8-M8_ReceiverDescrProtSpec_%28UBX-13003221%29_Public.pdf)** -### EasyLoader +## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_GPSRaw.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/joystick.md b/docs/zh_CN/module/joystick.md index d4a4aa4c..0afe4064 100644 --- a/docs/zh_CN/module/joystick.md +++ b/docs/zh_CN/module/joystick.md @@ -73,8 +73,11 @@ void get_joystick_offset(void){ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Faces_Joystick.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/lego_plus.md b/docs/zh_CN/module/lego_plus.md index d8ee7465..d52009b2 100644 --- a/docs/zh_CN/module/lego_plus.md +++ b/docs/zh_CN/module/lego_plus.md @@ -41,8 +41,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LEGO_Test.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/lora.md b/docs/zh_CN/module/lora.md index 400f0116..c3c7458c 100644 --- a/docs/zh_CN/module/lora.md +++ b/docs/zh_CN/module/lora.md @@ -57,8 +57,11 @@ LoRa和LoRaWAN允许与不同类型的物联网(IoT)设备,进行远程连 ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LoRaReceiverCallback.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/lorawan.md b/docs/zh_CN/module/lorawan.md index 44d18db5..8966a098 100644 --- a/docs/zh_CN/module/lorawan.md +++ b/docs/zh_CN/module/lorawan.md @@ -91,8 +91,11 @@ LoRaWAN默认的串口配置: 波特率为9600,8位数据位,无校验位,1 ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LoRaWAN_Transmmiter.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/plus.md b/docs/zh_CN/module/plus.md index e9ebe4ef..2be2cef2 100644 --- a/docs/zh_CN/module/plus.md +++ b/docs/zh_CN/module/plus.md @@ -36,10 +36,13 @@ PLUS 上的PORT C 和 PORT B 的丝印画反了,使用时请注意。黑色的 - **[PLUS 固件](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/PLUS/firmware_328p)** -### EasyLoader +## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Plus.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/servo.md b/docs/zh_CN/module/servo.md index b79b5be2..a6fb86f6 100644 --- a/docs/zh_CN/module/servo.md +++ b/docs/zh_CN/module/servo.md @@ -37,10 +37,13 @@ SERVO 基于 MEGA328 芯片进行 I2C 通信(0x53). - **[SERVO 固件](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/firmware_328p)** -### EasyLoader +## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Servo.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/sim800.md b/docs/zh_CN/module/sim800.md index 547bcd60..30aa6c6c 100644 --- a/docs/zh_CN/module/sim800.md +++ b/docs/zh_CN/module/sim800.md @@ -63,8 +63,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_SIM800L_Send_Message.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/module/stepmotor.md b/docs/zh_CN/module/stepmotor.md index 4304cd1f..61ad757e 100644 --- a/docs/zh_CN/module/stepmotor.md +++ b/docs/zh_CN/module/stepmotor.md @@ -40,6 +40,19 @@ - **[STEPMOTOR 固件](https://github.com/m5stack/stepmotor_module/tree/master/Firmware%20for%20stepmotor%20module/GRBL-Arduino-Library)** +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + + ## 例程 ### 1. Arduino IDE diff --git a/docs/zh_CN/module/usb.md b/docs/zh_CN/module/usb.md index 77301e97..08ea296f 100644 --- a/docs/zh_CN/module/usb.md +++ b/docs/zh_CN/module/usb.md @@ -38,8 +38,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_USB_Mouse.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/esp32cam.md b/docs/zh_CN/unit/esp32cam.md index a4c260a4..dadafbd3 100644 --- a/docs/zh_CN/unit/esp32cam.md +++ b/docs/zh_CN/unit/esp32cam.md @@ -68,6 +68,18 @@ - 1x ESP32CAM Unit +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + ## 管脚映射 **相机管脚映射** diff --git a/docs/zh_CN/unit/finger.md b/docs/zh_CN/unit/finger.md index 0e9deff5..dc3acb9d 100644 --- a/docs/zh_CN/unit/finger.md +++ b/docs/zh_CN/unit/finger.md @@ -42,6 +42,20 @@ UART 参数设置: - **[FINGER 通信协议](https://github.com/m5stack/M5-Schematic/blob/master/Units/finger/biovo_fingerprint_Protocol_zh_CN.DOC)** + +### EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + + ## 例程 ### 1. Arduino IDE diff --git a/docs/zh_CN/unit/hex.md b/docs/zh_CN/unit/hex.md index 9bd1d073..22605fdd 100644 --- a/docs/zh_CN/unit/hex.md +++ b/docs/zh_CN/unit/hex.md @@ -32,11 +32,19 @@ - **[官方论坛](http://forum.m5stack.com/)** -Neopixel Library on Arduino -- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)** +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) -- **[FastLED Reference(中文版本)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)** ## 例程 @@ -44,6 +52,12 @@ Neopixel Library on Arduino 在Arduino中使用第三库FastLED,能够为你的Neopixel提供出色的灯光特效.在进行程序编译前,需要安装FastLED,并将HEX连接到GROVE A. +Neopixel Library on Arduino + +- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)** + +- **[FastLED Reference(中文版本)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)** + *以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEX/Arduino)。* ```arduino diff --git a/docs/zh_CN/unit/m5camera.md b/docs/zh_CN/unit/m5camera.md index cae34d85..a6b4be95 100644 --- a/docs/zh_CN/unit/m5camera.md +++ b/docs/zh_CN/unit/m5camera.md @@ -75,6 +75,18 @@ Model A 和 Model B,它们有着不同的电路设计、可以通过背面贴 - 1x M5Camera Unit - 1x Type-C USB +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + ## 管脚映射 **M5Camera 有两个版本:A Model 和 B Model.** diff --git a/docs/zh_CN/unit/m5camera_f.md b/docs/zh_CN/unit/m5camera_f.md index a2e15948..79d6bf9a 100644 --- a/docs/zh_CN/unit/m5camera_f.md +++ b/docs/zh_CN/unit/m5camera_f.md @@ -77,6 +77,20 @@ + +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + + ## 管脚映射 **相机管脚映射** diff --git a/docs/zh_CN/unit/m5camera_x.md b/docs/zh_CN/unit/m5camera_x.md index 05afb7d5..13d7e384 100644 --- a/docs/zh_CN/unit/m5camera_x.md +++ b/docs/zh_CN/unit/m5camera_x.md @@ -64,6 +64,18 @@ - 1x Wall-1515 - 1x Type-C USB +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + ## 管脚对比 **M5Camera 有两个版本:A Model 和 B Model.** diff --git a/docs/zh_CN/unit/rs485.md b/docs/zh_CN/unit/rs485.md index 45fc6027..9b1d25f9 100644 --- a/docs/zh_CN/unit/rs485.md +++ b/docs/zh_CN/unit/rs485.md @@ -35,6 +35,20 @@ - 数据手册 - **[MAX485](https://pdf1.alldatasheet.com/datasheet-pdf/view/73463/MAXIM/MAX485.html)** - **[SP485EEN](https://pdf1.alldatasheet.com/datasheet-pdf/view/45954/SIPEX/SP485EEN.html)** +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. +[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_RS485_A.exe) + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + + ### 管脚映射 diff --git a/docs/zh_CN/unit/thermal.md b/docs/zh_CN/unit/thermal.md index 70b8c519..04f703c8 100644 --- a/docs/zh_CN/unit/thermal.md +++ b/docs/zh_CN/unit/thermal.md @@ -51,7 +51,7 @@ - + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. [点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_MLX90640.exe) From e7d608658dfa352fd726210c443732e8555707f3 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Fri, 14 Jun 2019 19:23:21 +0800 Subject: [PATCH 2/6] add hat sch and EasyLoader --- docs/en/core/face_kit.md | 2 +- docs/en/hat/hat-env.md | 19 ++++++++++++++++--- docs/en/hat/hat-pir.md | 24 ++++++++++++++++-------- docs/en/hat/hat-spk.md | 17 +++++++++++++++-- docs/zh_CN/core/face_kit.md | 4 ++++ docs/zh_CN/hat/hat-env.md | 15 +++++++++++++++ docs/zh_CN/hat/hat-pir.md | 14 ++++++++++++++ docs/zh_CN/hat/hat-spk.md | 12 ++++++++++++ 8 files changed, 93 insertions(+), 14 deletions(-) diff --git a/docs/en/core/face_kit.md b/docs/en/core/face_kit.md index 4336a5a2..31066757 100644 --- a/docs/en/core/face_kit.md +++ b/docs/en/core/face_kit.md @@ -91,7 +91,7 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
**Notice3:Face Kit factory test code**
The error message displayed on the screen, is actually normal, it doesn't mean something wrong with the hardware, don't worry.
- + ## User Work diff --git a/docs/en/hat/hat-env.md b/docs/en/hat/hat-env.md index ad18153b..793696f7 100644 --- a/docs/en/hat/hat-env.md +++ b/docs/en/hat/hat-env.md @@ -41,6 +41,8 @@ Typical Magnetic Field: - **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_ENV.pdf)** + + ## Links - **[Official Channel](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)** @@ -52,6 +54,20 @@ Typical Magnetic Field: - **[BMM150 Datasheet](https://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)** + +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + + ## Example - **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/ENV)** @@ -62,8 +78,5 @@ Typical Magnetic Field:
ENV UnitSCLSDA5VGND
-## Schematic - - diff --git a/docs/en/hat/hat-pir.md b/docs/en/hat/hat-pir.md index 2f51d572..af5c32de 100644 --- a/docs/en/hat/hat-pir.md +++ b/docs/en/hat/hat-pir.md @@ -36,21 +36,29 @@ - **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_PIR.pdf)** + + ## Links - **[Official channle](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)** - **[Official forum](http://forum.m5stack.com/)** -<<<<<<< HEAD -- **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_PIR.pdf)** - +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + + ## Example -- **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/PIR)** -======= +- **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/ENV)** ->>>>>>> 6786aadd2684c17d8e8f741bda46cecb710c2ca9 -## Schematic - diff --git a/docs/en/hat/hat-spk.md b/docs/en/hat/hat-spk.md index b380f742..85192498 100644 --- a/docs/en/hat/hat-spk.md +++ b/docs/en/hat/hat-spk.md @@ -31,6 +31,9 @@ - **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_SPK.pdf)** + + + ## Links - **[Official Channle](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)** @@ -40,11 +43,21 @@ - **[PAM8303 Datasheet](https://pdf1.alldatasheet.com/datasheet-pdf/view/790820/DIODES/PAM8303C.html)** +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) ## Example - **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/SPK)** -## Schematic - + diff --git a/docs/zh_CN/core/face_kit.md b/docs/zh_CN/core/face_kit.md index 1d2a8169..b74c78b7 100644 --- a/docs/zh_CN/core/face_kit.md +++ b/docs/zh_CN/core/face_kit.md @@ -101,3 +101,7 @@ **注意3:Face Kit 出厂程序**
出厂程序由于没有main.py文件,因此错误信息提示是正常的,并不意味着硬件问题,请放心使用.
+ +## 用户作品 +- **[2048 Game with FACES Kit- Video](https://www.youtube.com/watch?v=ccEq0s7dU84)** +- **[2048 Game with FACES Kit- Source Code](https://github.com/phillowcompiler/2048_M5Stack)** \ No newline at end of file diff --git a/docs/zh_CN/hat/hat-env.md b/docs/zh_CN/hat/hat-env.md index 81ee7760..5b6c9a67 100644 --- a/docs/zh_CN/hat/hat-env.md +++ b/docs/zh_CN/hat/hat-env.md @@ -40,6 +40,8 @@ - **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_ENV.pdf)** + + ## 相关链接 - **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)** @@ -50,6 +52,19 @@ - **[BMM150 数据手册](https://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)** + +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + ### 管脚映射 diff --git a/docs/zh_CN/hat/hat-pir.md b/docs/zh_CN/hat/hat-pir.md index 9acd4528..778e179f 100644 --- a/docs/zh_CN/hat/hat-pir.md +++ b/docs/zh_CN/hat/hat-pir.md @@ -34,6 +34,8 @@ - **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_PIR.pdf)** +s + ## 相关链接 - **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)** @@ -41,3 +43,15 @@ - **[官方论坛](http://forum.m5stack.com/)** +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + diff --git a/docs/zh_CN/hat/hat-spk.md b/docs/zh_CN/hat/hat-spk.md index 48ff8865..1a2bc9b9 100644 --- a/docs/zh_CN/hat/hat-spk.md +++ b/docs/zh_CN/hat/hat-spk.md @@ -30,6 +30,8 @@ - **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_SPK.pdf)** + + ## 相关链接 - **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)** @@ -38,4 +40,14 @@ - **[PAM8303 数据手册](https://pdf1.alldatasheet.com/datasheet-pdf/view/790820/DIODES/PAM8303C.html)** +## EasyLoader + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) \ No newline at end of file From 9f1f4b5d7d58fec4268a8e9470cd11e4b3fbf363 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Fri, 14 Jun 2019 21:04:31 +0800 Subject: [PATCH 3/6] change FAQ and Arduino tutorial some word --- docs/en/core/basic.md | 11 ----------- docs/en/faq.md | 4 +++- docs/en/hat/hat-pir.md | 1 + docs/en/related_documents/Arduino_IDE.md | 4 ++-- docs/index.md | 13 ++++++++++--- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/docs/en/core/basic.md b/docs/en/core/basic.md index 203586f1..9163d290 100644 --- a/docs/en/core/basic.md +++ b/docs/en/core/basic.md @@ -52,17 +52,6 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds - SDIO master/salve 50MHz - SD-card interface support -## EasyLoader - - - - - ->1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. - ->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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) ## Peripherals Pin Map diff --git a/docs/en/faq.md b/docs/en/faq.md index ceba6228..7cd44905 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -60,12 +60,14 @@ -- **Q5: Some computers are connected to the main control, but still can't use Arduino IDE, ESPFlashDownloadTool or M5Burner to burn the program. For example, the following figure using Arduino IDE.** +- **Q5: Some computers are connected to the main control, but still can't use Arduino IDE、 ESPFlashDownloadTool or M5Burner to burn the program. For example, the following figure using Arduino IDE.**
+ + Solution: you need to connect the capacitor between RST pin and GND pin in your Core (Capacitance value is more than 0.1 uF) or connect GPIO 0 with GND when downloading your firmware so that GPIO 0 keeps low level for an enough time as the third following picture shows. diff --git a/docs/en/hat/hat-pir.md b/docs/en/hat/hat-pir.md index 534283ca..9b70edf6 100644 --- a/docs/en/hat/hat-pir.md +++ b/docs/en/hat/hat-pir.md @@ -32,6 +32,7 @@ - Security product - Auto-induction + ## Schematic diff --git a/docs/en/related_documents/Arduino_IDE.md b/docs/en/related_documents/Arduino_IDE.md index 2c4cc61c..24c10fc8 100644 --- a/docs/en/related_documents/Arduino_IDE.md +++ b/docs/en/related_documents/Arduino_IDE.md @@ -39,7 +39,7 @@ ->5.选择 `工具`->`开发板:`->`ESP32` +>5.select `Tools`->`Board:`->`ESP32` @@ -108,4 +108,4 @@ } - \ No newline at end of file +s \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 87b55c77..a59e6a71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -401,6 +401,9 @@

M5CameraX

+**Sensor class** + + ## ENV ## EARTH ## LIGHT @@ -677,6 +680,9 @@ HAT
--> + +**C-HAT** + ## HAT-ENV ## HAT-PIR ## HAT-SPK @@ -702,14 +708,15 @@

SPK

-## RGB_LED + +**Visual class** + +## RGB_LEDs ## CatEar ## HEX ## NeoFlash ## BUTTERFLY -**Visual class** -
From 37388c05af13f5117fec9912071bf5a6332f4753 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Mon, 17 Jun 2019 18:06:59 +0800 Subject: [PATCH 4/6] add VScode github Link and change home page product queue --- .../related_documents/Page_logo/VScode.jpg | Bin 0 -> 38900 bytes docs/en/related_documents.md | 10 + docs/index.md | 278 +++++++++-------- docs/zh_CN/README.md | 290 +++++++++--------- docs/zh_CN/related_documents.md | 8 + 5 files changed, 312 insertions(+), 274 deletions(-) create mode 100644 docs/assets/img/related_documents/Page_logo/VScode.jpg diff --git a/docs/assets/img/related_documents/Page_logo/VScode.jpg b/docs/assets/img/related_documents/Page_logo/VScode.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7df269f4ef42be431cf2e8afd6d02ba89b1b037 GIT binary patch literal 38900 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
+ + +
+
+ + +
+
\ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a59e6a71..eec63f53 100644 --- a/docs/index.md +++ b/docs/index.md @@ -252,7 +252,6 @@

JOYSTICK

- # BASE
@@ -403,13 +402,13 @@ **Sensor class** - ## ENV ## EARTH ## LIGHT -## ANGLE -## IR ## PIR +## NCIR +## THERMAL +## COLOR
@@ -432,20 +431,6 @@

LIGHT

-
- - - -

ANGLE

-
- -
- - - -

IR

-
-
@@ -453,13 +438,6 @@

PIR

-## NCIR -## THERMAL -## BUTTON -## Dual-BUTTON -## JOYSTICK -## CardKB -
@@ -474,6 +452,103 @@

THERMAL

+
+ + + +

COLOR

+
+ + +## TOF +## HEART +## ADC +## MAKEY +## GPS +## FINGER +## WEIGHT + +
+ + + +

TOF

+
+ +
+ + + +

HEART

+
+ +
+ + + +

ADC

+
+ +
+ + + +

MAKEY

+
+ +
+ + + +

GPS

+
+ +
+ + + +

FINGER

+
+ +
+ + + +

WEIGHT

+
+ + +## TRACE + +
+ + + +

TRACE

+
+ + + +**HMI class** + +## ANGLE +## BUTTON +## Dual-BUTTON +## JOYSTICK +## CardKB + +
+ + + +

ANGLE

+
+
@@ -502,46 +577,24 @@

CardKB

-## COLOR -## TOF -## HEART -## RFID -## ADC + +**I / 0 class** + +## EXT.IO ## DAC +## RELAY +## HUB +## PaHUB +## PbHUB +## 3.96Port +## M5-BIT +## PROTO
- - + + -

COLOR

-
- -
- - - -

TOF

-
- -
- - - -

HEART

-
- -
- - - -

RFID

-
- -
- - - -

ADC

+

EXT.IO

@@ -551,29 +604,6 @@

DAC

-## MAKEY -## RGB -## RELAY -## HUB -## PaHUB -## PbHUB -## 3.96Port -## PROTO - -
- - - -

MAKEY

-
- -
- - - -

RGB

-
-
@@ -609,6 +639,14 @@

3.96Port

+
+ + + +

M5:bit

+
+ +
@@ -616,19 +654,18 @@

PROTO

-## EXT.IO + +**Communication class** + +## IR ## RS485 -## GPS -## FINGER -## WEIGHT -## TRACE -## M5-BIT +## RFID
- - + + -

EXT.IO

+

IR

@@ -639,49 +676,13 @@
- - + + -

GPS

+

RFID

-
- - - -

FINGER

-
- -
- - - -

WEIGHT

-
- -
- - - -

TRACE

-
- -
- - - -

M5:bit

-
- - - - -**C-HAT** +**C-HAT class** ## HAT-ENV ## HAT-PIR @@ -711,11 +712,13 @@ **Visual class** -## RGB_LEDs +## RGB_LED ## CatEar ## HEX ## NeoFlash ## BUTTERFLY +## RGB +
@@ -752,6 +755,13 @@

BUTTERFLY

+
+ + + +

RGB

+
+ *** # Application diff --git a/docs/zh_CN/README.md b/docs/zh_CN/README.md index 1029e4db..a4406016 100644 --- a/docs/zh_CN/README.md +++ b/docs/zh_CN/README.md @@ -146,7 +146,6 @@ ## BUS ## GoPlus - **拓展模块**
@@ -198,7 +197,6 @@

GoPlus

- ## STEPMOTOR ## SERVO ## LEGO_PLUS @@ -234,6 +232,7 @@

FAN

+ ## ENCODER ## JOYSTICK @@ -253,8 +252,6 @@

JOYSTICK

-*** - # BASE
@@ -274,7 +271,6 @@ ## M5GO BOTTOM -
@@ -374,7 +370,6 @@ ## M5CameraF ## M5CameraX - **摄像头类** *( **[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**   **[摄像头之间的对比](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/CameraComparison_zh_CN.md)** )*
@@ -405,12 +400,15 @@

M5CameraX

+**传感器类** + ## ENV ## EARTH ## LIGHT -## ANGLE -## IR ## PIR +## NCIR +## THERMAL +## COLOR
-
- - - -

ANGLE

-
- -
- - - -

IR

-
- -## NCIR -## THERMAL -## BUTTON -## Dual-BUTTON -## JOYSTICK -## CardKB - +
+ + + +

COLOR

+
+ + +## TOF +## HEART +## ADC +## MAKEY +## GPS +## FINGER +## WEIGHT + +
+ + + +

TOF

+
+ +
+ + + +

HEART

+
+ +
+ + + +

ADC

+
+ +
+ + + +

MAKEY

+
+ +
+ + + +

GPS

+
+ +
+ + + +

FINGER

+
+ +
+ + + +

WEIGHT

+
+ + +## TRACE + +
+ + + +

TRACE

+
+ + + +**交互类** + +## ANGLE +## BUTTON +## Dual-BUTTON +## JOYSTICK +## CardKB + +
+ + + +

ANGLE

+
+ -## COLOR -## TOF -## HEART -## RFID -## ADC + +**I / 0 类** + +## EXT.IO ## DAC +## RELAY +## HUB +## PaHUB +## PbHUB +## 3.96Port +## M5-BIT +## PROTO - -
- - - -

TOF

-
- -
- - - -

HEART

-
- -
- - - -

RFID

-
- -
- - - -

ADC

+

EXT.IO

@@ -552,29 +604,6 @@

DAC

-## MAKEY -## RGB -## RELAY -## HUB -## PaHUB -## PbHUB -## 3.96Port -## PROTO - -
- - - -

MAKEY

-
- -
- - - -

RGB

-
-
@@ -598,7 +627,7 @@
- +

PbHUB

@@ -610,6 +639,14 @@

3.96Port

+
+ + + +

M5:bit

+
+ + -## EXT.IO + +**通讯类** + +## IR ## RS485 -## GPS -## FINGER -## WEIGHT -## TRACE -## M5-BIT +## RFID
- - + + -

EXT.IO

+

IR

@@ -640,46 +676,13 @@
- - + + -

GPS

+

RFID

-
- - - -

FINGER

-
- -
- - - -

WEIGHT

-
- -
- - - -

TRACE

-
- -
- - - -

M5:bit

-
- - +**C-HAT 类** ## HAT-ENV ## HAT-PIR @@ -707,13 +710,15 @@
+**视觉类** + ## RGB_LED ## CatEar ## HEX ## NeoFlash ## BUTTERFLY +## RGB -**Visual class**
@@ -750,8 +755,14 @@

BUTTERFLY

-*** +
+ + + +

RGB

+
+*** # Application
@@ -802,8 +813,8 @@

Demo Board

- *** + # Accessory @@ -861,8 +872,8 @@

Frame

-*** +*** @@ -908,7 +919,6 @@ - *** # Tools diff --git a/docs/zh_CN/related_documents.md b/docs/zh_CN/related_documents.md index b6ed78fa..a8fe0d2d 100644 --- a/docs/zh_CN/related_documents.md +++ b/docs/zh_CN/related_documents.md @@ -49,3 +49,11 @@ +
+
+ + +
+
\ No newline at end of file From 8cc17a581627b8dfd5e44db03c199974305e9238 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Tue, 18 Jun 2019 21:16:27 +0800 Subject: [PATCH 5/6] add EasyLoader nav Link --- docs/assets/css/main.css | 4 + docs/assets/js/main.js | 4 +- docs/en/app/demo-board.md | 4 +- docs/en/core/basic.md | 15 ++- docs/en/core/gray.md | 14 ++- docs/en/core/m5stick.md | 14 ++- docs/en/core/m5stickc.md | 13 ++- docs/en/core/white.md | 167 --------------------------------- docs/en/hat/hat-env.md | 2 +- docs/en/hat/hat-pir.md | 2 +- docs/en/hat/hat-spk.md | 2 +- docs/en/module/commu.md | 2 +- docs/en/module/encoder.md | 2 +- docs/en/module/goplus.md | 2 +- docs/en/module/gps.md | 2 +- docs/en/module/joystick.md | 2 +- docs/en/module/lego_plus.md | 2 +- docs/en/module/lora.md | 2 +- docs/en/module/lorawan.md | 2 +- docs/en/module/plus.md | 2 +- docs/en/module/servo.md | 2 +- docs/en/module/sim800.md | 2 +- docs/en/module/stepmotor.md | 2 +- docs/en/module/usb.md | 2 +- docs/en/unit/adc.md | 2 +- docs/en/unit/angle.md | 2 +- docs/en/unit/button.md | 2 +- docs/en/unit/cardkb.md | 2 +- docs/en/unit/color.md | 2 +- docs/en/unit/dac.md | 2 +- docs/en/unit/dual_button.md | 2 +- docs/en/unit/earth.md | 2 +- docs/en/unit/env.md | 2 +- docs/en/unit/esp32cam.md | 2 +- docs/en/unit/extio.md | 2 +- docs/en/unit/finger.md | 2 +- docs/en/unit/gps.md | 2 +- docs/en/unit/heart.md | 2 +- docs/en/unit/hex.md | 2 +- docs/en/unit/ir.md | 2 +- docs/en/unit/joystick.md | 2 +- docs/en/unit/light.md | 2 +- docs/en/unit/m5camera.md | 2 +- docs/en/unit/m5camera_f.md | 2 +- docs/en/unit/m5camera_x.md | 2 +- docs/en/unit/makey.md | 2 +- docs/en/unit/ncir.md | 2 +- docs/en/unit/neoflash.md | 2 +- docs/en/unit/neopixel.md | 2 +- docs/en/unit/pahub.md | 2 +- docs/en/unit/pbhub.md | 2 +- docs/en/unit/pir.md | 2 +- docs/en/unit/relay.md | 2 +- docs/en/unit/rfid.md | 2 +- docs/en/unit/rgb.md | 2 +- docs/en/unit/rs485.md | 2 +- docs/en/unit/thermal.md | 2 +- docs/en/unit/tof.md | 2 +- docs/en/unit/trace.md | 2 +- docs/en/unit/weight.md | 2 +- docs/index.html | 1 + docs/zh_CN/app/demo-board.md | 7 +- docs/zh_CN/core/basic.md | 2 +- docs/zh_CN/core/fire.md | 12 +-- docs/zh_CN/core/gray.md | 15 ++- docs/zh_CN/core/m5stick.md | 14 ++- docs/zh_CN/core/m5stickc.md | 13 ++- docs/zh_CN/hat/hat-env.md | 2 +- docs/zh_CN/hat/hat-pir.md | 2 +- docs/zh_CN/hat/hat-spk.md | 2 +- docs/zh_CN/module/commu.md | 2 +- docs/zh_CN/module/encoder.md | 2 +- docs/zh_CN/module/goplus.md | 2 +- docs/zh_CN/module/gps.md | 2 +- docs/zh_CN/module/joystick.md | 2 +- docs/zh_CN/module/lego_plus.md | 2 +- docs/zh_CN/module/lora.md | 2 +- docs/zh_CN/module/lorawan.md | 2 +- docs/zh_CN/module/plus.md | 2 +- docs/zh_CN/module/servo.md | 2 +- docs/zh_CN/module/sim800.md | 3 +- docs/zh_CN/module/stepmotor.md | 2 +- docs/zh_CN/module/usb.md | 2 +- docs/zh_CN/unit/adc.md | 2 +- docs/zh_CN/unit/angle.md | 2 +- docs/zh_CN/unit/button.md | 2 +- docs/zh_CN/unit/cardkb.md | 2 +- docs/zh_CN/unit/color.md | 2 +- docs/zh_CN/unit/dac.md | 2 +- docs/zh_CN/unit/dual_button.md | 2 +- docs/zh_CN/unit/earth.md | 2 +- docs/zh_CN/unit/env.md | 2 +- docs/zh_CN/unit/esp32cam.md | 2 +- docs/zh_CN/unit/extio.md | 2 +- docs/zh_CN/unit/finger.md | 2 +- docs/zh_CN/unit/gps.md | 2 +- docs/zh_CN/unit/heart.md | 2 +- docs/zh_CN/unit/hex.md | 2 +- docs/zh_CN/unit/ir.md | 2 +- docs/zh_CN/unit/joystick.md | 2 +- docs/zh_CN/unit/light.md | 2 +- docs/zh_CN/unit/m5camera.md | 2 +- docs/zh_CN/unit/m5camera_f.md | 2 +- docs/zh_CN/unit/m5camera_x.md | 2 +- docs/zh_CN/unit/makey.md | 2 +- docs/zh_CN/unit/ncir.md | 2 +- docs/zh_CN/unit/neoflash.md | 2 +- docs/zh_CN/unit/neopixel.md | 2 +- docs/zh_CN/unit/pahub.md | 2 +- docs/zh_CN/unit/pbhub.md | 2 +- docs/zh_CN/unit/pir.md | 2 +- docs/zh_CN/unit/relay.md | 2 +- docs/zh_CN/unit/rfid.md | 2 +- docs/zh_CN/unit/rgb.md | 2 +- docs/zh_CN/unit/rs485.md | 2 +- docs/zh_CN/unit/thermal.md | 2 +- docs/zh_CN/unit/tof.md | 2 +- docs/zh_CN/unit/trace.md | 2 +- docs/zh_CN/unit/weight.md | 2 +- 119 files changed, 216 insertions(+), 292 deletions(-) delete mode 100644 docs/en/core/white.md diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index 75dc00e4..e4a6bf8a 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -2,6 +2,10 @@ --theme-color: hsl(204, 90%, 45%); } +.markdown-section { + max-width: 60rem; +} + .markdown-section a { color: var(--theme-color, #42b983); } diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 67fa5a2b..eccbf1b2 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -118,4 +118,6 @@ // Main // ========================================================================= initStyleSwitcher(); -})(); \ No newline at end of file +})(); + +// $("ul.app-sub-sidebar").children("ul").css("display","none"); \ No newline at end of file diff --git a/docs/en/app/demo-board.md b/docs/en/app/demo-board.md index 984dba3f..6cef5051 100644 --- a/docs/en/app/demo-board.md +++ b/docs/en/app/demo-board.md @@ -42,9 +42,9 @@ -# Quick-Start -?>[Click here to view the Quick Start](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/Demo-Board_en.pdf) + +

Quick-Start

## Specification diff --git a/docs/en/core/basic.md b/docs/en/core/basic.md index 9163d290..f63172e1 100644 --- a/docs/en/core/basic.md +++ b/docs/en/core/basic.md @@ -4,7 +4,7 @@ * * * -:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5core/m5stack_core_quick_start)**      :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**      :electric_plug:**[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**        🛒**[Purchase](https://m5stack.com/collections/m5-core/products/m5stack-official-stock-offer-esp32-basic-core-development-kit-extensible-micro-control-wifi-ble-iot-prototype-board-for-arduino)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**   :bulb:**[Quick Start](en/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**    🛒**[Purchase](https://m5stack.com/collections/m5-core/products/m5stack-official-stock-offer-esp32-basic-core-development-kit-extensible-micro-control-wifi-ble-iot-prototype-board-for-arduino)**   :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description @@ -53,6 +53,19 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds - SD-card interface support +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + + ## Peripherals Pin Map **LCD & TF Card** diff --git a/docs/en/core/gray.md b/docs/en/core/gray.md index c6091435..719da9bd 100644 --- a/docs/en/core/gray.md +++ b/docs/en/core/gray.md @@ -6,7 +6,7 @@ * * * -:memo:**[Description](#Description)**   :bulb:**[Quick Start](en/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[Purchase](https://m5stack.com/collections/m5-core/products/m5stack-official-in-stock-esp32-mpu9250-9axies-motion-sensor-core-development-kit-extensible-iot-development-board-for-arduino)**   :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**   :bulb:**[Quick Start](en/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[Purchase](https://m5stack.com/collections/m5-core/products/m5stack-official-in-stock-esp32-mpu9250-9axies-motion-sensor-core-development-kit-extensible-iot-development-board-for-arduino)**   :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description @@ -52,6 +52,18 @@ Supported development platforms and program languages: Arduino, Blockly language - SDIO master/salve 50MHz - SD-card interface support +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## Peripherals Pin Map **LCD & TF card** diff --git a/docs/en/core/m5stick.md b/docs/en/core/m5stick.md index 7e833bb3..dd1fd7cb 100644 --- a/docs/en/core/m5stick.md +++ b/docs/en/core/m5stick.md @@ -5,7 +5,7 @@ * * * -:memo:**[Description](#Description)**   :bulb:**[Quick Start](en/quick_start/m5stick/m5stick_quick_start)**   :octocat:**[Example](#Example)**     :electric_plug:**[Schematic](#Schematic)**     🛒**[Purchase](https://m5stack.com/collections/m5-core/products/m5stack-official-new-m5stick-mini-development-kit-esp32-1-3oled-80mah-battery-inside-buzzer-ir-transmitter-mpu9250-optional)**   :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**   :bulb:**[Quick Start](en/quick_start/m5stick/m5stick_quick_start)**   :octocat:**[Example](#Example)**     :electric_plug:**[Schematic](#Schematic)**     🛒**[Purchase](https://m5stack.com/collections/m5-core/products/m5stack-official-new-m5stick-mini-development-kit-esp32-1-3oled-80mah-battery-inside-buzzer-ir-transmitter-mpu9250-optional)**   **[EasyLoader](#EasyLoader)** ## Description @@ -57,6 +57,18 @@ M5stick is one of the core devices in M5Stack product series which is built in a - SDIO master/salve 50MHz - SD-card interface support +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) + ## PinMap ### Peripheral Pin Mapping diff --git a/docs/en/core/m5stickc.md b/docs/en/core/m5stickc.md index 6d86a055..dc4ae093 100644 --- a/docs/en/core/m5stickc.md +++ b/docs/en/core/m5stickc.md @@ -4,7 +4,7 @@ * * * -:memo:**[Description](#Description)**   :bulb:**[Quick Start](en/quick_start/m5stickc/m5stickc_quick_start)**   :octocat:**[Example](#Example)**   🛒**[Purchase](https://m5stack.com/collections/m5-core/products/new-arrival-2019-m5stickc-esp32-pico-mini-iot-development-board-finger-computer-with-color-lcd)**   :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**   :bulb:**[Quick Start](en/quick_start/m5stickc/m5stickc_quick_start)**   :octocat:**[Example](#Example)**   🛒**[Purchase](https://m5stack.com/collections/m5-core/products/new-arrival-2019-m5stickc-esp32-pico-mini-iot-development-board-finger-computer-with-color-lcd)**   :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description @@ -62,6 +62,17 @@ M5stickC is one of the core devices in M5Stack product series which is built in - SDIO master/salve 50MHz - SD-card interface support +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader. + +>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. + + ## PinMap gray_02gray_02 diff --git a/docs/en/core/white.md b/docs/en/core/white.md deleted file mode 100644 index d3455271..00000000 --- a/docs/en/core/white.md +++ /dev/null @@ -1,167 +0,0 @@ -# M5Core WHITE {docsify-ignore-all} - -## Description - -**The White M5Core is a main board of M5GO IOT Starter Kit.** The White M5Core is similar with M5Core GRAY. But it's bottom module is M5GO Base, not the same as M5Core GRAY. - -It equips the ESP32 with everything necessary to program, run and develop on the wonderchip. It also features a MEMS Chip(**MPU9250**), and a TFT LCD, so you can create a 3D remote gesture controller, a simple "Leap Motion" via M5Stack GRAY in a day in stead of couple weeks and so on. - -The a Bottom board on the back of M5Core. It's designed for expanding gpio on M-Bus besides I2S Pins(GPIO0, GPIO12, GPIO13, GPIO15, GPIO34)for DIY. Each gpio on M-Bus is expanded as pin and port for convenience and flexibility. - -## Feature - -- Programming Support - - UIFlow - - MicroPython - - Arduino -- Compatible LEGO -- TF Card Support - -## PARAMETER - -| Source | Parameter | -| :----------: |:------------: | -| ESP32 | 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth | -| Flash | 16MB | -| Input | 5V @ 500mA | -| Interface | TypeC x 1, GROVE(I2C+I/0+UART) x 1 | -| LCD | 2 inch, 320x240 Colorful TFT LCD, ILI9341 | -| Speaker | 1W-0928 | -| **MEMS** | MPU9250 | -| Battery | 150mAh @ 3.7V, inside vb | -| Op.Temp. | 32°F to 104°F ( 0°C to 40°C ) | -| Size | 54 x 54 x 12.5 mm | -| C.A.S.E | Plastic ( PC ) | -| Weight | 120g with bottom, 100g only core | - -## PinMap - -**POGO Pin** - -| POGO Pin | ESP32 Chip | -| :----------: |:------------: | -| SCL | GPIO22 | -| SDA | GPIO21 | - -**LED Bar** - -| LED Pin | ESP32 Chip | -| :----------: |:------------: | -| LED Pin | GPIO15 | - -**MIC** - -| MIC Pin | ESP32 Chip | -| :----------: |:------------: | -| MIC Pin | GPIO34 | - -**Speak** - -| Speak Pin | ESP32 Chip | -| :----------: |:------------: | -| Speak Pin | GPIO25 | - -**Button** - -| Button Pin | ESP32 Chip | -| :----------: |:------------: | -| BUTTON A | GPIO39 | -| BUTTON B | GPIO38 | -| BUTTON C | GPIO37 | - -**GROVE** - -| PORT A(I2C) | ESP32 Chip | -| :----------: |:------------: | -| SCL | GPIO22 | -| SDA | GPIO21 | -| 5V | 5V | -| GND | GND | - -| PORT B(I/O) | ESP32 Chip | -| :----------: |:------------: | -| G36 | GPIO36 | -| G26 | GPIO26 | -| 5V | 5V | -| GND | GND | - -| PORT C(UART2) | ESP32 Chip | -| :----------: |:------------: | -| RXD | GPIO16 | -| TXD | GPIO17 | -| 5V | 5V | -| GND | GND | - -**MEMS Chip** - -*MPU9250 i2c address: 0x68* - -| MPU9250 | ESP32 Chip | -| :----------: |:------------: | -| SCL | GPIO22 | -| SDA | GPIO21 | -| 5V | 5V | -| GND | GND | - -**LCD** - -| ILI9341 | ESP32 Chip | -| :----------: |:------------: | -| MOSI | GPIO23 | -| MISO | / | -| CLK | GPIO18 | -| CS | GPIO14 | -| DC | GPIO27 | -| RST | GPIO33 | -| BL | GPIO32 | - -**TF Card** - -| TFCard Pin | ESP32 Chip | -| :----------: |:------------: | -| MOSI | GPIO23 | -| MISO | GPIO19 | -| CLK | GPIO18 | -| CS | GPIO4 | - -**M-Bus** - -
- M_BUS -
- -**NOTE:** - -*We have several kinds of Cores, the following figures show the main differece with them.* - -- *If you want to **view** the detailed defference with them, please click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md).* - -- *If you want to **download** the detailed defference with them, please click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/M5%20Core%20Detailed%20Comparison.xlsx).* - - - - - -## Include - -- 1x M5Core WHITE -- 1x M5GO Base -- 1x M5GO CHG BASE -- Type-C USB Cable -- User Manual - -## Related Link - -- **Example** - [Arduino](https://github.com/m5stack/M5Stack/tree/master/examples) - [MicroPython](https://github.com/m5stack/M5GO/tree/master/examples) - -- **[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-M5GO-IoT-Starter-Kit-ESP32-for-Arduino-MicroPython-Programming-Development-IR-MIC/3226069_32881911596.html?spm=2114.12010615.8148356.6.44fa2da3D2i5Yi)** - -- **Quick Start** - - Arduino - [MacOS](/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS) - [Windows_64](/en/quick_start/m5core/m5stack_core_get_started_Arduino_Windows) - - [MicroPython](/en/quick_start/m5core/m5stack_core_get_started_MicroPython) - -- **[The difference between M5Cores](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md)** - -
- -
diff --git a/docs/en/hat/hat-env.md b/docs/en/hat/hat-env.md index 4a47b1c5..8f8a0982 100644 --- a/docs/en/hat/hat-env.md +++ b/docs/en/hat/hat-env.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=595958456624)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=595958456624)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/hat/hat-pir.md b/docs/en/hat/hat-pir.md index 9b70edf6..8755fcde 100644 --- a/docs/en/hat/hat-pir.md +++ b/docs/en/hat/hat-pir.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic))**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552375186)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic))**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552375186)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/hat/hat-spk.md b/docs/en/hat/hat-spk.md index 85192498..c03352b3 100644 --- a/docs/en/hat/hat-spk.md +++ b/docs/en/hat/hat-spk.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552567279)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552567279)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/commu.md b/docs/en/module/commu.md index ad683a32..87bbe918 100644 --- a/docs/en/module/commu.md +++ b/docs/en/module/commu.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-COMMU-Module-Extend-RS485-TTL-CAN-I2C-Port-with-MCP2515-TJA1051-SP3485-Development-Board/3226069_32954475633.html?spm=a2g1y.12024536.productList_5885013.subject_2)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-COMMU-Module-Extend-RS485-TTL-CAN-I2C-Port-with-MCP2515-TJA1051-SP3485-Development-Board/3226069_32954475633.html?spm=a2g1y.12024536.productList_5885013.subject_2)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/encoder.md b/docs/en/module/encoder.md index 94c97c3b..1211fe4d 100644 --- a/docs/en/module/encoder.md +++ b/docs/en/module/encoder.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Encoder-Panel-for-M5Stack-FACES-ESP32-Pocket-Computer-with-12pcs-NeoPixel-LED-MEGA328-Inside-I2C/3226069_32960440900.html?spm=2114.12010615.8148356.16.24884ead1iqJmC)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Encoder-Panel-for-M5Stack-FACES-ESP32-Pocket-Computer-with-12pcs-NeoPixel-LED-MEGA328-Inside-I2C/3226069_32960440900.html?spm=2114.12010615.8148356.16.24884ead1iqJmC)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/goplus.md b/docs/en/module/goplus.md index 9d80f590..9cd7f807 100644 --- a/docs/en/module/goplus.md +++ b/docs/en/module/goplus.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)**      :octocat:**[Code](#Code)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)**      :octocat:**[Code](#Code)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/gps.md b/docs/en/module/gps.md index 3aa50e98..60639e2f 100644 --- a/docs/en/module/gps.md +++ b/docs/en/module/gps.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-GPS-Module-with-Internal-External-Antenna-MCX-Interface-IoT-Development-Board-for/3226069_32840757048.html?spm=2114.12010615.8148356.2.7c6c2743BZthY3)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-GPS-Module-with-Internal-External-Antenna-MCX-Interface-IoT-Development-Board-for/3226069_32840757048.html?spm=2114.12010615.8148356.2.7c6c2743BZthY3)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/joystick.md b/docs/en/module/joystick.md index fac32921..03c15ae8 100644 --- a/docs/en/module/joystick.md +++ b/docs/en/module/joystick.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/lego_plus.md b/docs/en/module/lego_plus.md index 2177bd83..6a337eae 100644 --- a/docs/en/module/lego_plus.md +++ b/docs/en/module/lego_plus.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/lora.md b/docs/en/module/lora.md index a92164f7..9e3a7e1c 100644 --- a/docs/en/module/lora.md +++ b/docs/en/module/lora.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-LoRa-Module-for-ESP32-DIY-Development-Kit-Wireless-433MHz-Built-in-Antenna/3226069_32839736315.html?spm=2114.12010615.8148356.22.25e96be7xE1y22.html)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-LoRa-Module-for-ESP32-DIY-Development-Kit-Wireless-433MHz-Built-in-Antenna/3226069_32839736315.html?spm=2114.12010615.8148356.22.25e96be7xE1y22.html)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/lorawan.md b/docs/en/module/lorawan.md index a284b470..026ddb62 100644 --- a/docs/en/module/lorawan.md +++ b/docs/en/module/lorawan.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-LoRaWAN-Module-433-470Mhz-868-915MHz-with-Internal-Antenna-and-MCX-External-Antenna-Port/3226069_32953098569.html?spm=a2g1y.12024536.productList_5885011.pic_2)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-LoRaWAN-Module-433-470Mhz-868-915MHz-with-Internal-Antenna-and-MCX-External-Antenna-Port/3226069_32953098569.html?spm=a2g1y.12024536.productList_5885011.pic_2)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/plus.md b/docs/en/module/plus.md index 1c6898c6..f17af7ae 100644 --- a/docs/en/module/plus.md +++ b/docs/en/module/plus.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-PLUS-Module-Encoder-Module-with-MEGA328P-500mAh-Battery-ISP-IR-Transmitter-UART-GPIO/3226069_32949278724.html?spm=a2g1x.12024536.productList_5885013.pic_1)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-PLUS-Module-Encoder-Module-with-MEGA328P-500mAh-Battery-ISP-IR-Transmitter-UART-GPIO/3226069_32949278724.html?spm=a2g1x.12024536.productList_5885013.pic_1)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/servo.md b/docs/en/module/servo.md index 7f7e5063..ca2e3f12 100644 --- a/docs/en/module/servo.md +++ b/docs/en/module/servo.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-SERVO-Module-Board-12-Channels-Servo-Controller-with-MEGA328-Inside-Power-Adapter-6-24V/3226069_32951356502.html?spm=a2g1y.12024536.productList_5885011.pic_0)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-SERVO-Module-Board-12-Channels-Servo-Controller-with-MEGA328-Inside-Power-Adapter-6-24V/3226069_32951356502.html?spm=a2g1y.12024536.productList_5885011.pic_0)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/sim800.md b/docs/en/module/sim800.md index ae6bbcfc..ed2b012d 100644 --- a/docs/en/module/sim800.md +++ b/docs/en/module/sim800.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-In-Stock-GSM-Module-SIM800L-Stackable-IoT-Development-Board-for-Arduino-ESP32-with-MIC/3226069_32843211923.html?spm=2114.12010615.8148356.20.25e96be7xE1y22.html)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-In-Stock-GSM-Module-SIM800L-Stackable-IoT-Development-Board-for-Arduino-ESP32-with-MIC/3226069_32843211923.html?spm=2114.12010615.8148356.20.25e96be7xE1y22.html)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/stepmotor.md b/docs/en/module/stepmotor.md index 9b0987d1..6fbae740 100644 --- a/docs/en/module/stepmotor.md +++ b/docs/en/module/stepmotor.md @@ -6,7 +6,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-Stepmotor-Module-for-Arduino-ESP32-GRBL-12C-Step-Motor-MEGA328P-similar-as-12V/3226069_32889109142.html?spm=2114.12010612.8148356.17.50511b9b5ViNuz)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-Stepmotor-Module-for-Arduino-ESP32-GRBL-12C-Step-Motor-MEGA328P-similar-as-12V/3226069_32889109142.html?spm=2114.12010612.8148356.17.50511b9b5ViNuz)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/module/usb.md b/docs/en/module/usb.md index bed93705..2e5524cb 100644 --- a/docs/en/module/usb.md +++ b/docs/en/module/usb.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-USB-Module-USB-HOST-HID-with-MAX3421E-SPI-Interface-Output-5-Input-5-Compatible/3226069_32961627365.html?spm=2114.12010615.8148356.4.6c042548sAUbGi)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-USB-Module-USB-HOST-HID-with-MAX3421E-SPI-Interface-Output-5-Input-5-Compatible/3226069_32961627365.html?spm=2114.12010615.8148356.4.6c042548sAUbGi)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/adc.md b/docs/en/unit/adc.md index a030637f..108a3af8 100644 --- a/docs/en/unit/adc.md +++ b/docs/en/unit/adc.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ADC-Unit-16-Bit-I2C-GROVE-ADS1100-Module-0V-to-12V-analog-to-digital/3226069_32946953374.html?spm=a2g1x.12024536.productList_5885013.pic_7)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ADC-Unit-16-Bit-I2C-GROVE-ADS1100-Module-0V-to-12V-analog-to-digital/3226069_32946953374.html?spm=a2g1x.12024536.productList_5885013.pic_7)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/angle.md b/docs/en/unit/angle.md index 551403c0..55f14376 100644 --- a/docs/en/unit/angle.md +++ b/docs/en/unit/angle.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Angle-Unit-Potentiometer-Inside-Resistance-Adjustable-GPIO-GROVE-Co-n-nec-to-r/3226069_32931834705.html?spm=a2g1y.12024536.productList_5885013.subject_18)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Angle-Unit-Potentiometer-Inside-Resistance-Adjustable-GPIO-GROVE-Co-n-nec-to-r/3226069_32931834705.html?spm=a2g1y.12024536.productList_5885013.subject_18)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/button.md b/docs/en/unit/button.md index 2037104d..bca7bbd2 100644 --- a/docs/en/unit/button.md +++ b/docs/en/unit/button.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Button-Unit-for-https://github.com/m5stack/m5-prduct-docsESP32-Arduino-Micropython-Development-Kit-with-GROVE-GPIO-Port-Blockly/3226069_32921805637.html?spm=a2g1x.12024536.productList_2187621.8)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Button-Unit-for-https://github.com/m5stack/m5-prduct-docsESP32-Arduino-Micropython-Development-Kit-with-GROVE-GPIO-Port-Blockly/3226069_32921805637.html?spm=a2g1x.12024536.productList_2187621.8)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/cardkb.md b/docs/en/unit/cardkb.md index cb45f65e..a956e0b9 100644 --- a/docs/en/unit/cardkb.md +++ b/docs/en/unit/cardkb.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-CardKB-Mini-Keyboard-Unit-with-MEGA328P-GROVE-Port-I2C-ISP-for-M5Stack-ESP32-Arduino/3226069_32963872643.html?spm=a2g03.12010615.8148356.28.7b686481fhK2em)**   :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-CardKB-Mini-Keyboard-Unit-with-MEGA328P-GROVE-Port-I2C-ISP-for-M5Stack-ESP32-Arduino/3226069_32963872643.html?spm=a2g03.12010615.8148356.28.7b686481fhK2em)**   :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/color.md b/docs/en/unit/color.md index 6c97da66..67f27a28 100644 --- a/docs/en/unit/color.md +++ b/docs/en/unit/color.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Color-Unit-TCS34725-Color-Sensor-RGB-Color-Sensor-Development-Board-Module-GROVE-I2C-Compatible/3226069_32946957647.html?spm=a2g1x.12024536.productList_5885013.pic_5)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Color-Unit-TCS34725-Color-Sensor-RGB-Color-Sensor-Development-Board-Module-GROVE-I2C-Compatible/3226069_32946957647.html?spm=a2g1x.12024536.productList_5885013.pic_5)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/dac.md b/docs/en/unit/dac.md index b0b5db24..581edc0e 100644 --- a/docs/en/unit/dac.md +++ b/docs/en/unit/dac.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-DAC-Unit-MCP4725-I2C-DAC-Converter-Breakout-Module-Digital-to-Analog-12-Bits-0V/3226069_32947696641.html?spm=a2g1x.12024536.productList_5885013.pic_6)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-DAC-Unit-MCP4725-I2C-DAC-Converter-Breakout-Module-Digital-to-Analog-12-Bits-0V/3226069_32947696641.html?spm=a2g1x.12024536.productList_5885013.pic_6)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/dual_button.md b/docs/en/unit/dual_button.md index a3834763..2bfa0342 100644 --- a/docs/en/unit/dual_button.md +++ b/docs/en/unit/dual_button.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Mini-Dual-Button-Unit-Mini-with-GROVE-Port-Cable-Connector-Compatible-with-FIRE/3226069_32923126250.html?spm=a2g1x.12024536.productList_2187621.9)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Mini-Dual-Button-Unit-Mini-with-GROVE-Port-Cable-Connector-Compatible-with-FIRE/3226069_32923126250.html?spm=a2g1x.12024536.productList_2187621.9)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/earth.md b/docs/en/unit/earth.md index eb493898..fb62e017 100644 --- a/docs/en/unit/earth.md +++ b/docs/en/unit/earth.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Earth-Module-Grove-Compatible-Soil-monitoring-Analog-and-Digital-Output/3226069_32922643696.html?spm=2114.12010615.8148356.2.45434ff2lDdyLQ)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Earth-Module-Grove-Compatible-Soil-monitoring-Analog-and-Digital-Output/3226069_32922643696.html?spm=2114.12010615.8148356.2.45434ff2lDdyLQ)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/env.md b/docs/en/unit/env.md index c95a3677..aabba0a1 100644 --- a/docs/en/unit/env.md +++ b/docs/en/unit/env.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-ENV-Unit-with-DHT12-BMP280-Digital-DHT-12-Temperature-Humidity-Aire-Pressure-Sensor/3226069_32933115893.html?spm=2114.12010615.8148356.2.758c5bcbURtQtR)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-ENV-Unit-with-DHT12-BMP280-Digital-DHT-12-Temperature-Humidity-Aire-Pressure-Sensor/3226069_32933115893.html?spm=2114.12010615.8148356.2.758c5bcbURtQtR)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/esp32cam.md b/docs/en/unit/esp32cam.md index d0abeb81..3d462d30 100644 --- a/docs/en/unit/esp32cam.md +++ b/docs/en/unit/esp32cam.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ESP32-Camera-Module-Development-Board-OV2640-Camera-Type-C-Grove-Port-3D-Wifi-Antenna/3226069_32881414545.html)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/extio.md b/docs/en/unit/extio.md index 934984fb..cbcbfbd6 100644 --- a/docs/en/unit/extio.md +++ b/docs/en/unit/extio.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-Extend-Serial-IO-I-O-Unit-Grove-Cable-I2C-Interface-for-Arduino-Blockly-ESP32/3226069_32966582585.html?spm=a2g03.12010615.8148356.48.3b773d71o7oNY1)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-Extend-Serial-IO-I-O-Unit-Grove-Cable-I2C-Interface-for-Arduino-Blockly-ESP32/3226069_32966582585.html?spm=a2g03.12010615.8148356.48.3b773d71o7oNY1)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/finger.md b/docs/en/unit/finger.md index 96937ce7..6d97029a 100644 --- a/docs/en/unit/finger.md +++ b/docs/en/unit/finger.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-Finger-Print-Unit-FPC1020A-Capacitive-Fingerprint-Identification-Module-Grove-Cable-UART-Interface-for-ESP32/3226069_32966642182.html?spm=a2g03.12010612.8148356.36.73ee56a05T9uR7)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-Finger-Print-Unit-FPC1020A-Capacitive-Fingerprint-Identification-Module-Grove-Cable-UART-Interface-for-ESP32/3226069_32966642182.html?spm=a2g03.12010612.8148356.36.73ee56a05T9uR7)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/gps.md b/docs/en/unit/gps.md index 88522a55..a1d51b1e 100644 --- a/docs/en/unit/gps.md +++ b/docs/en/unit/gps.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-GPS-BDS-Mini-Unit-Board-AT6558-MAX2659-with-GROVE-Port-UART-Interface-M5GO-M5Stack/3226069_32959837627.html?spm=a2g03.12010615.8148356.4.d2df160dp0aQSw)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-GPS-BDS-Mini-Unit-Board-AT6558-MAX2659-with-GROVE-Port-UART-Interface-M5GO-M5Stack/3226069_32959837627.html?spm=a2g03.12010615.8148356.4.d2df160dp0aQSw)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/heart.md b/docs/en/unit/heart.md index ecdd6581..ffbeb699 100644 --- a/docs/en/unit/heart.md +++ b/docs/en/unit/heart.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-Mini-Heart-Rate-Unit-MAX30100-Module-Sensor-for-Arduino-Low-Power-Heart-Rate-Oxygen/3226069_32960528289.html?spm=a2g03.12010615.8148356.2.770159282aM5qM)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-Mini-Heart-Rate-Unit-MAX30100-Module-Sensor-for-Arduino-Low-Power-Heart-Rate-Oxygen/3226069_32960528289.html?spm=a2g03.12010615.8148356.2.770159282aM5qM)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/hex.md b/docs/en/unit/hex.md index cbeb69e6..571a6ab5 100644 --- a/docs/en/unit/hex.md +++ b/docs/en/unit/hex.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-New-HEX-NeoPixel-LED-Board-with-WS6812-37pcs-NeoPixel-Three-GROVE-Port-and-Power-Input/3226069_32961683136.html?spm=a2g03.12010615.8148356.2.d4652ef23dWS29)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-New-HEX-NeoPixel-LED-Board-with-WS6812-37pcs-NeoPixel-Three-GROVE-Port-and-Power-Input/3226069_32961683136.html?spm=a2g03.12010615.8148356.2.d4652ef23dWS29)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/ir.md b/docs/en/unit/ir.md index f397fd90..b8c34b17 100644 --- a/docs/en/unit/ir.md +++ b/docs/en/unit/ir.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Infrared-Unit-IR-Remote-Reflective-Sensor-with-Receiver-and-Transmitter-GPIO-GROVE-Connector/3226069_32933215001.html?spm=a2g1y.12024536.productList_5885013.subject_20)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Infrared-Unit-IR-Remote-Reflective-Sensor-with-Receiver-and-Transmitter-GPIO-GROVE-Connector/3226069_32933215001.html?spm=a2g1y.12024536.productList_5885013.subject_20)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/joystick.md b/docs/en/unit/joystick.md index ad18ac01..dc26e71f 100644 --- a/docs/en/unit/joystick.md +++ b/docs/en/unit/joystick.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Joystick-Unit-MEGA328P-I2C-Grove-Connector-Compatible-X-Y-Axis-Button-for-ESP32/3226069_32921785624.html?spm=a2g1x.12024536.productList_2187621.10)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Joystick-Unit-MEGA328P-I2C-Grove-Connector-Compatible-X-Y-Axis-Button-for-ESP32/3226069_32921785624.html?spm=a2g1x.12024536.productList_2187621.10)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/light.md b/docs/en/unit/light.md index 9debe75c..5c3e833c 100644 --- a/docs/en/unit/light.md +++ b/docs/en/unit/light.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Light-Unit-with-Photoresistance-Grove-Port-Analog-Digital-Output-Compatible-with-M5GO-FIRE-ESP32/3226069_32920589923.html?spm=2114.12010615.8148356.4.1be27011RbDBo5)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Light-Unit-with-Photoresistance-Grove-Port-Analog-Digital-Output-Compatible-with-M5GO-FIRE-ESP32/3226069_32920589923.html?spm=2114.12010615.8148356.4.1be27011RbDBo5)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/m5camera.md b/docs/en/unit/m5camera.md index df6ce3a5..dca36405 100644 --- a/docs/en/unit/m5camera.md +++ b/docs/en/unit/m5camera.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://pt.aliexpress.com/item/M5Stack-Oficial-ESP32-WROVER-com-M-dulo-de-C-mera-PSRAM-OV2640-Tipo-C-Grove-Porta/32909972455.html?spm=a2g03.12010108.1000013.1.28487d58Cog3fX&pvid=7b101d99-7f75-4eba-9b6c-3dbf826a6f7d&gps-id=pcDetailBottomMoreThisSeller&scm=1007.13339.90158.0&scm-url=1007.13339.90158.0&scm_id=1007.13339.90158.0)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://pt.aliexpress.com/item/M5Stack-Oficial-ESP32-WROVER-com-M-dulo-de-C-mera-PSRAM-OV2640-Tipo-C-Grove-Porta/32909972455.html?spm=a2g03.12010108.1000013.1.28487d58Cog3fX&pvid=7b101d99-7f75-4eba-9b6c-3dbf826a6f7d&gps-id=pcDetailBottomMoreThisSeller&scm=1007.13339.90158.0&scm-url=1007.13339.90158.0&scm_id=1007.13339.90158.0)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/m5camera_f.md b/docs/en/unit/m5camera_f.md index 883169ca..ffb0b281 100644 --- a/docs/en/unit/m5camera_f.md +++ b/docs/en/unit/m5camera_f.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](#Schematic)**       🛒[Purchase]**(https://www.aliexpress.com/store/product/M5Stack-New-Fish-eye-Camera-Module-OV2640-Fisheye-Mini-Camera-Unit-Demoboard-with-ESP32-PSRAM-Development/3226069_32973208335.html?spm=a2g1y.12024536.productList_5885013.subject_2)** +:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](#Schematic)**       🛒[Purchase]**(https://www.aliexpress.com/store/product/M5Stack-New-Fish-eye-Camera-Module-OV2640-Fisheye-Mini-Camera-Unit-Demoboard-with-ESP32-PSRAM-Development/3226069_32973208335.html?spm=a2g1y.12024536.productList_5885013.subject_2)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/m5camera_x.md b/docs/en/unit/m5camera_x.md index e6873c87..58dfceea 100644 --- a/docs/en/unit/m5camera_x.md +++ b/docs/en/unit/m5camera_x.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**       +:memo:**[Description](#Description)**      :bulb:**[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[Code](#Code)**      :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**   **[EasyLoader](#EasyLoader)** ## Description **M5CameraX** is a development board for image recognition. It features an ESP32(4M Flash + 520K RAM) chip and 2-Megapixel carmera(OV2640).**M5Camera** offers plenty of storage, with an extra 4 Mbyte PSRAM. It also supports image transmission via Wi-Fi and debuging through USB Type-C port. diff --git a/docs/en/unit/makey.md b/docs/en/unit/makey.md index cfa9c5c6..46e6b691 100644 --- a/docs/en/unit/makey.md +++ b/docs/en/unit/makey.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Makey-Unit-MEGA328P-Inside-16Key-Fruit-Paino-with-NEO-Pixel-and-BUZZER-for-ESP32/3226069_32924883456.html?spm=a2g1y.12024536.productList_5885013.subject_23)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Makey-Unit-MEGA328P-Inside-16Key-Fruit-Paino-with-NEO-Pixel-and-BUZZER-for-ESP32/3226069_32924883456.html?spm=a2g1y.12024536.productList_5885013.subject_23)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/ncir.md b/docs/en/unit/ncir.md index 99ed5aec..14231be4 100644 --- a/docs/en/unit/ncir.md +++ b/docs/en/unit/ncir.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-NCIR-Unit-MLX90614-Contactless-Temperature-Sensor-Module-70C-382-2C-GROVE-I2C-Development-Board/3226069_32947772098.html?spm=a2g1x.12024536.productList_5885013.pic_4)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-NCIR-Unit-MLX90614-Contactless-Temperature-Sensor-Module-70C-382-2C-GROVE-I2C-Development-Board/3226069_32947772098.html?spm=a2g1x.12024536.productList_5885013.pic_4)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/neoflash.md b/docs/en/unit/neoflash.md index c3824cd1..b3a4ac86 100644 --- a/docs/en/unit/neoflash.md +++ b/docs/en/unit/neoflash.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-NeoFlash-Light-Board-made-of-Acrylic-with-192pcs-NeoPixels-and-PIR-Sensor-compatible-with/3226069_32957760176.html?spm=a2g03.12010615.8148356.2.66ca32c6EOLxpR)**   :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-NeoFlash-Light-Board-made-of-Acrylic-with-192pcs-NeoPixels-and-PIR-Sensor-compatible-with/3226069_32957760176.html?spm=a2g03.12010615.8148356.2.66ca32c6EOLxpR)**   :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/neopixel.md b/docs/en/unit/neopixel.md index 78da9c60..4309f51c 100644 --- a/docs/en/unit/neopixel.md +++ b/docs/en/unit/neopixel.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-NeoPixel-RGB-LEDs-Cable-SK6812-with-GROVE-Port-2m-1m-50cm-20cm-10cm/3226069_32950831315.html?spm=a2g1x.12024536.productList_5885013.pic_0)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-NeoPixel-RGB-LEDs-Cable-SK6812-with-GROVE-Port-2m-1m-50cm-20cm-10cm/3226069_32950831315.html?spm=a2g1x.12024536.productList_5885013.pic_0)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/pahub.md b/docs/en/unit/pahub.md index 8b206361..1940ae71 100644 --- a/docs/en/unit/pahub.md +++ b/docs/en/unit/pahub.md @@ -5,7 +5,7 @@ -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I2C-Hub-1-to-6-Expansion-Grove-I2C-Interface-for-Arduino-Blockly/3226069_32998974179.html?spm=2114.12010615.8148356.1.2bf2a1134Jsams)**      :octocat:**[Code](#Code)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I2C-Hub-1-to-6-Expansion-Grove-I2C-Interface-for-Arduino-Blockly/3226069_32998974179.html?spm=2114.12010615.8148356.1.2bf2a1134Jsams)**      :octocat:**[Code](#Code)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/pbhub.md b/docs/en/unit/pbhub.md index 84dc69e8..54d1b524 100644 --- a/docs/en/unit/pbhub.md +++ b/docs/en/unit/pbhub.md @@ -5,7 +5,7 @@ -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I-O-Hub-1-to-6-Expansion-Grove-I-O-Interface-for/3226069_33006652505.html?spm=2114.12010615.8148356.5.2bf2a113olu0DY)**      :octocat:**[Code](#Code)** +:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I-O-Hub-1-to-6-Expansion-Grove-I-O-Interface-for/3226069_33006652505.html?spm=2114.12010615.8148356.5.2bf2a113olu0DY)**      :octocat:**[Code](#Code)**   **[EasyLoader](#EasyLoader)** ## DESCRIPTION diff --git a/docs/en/unit/pir.md b/docs/en/unit/pir.md index 6255510b..483fe5f3 100644 --- a/docs/en/unit/pir.md +++ b/docs/en/unit/pir.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-PIR-Sensor-Human-Body-Infrared-PIR-Motion-Sensor-Detector-Module-GPIO-GROVE-Connector/3226069_32931794651.html?spm=a2g1y.12024536.productList_5885013.subject_19)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-PIR-Sensor-Human-Body-Infrared-PIR-Motion-Sensor-Detector-Module-GPIO-GROVE-Connector/3226069_32931794651.html?spm=a2g1y.12024536.productList_5885013.subject_19)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/relay.md b/docs/en/unit/relay.md index 5cb0c6cf..d73a7f83 100644 --- a/docs/en/unit/relay.md +++ b/docs/en/unit/relay.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Relay-Unit-DC-3A-30V-AC-3A-220V-with-Triode-Driven-GROVE-Port/3226069_32922856211.html?spm=a2g1y.12024536.productList_5885013.subject_24)**      :clapper: **[Video Tutorial](#Video-Tutorial)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-Relay-Unit-DC-3A-30V-AC-3A-220V-with-Triode-Driven-GROVE-Port/3226069_32922856211.html?spm=a2g1y.12024536.productList_5885013.subject_24)**      :clapper: **[Video Tutorial](#Video-Tutorial)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/rfid.md b/docs/en/unit/rfid.md index 16a3a608..351b437d 100644 --- a/docs/en/unit/rfid.md +++ b/docs/en/unit/rfid.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-Mini-RFID-Unit-RC522-Module-Sensor-for-Arduino-SPI-Writer-Reader-IC-Card-with/3226069_32963407976.html?spm=a2g03.12010615.8148356.2.29057436VJRuWu)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Newest-Mini-RFID-Unit-RC522-Module-Sensor-for-Arduino-SPI-Writer-Reader-IC-Card-with/3226069_32963407976.html?spm=a2g03.12010615.8148356.2.29057436VJRuWu)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/rgb.md b/docs/en/unit/rgb.md index 53e90bec..8f80885a 100644 --- a/docs/en/unit/rgb.md +++ b/docs/en/unit/rgb.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-RGB-Unit-with-NeoPixel-RGB-LED-Light-x3-GPIO-GROVE-Connector/3226069_32929809133.html?spm=a2g1y.12024536.productList_5885013.subject_21)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-RGB-Unit-with-NeoPixel-RGB-LED-Light-x3-GPIO-GROVE-Connector/3226069_32929809133.html?spm=a2g1y.12024536.productList_5885013.subject_21)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/rs485.md b/docs/en/unit/rs485.md index e5c62142..9d93dd33 100644 --- a/docs/en/unit/rs485.md +++ b/docs/en/unit/rs485.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-RS485-to-TTL-Unit-GROVE-Grove-Cable-UART-Interface-for-Arduino-ESP32-Development-Board/3226069_32966570641.html?spm=a2g03.12010615.8148356.2.5e6e66005SP84o)** +:memo:**[Description](#Description)**      🛒**[Purchase](https://pt.aliexpress.com/store/product/M5Stack-Official-RS485-to-TTL-Unit-GROVE-Grove-Cable-UART-Interface-for-Arduino-ESP32-Development-Board/3226069_32966570641.html?spm=a2g03.12010615.8148356.2.5e6e66005SP84o)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/thermal.md b/docs/en/unit/thermal.md index 1ad696f1..d67b2a3e 100644 --- a/docs/en/unit/thermal.md +++ b/docs/en/unit/thermal.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Thermal-Camera-MLX90640-with-GROVE-I2C-Compatible-M5GO-FIRE-ESP32-Kit-Mini-Development/3226069_32918177644.html?spm=2114.12010615.8148356.2.4ad0717733LM7H)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-New-Thermal-Camera-MLX90640-with-GROVE-I2C-Compatible-M5GO-FIRE-ESP32-Kit-Mini-Development/3226069_32918177644.html?spm=2114.12010615.8148356.2.4ad0717733LM7H)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/tof.md b/docs/en/unit/tof.md index 07dc7c61..efddd7c9 100644 --- a/docs/en/unit/tof.md +++ b/docs/en/unit/tof.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ToF-Unit-VL53L0X-Time-of-Flight-ToF-Laser-Ranging-Sensor-Breakout-Laser-Distance-Sensor/3226069_32949310300.html?spm=a2g1x.12024536.productList_5885013.pic_3)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**       :electric_plug:**[Schematic](#Schematic)**       🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-ToF-Unit-VL53L0X-Time-of-Flight-ToF-Laser-Ranging-Sensor-Breakout-Laser-Distance-Sensor/3226069_32949310300.html?spm=a2g1x.12024536.productList_5885013.pic_3)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/trace.md b/docs/en/unit/trace.md index 84ae0e82..df24ffc6 100644 --- a/docs/en/unit/trace.md +++ b/docs/en/unit/trace.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-TRACE-Board-for-Lidar-Bot-Mini-Car-M5BALA-Balance-Car-with-MEGA328-4-IR/3226069_32974626338.html?spm=a2g1y.12024536.productList_5885013.subject_0)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-TRACE-Board-for-Lidar-Bot-Mini-Car-M5BALA-Balance-Car-with-MEGA328-4-IR/3226069_32974626338.html?spm=a2g1y.12024536.productList_5885013.subject_0)**      :clapper:**[Related Video](#Related-Video)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/en/unit/weight.md b/docs/en/unit/weight.md index 32c4b421..391fe5db 100644 --- a/docs/en/unit/weight.md +++ b/docs/en/unit/weight.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](#Schematic)**      🛒**[Purchase](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)**   **[EasyLoader](#EasyLoader)** ## Description diff --git a/docs/index.html b/docs/index.html index e0855db3..dfca14c2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,6 +11,7 @@ + diff --git a/docs/zh_CN/app/demo-board.md b/docs/zh_CN/app/demo-board.md index ece8712d..81ef72d7 100644 --- a/docs/zh_CN/app/demo-board.md +++ b/docs/zh_CN/app/demo-board.md @@ -48,13 +48,14 @@ -## 上手指南 + + +

上手指南

## 模块参数 - | **模块名称** | **工作电压** |**相关参数** | | :------: | :------: | :------: | | ADC | 5V | 4通道ADC接口/内置ADS1115 | diff --git a/docs/zh_CN/core/basic.md b/docs/zh_CN/core/basic.md index def13d9d..243953fc 100644 --- a/docs/zh_CN/core/basic.md +++ b/docs/zh_CN/core/basic.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a230r.7195193.1997079397.11.2bb86d62zW1YQG&id=557295147801&abbucket=8)**   :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a230r.7195193.1997079397.11.2bb86d62zW1YQG&id=557295147801&abbucket=8)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/core/fire.md b/docs/zh_CN/core/fire.md index 379ef14b..158f9675 100644 --- a/docs/zh_CN/core/fire.md +++ b/docs/zh_CN/core/fire.md @@ -4,13 +4,13 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.bcec425e3VR4TD&id=571494244869)**   :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.bcec425e3VR4TD&id=571494244869)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 -**M5Stack FIRE Kit** 是M5Stack开发套件系列中的一款,主打高性能的开发套件.它作为Gray套件的升级版,除了内置9轴IMU传感器之外,它还提供了更多的硬件资源:16M Flash, 4M PSRAM, 增强型 Base(M5GO 底座和M5GO 充电底座),更大容量的电池等.对于对硬件性能方面有所要求的开发者来说,Fire是一个非常不错的选择. +**M5Stack FIRE Kit** 是M5Stack开发套件系列中的一款,主打高性能的开发套件.它作为Gray套件的升级版,采用SH200Q+BMM150传感器组合(六轴姿态加速度计+三轴磁力计),配备更强性能的硬件资源:16M Flash, 4M PSRAM, 增强型 Base(M5GO 底座和M5GO 充电底座),更大容量的电池等.对于对硬件性能方面有所要求的开发者来说,Fire是一个非常不错的选择. -我们可以在很多的应用场景中使用IMU姿态传感器用作:检测加速度、角度、轨迹延伸等数据.根据这些去制作出相关的产品,如运动数据采集器,3D远程手势控制器等. +我们可以在很多的应用场景中使用姿态传感器用作:检测加速度、角度、轨迹延伸等数据.根据这些去制作出相关的产品,如运动数据采集器,3D远程手势控制器等. @@ -32,7 +32,7 @@ M5Stack Fire 配有三个可分离部件. 顶部与其他的M5主机一样,放 - 基于ESP32开发 - 16 MB Flash - 4 MB PSRAM -- MPU9250 +- SH200Q+BMM150(旧版本为:MPU9250) - 扬声器,按键x3,LCD屏幕(320 * 240),电源/复位按键x1 - 2.4G天线:Proant 440 - TF 卡插槽(最大可拓展16GB) @@ -88,14 +88,14 @@ M5Stack Fire 配有三个可分离部件. 顶部与其他的M5主机一样,放
IP5306SCLSDA5VGND
-**九轴姿态传感器 MPU9250** + #### M5GO 底座管脚 diff --git a/docs/zh_CN/core/gray.md b/docs/zh_CN/core/gray.md index 16bae917..507afa60 100644 --- a/docs/zh_CN/core/gray.md +++ b/docs/zh_CN/core/gray.md @@ -6,7 +6,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.33.cc8e425e1QylQu&id=559226082388)**   :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.33.cc8e425e1QylQu&id=559226082388)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 @@ -53,6 +53,19 @@ - SDIO master/salve 50MHz - 支持SD卡接口 +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + + ## 外设的管脚映射 **LCD 屏幕 & TF 卡** diff --git a/docs/zh_CN/core/m5stick.md b/docs/zh_CN/core/m5stick.md index b14ce876..ee9aeeb3 100644 --- a/docs/zh_CN/core/m5stick.md +++ b/docs/zh_CN/core/m5stick.md @@ -5,7 +5,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)**   :octocat:**[例程](#例程)**   :electric_plug:**[原理图](#原理图)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)**   :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)**   :octocat:**[例程](#例程)**   :electric_plug:**[原理图](#原理图)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 @@ -59,6 +59,18 @@ M5stick 是 M5Stack 产品系列中的核心设备之一,该产品系列建立 - SDIO master/salve 50MHz - 支持SD卡接口 +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + +!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) + ## 管脚映射 gray_04 diff --git a/docs/zh_CN/core/m5stickc.md b/docs/zh_CN/core/m5stickc.md index 05ea63e0..be0e4d7f 100644 --- a/docs/zh_CN/core/m5stickc.md +++ b/docs/zh_CN/core/m5stickc.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)**   :octocat:**[例程](#例程)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.7807425e3JNPRr&id=588710395351)**   :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)**   :octocat:**[例程](#例程)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.7807425e3JNPRr&id=588710395351)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 @@ -61,6 +61,17 @@ M5stick C 是 M5Stack 产品系列中的核心设备之一,该产品系列建 - SDIO master/salve 50MHz - 支持SD卡接口 +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + + ## 管脚映射 gray_02gray_02 diff --git a/docs/zh_CN/hat/hat-env.md b/docs/zh_CN/hat/hat-env.md index 5b6c9a67..8503f847 100644 --- a/docs/zh_CN/hat/hat-env.md +++ b/docs/zh_CN/hat/hat-env.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=595958456624)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=595958456624)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/hat/hat-pir.md b/docs/zh_CN/hat/hat-pir.md index 778e179f..fbb0adbe 100644 --- a/docs/zh_CN/hat/hat-pir.md +++ b/docs/zh_CN/hat/hat-pir.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552375186)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552375186)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/hat/hat-spk.md b/docs/zh_CN/hat/hat-spk.md index 1a2bc9b9..c73a9635 100644 --- a/docs/zh_CN/hat/hat-spk.md +++ b/docs/zh_CN/hat/hat-spk.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552567279)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552567279)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/commu.md b/docs/zh_CN/module/commu.md index f16463a4..9b92e1b4 100644 --- a/docs/zh_CN/module/commu.md +++ b/docs/zh_CN/module/commu.md @@ -6,7 +6,7 @@ -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.6c2275f4nUJEfh&id=580999880340)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.6c2275f4nUJEfh&id=580999880340)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/encoder.md b/docs/zh_CN/module/encoder.md index 95b8064e..7d36a933 100644 --- a/docs/zh_CN/module/encoder.md +++ b/docs/zh_CN/module/encoder.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.12b9425efVP5Y2&id=583870225775)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.12b9425efVP5Y2&id=583870225775)**   **[EasyLoader](#EasyLoader)** diff --git a/docs/zh_CN/module/goplus.md b/docs/zh_CN/module/goplus.md index d31c3d2e..b7f9db6e 100644 --- a/docs/zh_CN/module/goplus.md +++ b/docs/zh_CN/module/goplus.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)**      :octocat:**[程序](#程序)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)**      :octocat:**[程序](#程序)**   **[EasyLoader](#EasyLoader)** diff --git a/docs/zh_CN/module/gps.md b/docs/zh_CN/module/gps.md index 59ab4a82..f99b250d 100644 --- a/docs/zh_CN/module/gps.md +++ b/docs/zh_CN/module/gps.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.69f6425e8Agsbh&id=559647865340)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.69f6425e8Agsbh&id=559647865340)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/joystick.md b/docs/zh_CN/module/joystick.md index 0afe4064..30a69a38 100644 --- a/docs/zh_CN/module/joystick.md +++ b/docs/zh_CN/module/joystick.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/lego_plus.md b/docs/zh_CN/module/lego_plus.md index d52009b2..c20450a8 100644 --- a/docs/zh_CN/module/lego_plus.md +++ b/docs/zh_CN/module/lego_plus.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.7698425eZ5TWJR&id=583130748767)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.7698425eZ5TWJR&id=583130748767)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/lora.md b/docs/zh_CN/module/lora.md index c3c7458c..30598be7 100644 --- a/docs/zh_CN/module/lora.md +++ b/docs/zh_CN/module/lora.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.70.6c2275f4nUJEfh&id=559302217850)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.70.6c2275f4nUJEfh&id=559302217850)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/lorawan.md b/docs/zh_CN/module/lorawan.md index 8966a098..a2f9d21a 100644 --- a/docs/zh_CN/module/lorawan.md +++ b/docs/zh_CN/module/lorawan.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.6c2275f4nUJEfh&id=580998112819)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.6c2275f4nUJEfh&id=580998112819)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/plus.md b/docs/zh_CN/module/plus.md index 2be2cef2..2cbfd824 100644 --- a/docs/zh_CN/module/plus.md +++ b/docs/zh_CN/module/plus.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#原理图)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.6e32425el3pHvc&id=579821616764)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#原理图)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.6e32425el3pHvc&id=579821616764)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/servo.md b/docs/zh_CN/module/servo.md index a6fb86f6..1bdc4919 100644 --- a/docs/zh_CN/module/servo.md +++ b/docs/zh_CN/module/servo.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c6f425e2rHsr9&id=581189197514)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c6f425e2rHsr9&id=581189197514)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/sim800.md b/docs/zh_CN/module/sim800.md index 30aa6c6c..cb17b2e3 100644 --- a/docs/zh_CN/module/sim800.md +++ b/docs/zh_CN/module/sim800.md @@ -4,8 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1c03425emPA4gi&id=559726007780)**      :clapper:**[相关视频](#相关视频)** - +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1c03425emPA4gi&id=559726007780)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/stepmotor.md b/docs/zh_CN/module/stepmotor.md index 61ad757e..92055fbd 100644 --- a/docs/zh_CN/module/stepmotor.md +++ b/docs/zh_CN/module/stepmotor.md @@ -6,7 +6,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.501375f4xEgd84&id=572288296141)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.501375f4xEgd84&id=572288296141)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/usb.md b/docs/zh_CN/module/usb.md index 08ea296f..27e119af 100644 --- a/docs/zh_CN/module/usb.md +++ b/docs/zh_CN/module/usb.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/adc.md b/docs/zh_CN/unit/adc.md index b1e640ec..11bba1b3 100644 --- a/docs/zh_CN/unit/adc.md +++ b/docs/zh_CN/unit/adc.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/angle.md b/docs/zh_CN/unit/angle.md index 3ff02a59..27486940 100644 --- a/docs/zh_CN/unit/angle.md +++ b/docs/zh_CN/unit/angle.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.312f425eRDFbqp&id=578201949805)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.312f425eRDFbqp&id=578201949805)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/button.md b/docs/zh_CN/unit/button.md index 5168204e..815994f7 100644 --- a/docs/zh_CN/unit/button.md +++ b/docs/zh_CN/unit/button.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.49.3a93425e5PQbBs&id=577636117298)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.49.3a93425e5PQbBs&id=577636117298)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/cardkb.md b/docs/zh_CN/unit/cardkb.md index f5d27ad8..c966f40e 100644 --- a/docs/zh_CN/unit/cardkb.md +++ b/docs/zh_CN/unit/cardkb.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.270c425eSKImzN&id=584854269757)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.270c425eSKImzN&id=584854269757)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/color.md b/docs/zh_CN/unit/color.md index 8a15c828..0e640239 100644 --- a/docs/zh_CN/unit/color.md +++ b/docs/zh_CN/unit/color.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.312f425eRDFbqp&id=580005441373)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.312f425eRDFbqp&id=580005441373)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/dac.md b/docs/zh_CN/unit/dac.md index 10bd0a59..452b2779 100644 --- a/docs/zh_CN/unit/dac.md +++ b/docs/zh_CN/unit/dac.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.28.312f425eRDFbqp&id=580257615943)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.28.312f425eRDFbqp&id=580257615943)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/dual_button.md b/docs/zh_CN/unit/dual_button.md index d12d0511..b09dc516 100644 --- a/docs/zh_CN/unit/dual_button.md +++ b/docs/zh_CN/unit/dual_button.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.58.3a93425e5PQbBs&id=577469112270)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.58.3a93425e5PQbBs&id=577469112270)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/earth.md b/docs/zh_CN/unit/earth.md index a1e3f92b..c3c53e15 100644 --- a/docs/zh_CN/unit/earth.md +++ b/docs/zh_CN/unit/earth.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.67.3a93425e5PQbBs&id=576995412485)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.67.3a93425e5PQbBs&id=576995412485)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/env.md b/docs/zh_CN/unit/env.md index 2c54cdd8..3850bf8d 100644 --- a/docs/zh_CN/unit/env.md +++ b/docs/zh_CN/unit/env.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-1172588101.29.f64c4476tugBw5&id=578200145474)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-1172588101.29.f64c4476tugBw5&id=578200145474)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/esp32cam.md b/docs/zh_CN/unit/esp32cam.md index dadafbd3..0e2828ae 100644 --- a/docs/zh_CN/unit/esp32cam.md +++ b/docs/zh_CN/unit/esp32cam.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.46.6c2275f4nUJEfh&id=570594844588)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.46.6c2275f4nUJEfh&id=570594844588)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/extio.md b/docs/zh_CN/unit/extio.md index 49e4c29c..a919629c 100644 --- a/docs/zh_CN/unit/extio.md +++ b/docs/zh_CN/unit/extio.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.3b86425eaoE9zU&id=585289717492)**       +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.3b86425eaoE9zU&id=585289717492)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/finger.md b/docs/zh_CN/unit/finger.md index dc3acb9d..35db112a 100644 --- a/docs/zh_CN/unit/finger.md +++ b/docs/zh_CN/unit/finger.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.3b86425eaoE9zU&id=585289225333)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.3b86425eaoE9zU&id=585289225333)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/gps.md b/docs/zh_CN/unit/gps.md index dfc57bd6..4ee35dd5 100644 --- a/docs/zh_CN/unit/gps.md +++ b/docs/zh_CN/unit/gps.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.51a6425e6lnUwE&id=583664452054)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.51a6425e6lnUwE&id=583664452054)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/heart.md b/docs/zh_CN/unit/heart.md index b8200f05..7f0af039 100644 --- a/docs/zh_CN/unit/heart.md +++ b/docs/zh_CN/unit/heart.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.7a46425eWmFRNi&id=583999638264)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.7a46425eWmFRNi&id=583999638264)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/hex.md b/docs/zh_CN/unit/hex.md index 22605fdd..850ccb32 100644 --- a/docs/zh_CN/unit/hex.md +++ b/docs/zh_CN/unit/hex.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.729b425eylCryH&id=583461942661)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.729b425eylCryH&id=583461942661)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/ir.md b/docs/zh_CN/unit/ir.md index 45a7a88a..49971529 100644 --- a/docs/zh_CN/unit/ir.md +++ b/docs/zh_CN/unit/ir.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**       :electric_plug:**[原理图](#原理图)**       🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.49.6dd575f4jqLzgO&id=578200569184)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**       :electric_plug:**[原理图](#原理图)**       🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.49.6dd575f4jqLzgO&id=578200569184)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/joystick.md b/docs/zh_CN/unit/joystick.md index a07f1dfd..238e234c 100644 --- a/docs/zh_CN/unit/joystick.md +++ b/docs/zh_CN/unit/joystick.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.66.159c425eoqBTTY&id=577874535012)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.66.159c425eoqBTTY&id=577874535012)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/light.md b/docs/zh_CN/unit/light.md index 5d146458..53037544 100644 --- a/docs/zh_CN/unit/light.md +++ b/docs/zh_CN/unit/light.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.52.3a93425e5PQbBs&id=577601079444)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.52.3a93425e5PQbBs&id=577601079444)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/m5camera.md b/docs/zh_CN/unit/m5camera.md index a6b4be95..78ce590b 100644 --- a/docs/zh_CN/unit/m5camera.md +++ b/docs/zh_CN/unit/m5camera.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=2013.1.20141001.1.7e6a3f17eDikoR&id=575652539758&scm=1007.12144.95220.42296_0&pvid=922f08d2-0a50-42fe-b89b-d5fef17bc52a&utparam=%7B%22x_hestia_source%22%3A%2242296%22%2C%22x_object_type%22%3A%22item%22%2C%22x_mt%22%3A0%2C%22x_src%22%3A%2242296%22%2C%22x_pos%22%3A1%2C%22x_pvid%22%3A%22922f08d2-0a50-42fe-b89b-d5fef17bc52a%22%2C%22x_object_id%22%3A575652539758%7D)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=2013.1.20141001.1.7e6a3f17eDikoR&id=575652539758&scm=1007.12144.95220.42296_0&pvid=922f08d2-0a50-42fe-b89b-d5fef17bc52a&utparam=%7B%22x_hestia_source%22%3A%2242296%22%2C%22x_object_type%22%3A%22item%22%2C%22x_mt%22%3A0%2C%22x_src%22%3A%2242296%22%2C%22x_pos%22%3A1%2C%22x_pvid%22%3A%22922f08d2-0a50-42fe-b89b-d5fef17bc52a%22%2C%22x_object_id%22%3A575652539758%7D)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/m5camera_f.md b/docs/zh_CN/unit/m5camera_f.md index 79d6bf9a..15e017cb 100644 --- a/docs/zh_CN/unit/m5camera_f.md +++ b/docs/zh_CN/unit/m5camera_f.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)** +:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/m5camera_x.md b/docs/zh_CN/unit/m5camera_x.md index 13d7e384..d8c48cd7 100644 --- a/docs/zh_CN/unit/m5camera_x.md +++ b/docs/zh_CN/unit/m5camera_x.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](#原理图)**       🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)** +:memo:**[描述](#描述)**      :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)**      :octocat:**[代码](#代码)**      :electric_plug:**[原理图](#原理图)**       🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/makey.md b/docs/zh_CN/unit/makey.md index 016a4aa2..5ae43a24 100644 --- a/docs/zh_CN/unit/makey.md +++ b/docs/zh_CN/unit/makey.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.51.159c425eoqBTTY&id=577636777112)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.51.159c425eoqBTTY&id=577636777112)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/ncir.md b/docs/zh_CN/unit/ncir.md index ca7e5247..f39d00c7 100644 --- a/docs/zh_CN/unit/ncir.md +++ b/docs/zh_CN/unit/ncir.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.43.3a93425e5PQbBs&id=580005645359)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.43.3a93425e5PQbBs&id=580005645359)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/neoflash.md b/docs/zh_CN/unit/neoflash.md index 7fa2aee9..c2026602 100644 --- a/docs/zh_CN/unit/neoflash.md +++ b/docs/zh_CN/unit/neoflash.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.36da425eorzBcg&id=582828472414)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.36da425eorzBcg&id=582828472414)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/neopixel.md b/docs/zh_CN/unit/neopixel.md index 1903f641..bc9a8405 100644 --- a/docs/zh_CN/unit/neopixel.md +++ b/docs/zh_CN/unit/neopixel.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.31.6c2275f4nUJEfh&id=580453719549)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.31.6c2275f4nUJEfh&id=580453719549)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/pahub.md b/docs/zh_CN/unit/pahub.md index 3ec617d6..d5c47c29 100644 --- a/docs/zh_CN/unit/pahub.md +++ b/docs/zh_CN/unit/pahub.md @@ -5,7 +5,7 @@ -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I2C-Hub-1-to-6-Expansion-Grove-I2C-Interface-for-Arduino-Blockly/3226069_32998974179.html?spm=2114.12010615.8148356.1.2bf2a1134Jsams)**      :octocat:**[Code](#Code)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I2C-Hub-1-to-6-Expansion-Grove-I2C-Interface-for-Arduino-Blockly/3226069_32998974179.html?spm=2114.12010615.8148356.1.2bf2a1134Jsams)**      :octocat:**[Code](#Code)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/pbhub.md b/docs/zh_CN/unit/pbhub.md index ebe8b250..9863812d 100644 --- a/docs/zh_CN/unit/pbhub.md +++ b/docs/zh_CN/unit/pbhub.md @@ -5,7 +5,7 @@ -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I-O-Hub-1-to-6-Expansion-Grove-I-O-Interface-for/3226069_33006652505.html?spm=2114.12010615.8148356.5.2bf2a113olu0DY)**      :octocat:**[Code](#Code)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I-O-Hub-1-to-6-Expansion-Grove-I-O-Interface-for/3226069_33006652505.html?spm=2114.12010615.8148356.5.2bf2a113olu0DY)**      :octocat:**[Code](#Code)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/pir.md b/docs/zh_CN/unit/pir.md index ec74beca..37103d65 100644 --- a/docs/zh_CN/unit/pir.md +++ b/docs/zh_CN/unit/pir.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.46.3a93425e5PQbBs&id=578444443796)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.46.3a93425e5PQbBs&id=578444443796)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/relay.md b/docs/zh_CN/unit/relay.md index d5ae2685..87f5e816 100644 --- a/docs/zh_CN/unit/relay.md +++ b/docs/zh_CN/unit/relay.md @@ -4,7 +4,7 @@ *** -:clapper:**[相关视频](#相关视频)**      :memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.3a93425e5PQbBs&id=577469172757)**       +:clapper:**[相关视频](#相关视频)**      :memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.3a93425e5PQbBs&id=577469172757)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/rfid.md b/docs/zh_CN/unit/rfid.md index 82273363..739ffb03 100644 --- a/docs/zh_CN/unit/rfid.md +++ b/docs/zh_CN/unit/rfid.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.57b2425efMuoxt&id=583870753197)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.57b2425efMuoxt&id=583870753197)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/rgb.md b/docs/zh_CN/unit/rgb.md index 8c4b2f8d..04e0a923 100644 --- a/docs/zh_CN/unit/rgb.md +++ b/docs/zh_CN/unit/rgb.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.78.159c425eoqBTTY&id=578321806638)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.78.159c425eoqBTTY&id=578321806638)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/rs485.md b/docs/zh_CN/unit/rs485.md index 9b1d25f9..d32473db 100644 --- a/docs/zh_CN/unit/rs485.md +++ b/docs/zh_CN/unit/rs485.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.3b86425eaoE9zU&id=585567251998)**       +:memo:**[描述](#描述)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.3b86425eaoE9zU&id=585567251998)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/thermal.md b/docs/zh_CN/unit/thermal.md index 04f703c8..c39b2710 100644 --- a/docs/zh_CN/unit/thermal.md +++ b/docs/zh_CN/unit/thermal.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.70.3a93425e5PQbBs&id=576966170317)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.70.3a93425e5PQbBs&id=576966170317)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/tof.md b/docs/zh_CN/unit/tof.md index 853a828f..8cff65d2 100644 --- a/docs/zh_CN/unit/tof.md +++ b/docs/zh_CN/unit/tof.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.3a93425e5PQbBs&id=580005945330)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.3a93425e5PQbBs&id=580005945330)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/trace.md b/docs/zh_CN/unit/trace.md index 09552f29..52940dc3 100644 --- a/docs/zh_CN/unit/trace.md +++ b/docs/zh_CN/unit/trace.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.54091debxnuOMz&ft=t&id=587199991600)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.54091debxnuOMz&ft=t&id=587199991600)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/unit/weight.md b/docs/zh_CN/unit/weight.md index 4efb29b7..1c912b3a 100644 --- a/docs/zh_CN/unit/weight.md +++ b/docs/zh_CN/unit/weight.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)**   **[EasyLoader](#EasyLoader)** ## 描述 From ac5a135800873ecc163791207f12dac179e55307 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Wed, 19 Jun 2019 16:44:28 +0800 Subject: [PATCH 6/6] fix base15/26 include --- docs/en/hat/hat-env.md | 2 - docs/en/hat/hat-pir.md | 1 - docs/en/hat/hat-spk.md | 1 - ...ck_core_get_started_MicroPython_m5cloud.md | 154 ----------------- .../m5core/m5stack_core_quick_start.md | 28 +++- .../m5stick/m5stick_quick_start.md | 28 +++- .../m5stick_quick_start_with_arduino_MacOS.md | 2 +- ...5stick_quick_start_with_arduino_Windows.md | 2 +- .../m5stick_quick_start_with_uiflow.md | 2 +- .../m5stickc/m5stickc_quick_start.md | 28 +++- ...m5stickc_quick_start_with_arduino_MacOS.md | 11 +- ...stickc_quick_start_with_arduino_Windows.md | 2 +- .../m5stickc_quick_start_with_uiflow.md | 2 +- docs/index.md | 1 - docs/zh_CN/base/base15.md | 26 +-- docs/zh_CN/base/base26.md | 46 ++---- docs/zh_CN/base/btc_base.md | 2 +- docs/zh_CN/base/core_bottom.md | 2 +- docs/zh_CN/base/lan_base.md | 2 +- docs/zh_CN/base/m5go_bottom.md | 2 +- docs/zh_CN/base/m5go_charger.md | 2 +- docs/zh_CN/base/node_base.md | 2 +- docs/zh_CN/base/plc_base.md | 2 +- docs/zh_CN/base/pm2.5.md | 2 +- docs/zh_CN/core/basic.md | 2 +- docs/zh_CN/core/face_kit.md | 2 +- docs/zh_CN/core/fire.md | 2 +- docs/zh_CN/core/gray.md | 2 +- docs/zh_CN/core/m5go.md | 2 +- docs/zh_CN/core/m5go_lite.md | 2 +- docs/zh_CN/core/m5stick.md | 2 +- docs/zh_CN/core/m5stickc.md | 2 +- docs/zh_CN/hat/hat-env.md | 1 - docs/zh_CN/hat/hat-pir.md | 2 - docs/zh_CN/hat/hat-spk.md | 2 - docs/zh_CN/module/battery.md | 2 +- docs/zh_CN/module/bus.md | 2 +- docs/zh_CN/module/commu.md | 2 +- docs/zh_CN/module/encoder.md | 2 +- docs/zh_CN/module/fan.md | 2 +- docs/zh_CN/module/goplus.md | 2 +- docs/zh_CN/module/gps.md | 2 +- docs/zh_CN/module/joystick.md | 2 +- docs/zh_CN/module/lego_plus.md | 2 +- docs/zh_CN/module/lora.md | 2 +- docs/zh_CN/module/plus.md | 2 +- docs/zh_CN/module/proto.md | 2 +- docs/zh_CN/module/proto_kit.md | 2 +- docs/zh_CN/module/servo.md | 2 +- docs/zh_CN/module/sim800.md | 2 +- docs/zh_CN/module/stepmotor.md | 2 +- docs/zh_CN/module/usb.md | 2 +- ...ck_core_get_started_MicroPython_m5cloud.md | 155 ------------------ .../m5core/m5stack_core_quick_start.md | 28 +++- .../m5stick/m5stick_quick_start.md | 28 +++- .../m5stick_quick_start_with_arduino_MacOS.md | 4 +- ...5stick_quick_start_with_arduino_Windows.md | 2 +- .../m5stick_quick_start_with_uiflow.md | 2 +- .../m5stickc/m5stickc_quick_start.md | 31 +++- ...m5stickc_quick_start_with_arduino_MacOS.md | 101 +++++------- ...stickc_quick_start_with_arduino_Windows.md | 2 +- .../m5stickc_quick_start_with_uiflow.md | 2 +- 62 files changed, 272 insertions(+), 490 deletions(-) delete mode 100644 docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md delete mode 100644 docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md diff --git a/docs/en/hat/hat-env.md b/docs/en/hat/hat-env.md index 8f8a0982..d44bf98a 100644 --- a/docs/en/hat/hat-env.md +++ b/docs/en/hat/hat-env.md @@ -63,8 +63,6 @@ Typical Magnetic Field: >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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) - ## Example - **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/ENV)** diff --git a/docs/en/hat/hat-pir.md b/docs/en/hat/hat-pir.md index 8755fcde..194d9d2c 100644 --- a/docs/en/hat/hat-pir.md +++ b/docs/en/hat/hat-pir.md @@ -56,7 +56,6 @@ >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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) ## Example diff --git a/docs/en/hat/hat-spk.md b/docs/en/hat/hat-spk.md index c03352b3..e0df0bdd 100644 --- a/docs/en/hat/hat-spk.md +++ b/docs/en/hat/hat-spk.md @@ -53,7 +53,6 @@ >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 EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection) ## Example diff --git a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md b/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md deleted file mode 100644 index 396a540c..00000000 --- a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md +++ /dev/null @@ -1,154 +0,0 @@ -# M5Core Quick Start - M5Cloud {docsify-ignore-all} - -?> If it's first time to use M5Core or you want to change the networkable AP that means the Core can't access [http://cloud.m5stack.com](http://cloud.m5stack.com), you need visit this article for setting wifi [How to connect wifi using Core with M5Cloud](/en/related_documents/how_to_connect_wifi_using_core_with_m5cloud). - -By default, we consider your M5Core has been connected with the networkable AP successfully. And the screen shows like this figure below. - -
- -
- -## CONTENT - -1. [Connect to M5Cloud](#connect-to-m5cloud) - -2. [Binding device](#binding-device) - -3. [Program with Core](#program-with-Core) - - -## 1. Connect to M5Cloud - -Now If you want to program the M5 from your computer, enter the url shown at the top of the screen `cloud.m5stack.com` - -It will show as following figure. - -
- -
- -Now, register a account. - -## 2. Binding device - -Press `Device`->`Add` buttom on M5Cloud IDE for binding M5Stack board to your account.(Now, my check code is `052879`) - -
- -
- -
- -
- -At the moment, you can program it through Python as shown below. - -## 3. Program with Core - -### a. New a Project - -
- -
- -### a. Code it - -*Now, let's get started with FACES Kit.* - -After creating a new project, add a file named `faces.py` as a python module. - -
- -
- -
- -
- -Then copy following code into faces.py and main.py, and save they. - -```Python -""" -File name: faces.py - -M5Stack MicroPython FACES keyboard I2C driver -""" - -class Faces: - def __init__(self, i2c=None): - if i2c == None: - from machine import I2C, Pin - self.i2c = I2C(sda=21, scl=22) - else: - self.i2c = i2c - self.addr = 0x08 - self.cb = None - - def read(self): - return self.i2c.readfrom(self.addr, 1) - - def _callback(self, pin): - from machine import Pin - if pin == Pin(5): - self.cb(self.read()) - - def callback(self, cb): - from machine import Pin - self.pin = Pin(5) - self.pin.init(Pin.IN) - self.pin.irq(trigger=Pin.IRQ_FALLING, handler=self._callback) - self.cb = cb -``` - -
- -
- - -```Python -""" -File name: main.py -""" - -from m5stack import * -from faces import Faces - -keyboard = Faces() - -# read once -print("Key value:", end='') -print(keyboard.read()) - -# callback -def keyboard_cb(value): - print("Key value:", end='') - print(value) - lcd.print(value) - -keyboard.callback(keyboard_cb) -``` - -
- -
- -
- -
- - -Now, upload and run it! - -
- -
- -## Complete - -The function of This demostration is that screen and serial terminal will display the value of the key you pressed. - -Now, I press the first line of QWERTY Keyboard. ("q", "w", "e", "r", "t", "y", "u", "i", "o", "p") - -
- -
\ No newline at end of file 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 99f4eecb..d71f3ce5 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,31 @@ # M5Core Get Started {docsify-ignore-all} -**Choose the development platform** + + +## Choose the development platform + +
+
+
+ +
+
+ +
+
+
+ + +
+
+
\ No newline at end of file diff --git a/docs/en/quick_start/m5stick/m5stick_quick_start.md b/docs/en/quick_start/m5stick/m5stick_quick_start.md index 84bf0a5c..d6b89adf 100644 --- a/docs/en/quick_start/m5stick/m5stick_quick_start.md +++ b/docs/en/quick_start/m5stick/m5stick_quick_start.md @@ -1,7 +1,31 @@ # M5Stick Quick Start {docsify-ignore-all} -**Choose the development platform** + + +## Choose the development platform + +
+
+
+ +
+
+ +
+
+
+ + +
+
+
\ No newline at end of file diff --git a/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md b/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md index 1a35554b..b0a42693 100644 --- a/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md +++ b/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md @@ -6,7 +6,7 @@ - + ## Table of Contents diff --git a/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md b/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md index dfd11905..1eafc261 100644 --- a/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md +++ b/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md @@ -1,6 +1,6 @@ # M5Stick Quick Start - Arduino Win {docsify-ignore-all} - + ## Table of Contents diff --git a/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md b/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md index d622be1c..12a05681 100644 --- a/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md +++ b/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md @@ -1,6 +1,6 @@ # M5Stick Quick Start - UIFlow {docsify-ignore-all} - + 1. **[Update firmware](#update-firmware)** diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start.md index 2767c28b..ad28a9b1 100644 --- a/docs/en/quick_start/m5stickc/m5stickc_quick_start.md +++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start.md @@ -1,7 +1,31 @@ # M5StickC Quick Start {docsify-ignore-all} -**Choose the development platform** + + +## Choose the development platform + +
+
+
+ +
+
+ +
+
+
+ + +
+
+
\ No newline at end of file diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md index 9fffe509..9c3c2bfe 100644 --- a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md +++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md @@ -16,7 +16,7 @@ - [Step2. ESP32 Board Support](#step2-esp32-board-support) - - [Step3. Install M5Stack Lib](#step3-install-m5stack-lib) + - [Step3. Install M5StackC Lib](#step3-install-m5stack-lib) 2. [Example](#example) @@ -87,13 +87,11 @@ Open Arduino IDE, select `Tools`->`Board`->`M5StickC` , `Tools` -> `Ports`(choos ### 2. Select an example -Click `File-> Examples`. Here are some test demos in `M5Stack`->`Stick` - -Let's open this example called `FactoryTest` inside Basics. +Click `File`->`Examples`->`M5StackC`->`Basic`->`FactoryTest` -Click `Upload`, to flash the code to the device. Once it's done, reset the M5Core, On M5Core screen will display "Hello World!" +Click `Upload`, to flash the code to the device. **The button located on the bottom left is the power button, single-click to reboot. To enter deep sleep mode, double click this button** @@ -106,6 +104,3 @@ Most version of MacOS have no problem detecting the serial device that connected - -?> **If you want to know more about the CP2104 USB driver permission, visit this link.** https://developer.apple.com/library/archive/technotes/tn2459/\_index.html - 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 c960d12b..5c99615e 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 @@ -1,6 +1,6 @@ # M5StickC Quick Start - Arduino Win {docsify-ignore-all} - + ## Table of Contents 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 a91e19a3..4850f06a 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 @@ -1,6 +1,6 @@ # M5StickC Quick Start - UIFlow {docsify-ignore-all} - + **[1. Burn UIFlow Firmware](#_1-Burn-UIFlow-Firmware)** diff --git a/docs/index.md b/docs/index.md index eec63f53..eec6b515 100644 --- a/docs/index.md +++ b/docs/index.md @@ -459,7 +459,6 @@

COLOR

- ## TOF ## HEART ## ADC diff --git a/docs/zh_CN/base/base15.md b/docs/zh_CN/base/base15.md index 3bc4be10..22ff138d 100644 --- a/docs/zh_CN/base/base15.md +++ b/docs/zh_CN/base/base15.md @@ -3,8 +3,8 @@ *** - + +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/base15-proto-industrial-board-module)** ## 描述 @@ -29,16 +29,16 @@ ## 套件清单 - 1x PLC-Proto Broad -- 1x Base15 Plastic Enclosure -- 1x Slide Guide -- 1x Din-Rail -- 2x Grove Port -- 1x M12*1.5 -- 2x hexagonal wrench -- 10x Screw (3 types: M3*22, M3*12, M2*5) -- 2x M3 Nut -- 1x 2.45mm pin set -- 1x Sticker +- 1x Base15 外壳 +- 1x 金属导轨 +- 1x Din导轨 +- 2x Grove 接口 +- 1x M12*1.5防水接头 +- 2x 六角扳手 +- 10x 螺丝 (M3x22, M3x12, M3x8, M2x5) +- 2x M3 型槽螺母 +- 1x 2.45mm 引脚组 +- 1x 贴纸 ## 结构设计文件 @@ -46,6 +46,6 @@ -## 相关链接 +## 原理图 - **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE15.pdf)** diff --git a/docs/zh_CN/base/base26.md b/docs/zh_CN/base/base26.md index 47e901db..ff897266 100644 --- a/docs/zh_CN/base/base26.md +++ b/docs/zh_CN/base/base26.md @@ -2,9 +2,9 @@ - +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/base-26proto-industrial-board-module)** ## 描述 @@ -28,39 +28,23 @@ ## 套件清单 - 1x PLC-Proto Broad -- 1x Base15 Plastic Enclosure -- 1x TTL-to-RS485 board -- 1x Slide Guide -- 1x Din-Rail -- 2x Grove Port -- 1x M12*1.5 -- 1x 4 Pin 3.96 Pitch Terminal -- 1x hexagonal wrench -- 10x Screw (3 types: M3*22, M3*12, M2*5) -- 2x M3 Nut -- 1x 2.45mm pin set -- 1x Sticker +- 1x Base26 外壳 +- 1x TTL-RS485转接板 +- 1x 金属导轨 +- 1x Din导轨 +- 2x Grove 接口 +- 1x M12*1.5防水接头 +- 2x 六角扳手 +- 10x 螺丝 (M3x22, M3x12, M3x8, M2x5) +- 2x M3 型槽螺母 +- 1x 2.45mm 引脚组 +- 1x 贴纸 ## 结构设计文件 ?>[点击此处,获取开源结构设计文件](https://github.com/m5stack/m5-structural-design-file/tree/master/BaseX_DB9_01) -## 相关链接 +## 原理图 -- **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE26.pdf)** - - - - 1x PLC-Proto Broad - - 1x Base15塑料外壳 - - 1个TTL到RS485板 - - 1x幻灯片指南 - - 1x Din-Rail - - 2x Grove Port - - 1x M12 * 1.5 - - 1x 4针3.96间距端子 - - 1x六角扳手 - - 10x螺丝(3种类型:M3 * 22,M3 * 12,M2 * 5) - - 2x M3坚果 - - 1x 2.45mm引脚组 - - 1x贴纸 \ No newline at end of file +- **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE26.pdf)** \ No newline at end of file diff --git a/docs/zh_CN/base/btc_base.md b/docs/zh_CN/base/btc_base.md index 479ce255..2ad11516 100644 --- a/docs/zh_CN/base/btc_base.md +++ b/docs/zh_CN/base/btc_base.md @@ -6,7 +6,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-BTC-Ticker-DHT12-Digital-Humidity-Temperature-Sensor-ESP32-for-Micropython-Bitcoin-Price-Ticker-with/3226069_32852302770.html?spm=2114.12010615.8148356.2.3a8d51c2LV8jni)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/btc-standing-base)** # 描述 diff --git a/docs/zh_CN/base/core_bottom.md b/docs/zh_CN/base/core_bottom.md index eea22983..4fc01050 100644 --- a/docs/zh_CN/base/core_bottom.md +++ b/docs/zh_CN/base/core_bottom.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.27.3b626971KRKjiu&id=585955214454)** +:memo:**[描述](#描述)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/battery-bottom-150mah)** ## 描述 diff --git a/docs/zh_CN/base/lan_base.md b/docs/zh_CN/base/lan_base.md index 1f67bb29..263ef09d 100644 --- a/docs/zh_CN/base/lan_base.md +++ b/docs/zh_CN/base/lan_base.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/LAN/Arduino)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c24425eKdAPr3&id=574863427657)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/LAN/Arduino)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/lan-module)**      :clapper:**[相关视频](#相关视频)** ## 描述 diff --git a/docs/zh_CN/base/m5go_bottom.md b/docs/zh_CN/base/m5go_bottom.md index 34574286..9d02db3a 100644 --- a/docs/zh_CN/base/m5go_bottom.md +++ b/docs/zh_CN/base/m5go_bottom.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.690a425eFsoYVX&id=584136175270)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/battery-bottom-charging-base)** ## 描述 diff --git a/docs/zh_CN/base/m5go_charger.md b/docs/zh_CN/base/m5go_charger.md index 7b0a8346..24cc257b 100644 --- a/docs/zh_CN/base/m5go_charger.md +++ b/docs/zh_CN/base/m5go_charger.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.2e34425e54pbJV&id=584136175270)** +:memo:**[描述](#描述)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/battery-bottom-charging-base)** ## 描述 diff --git a/docs/zh_CN/base/node_base.md b/docs/zh_CN/base/node_base.md index a9b3b7bc..94e95b22 100644 --- a/docs/zh_CN/base/node_base.md +++ b/docs/zh_CN/base/node_base.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.16.6c2275f4nUJEfh&id=581064610318)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/node-module)**      :clapper:**[相关视频](#相关视频)** ## 描述 diff --git a/docs/zh_CN/base/plc_base.md b/docs/zh_CN/base/plc_base.md index 568a2c4f..8afa732f 100644 --- a/docs/zh_CN/base/plc_base.md +++ b/docs/zh_CN/base/plc_base.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.9.4f73425ewv8Jgu&id=569322040719)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-base/products/plc-proto-industrial-board-module)**      :clapper:**[相关视频](#相关视频)** ## 描述 diff --git a/docs/zh_CN/base/pm2.5.md b/docs/zh_CN/base/pm2.5.md index 9b17cd34..d3195fd5 100644 --- a/docs/zh_CN/base/pm2.5.md +++ b/docs/zh_CN/base/pm2.5.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :electric_plug:**[原理图](#原理图)**      :octocat:**[例程](#案例)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.78ec1debCSGLNF&ft=t&id=594362860431)**       +:memo:**[描述](#描述)**   :electric_plug:**[原理图](#原理图)**      :octocat:**[例程](#案例)**   🛒**[购买链接](https://m5stack.com/collections/m5-base/products/pm-2-5-sensor-usb-power-sht20)**       ## 描述 diff --git a/docs/zh_CN/core/basic.md b/docs/zh_CN/core/basic.md index 243953fc..08946de2 100644 --- a/docs/zh_CN/core/basic.md +++ b/docs/zh_CN/core/basic.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a230r.7195193.1997079397.11.2bb86d62zW1YQG&id=557295147801&abbucket=8)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/basic-core-iot-development-kit)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/core/face_kit.md b/docs/zh_CN/core/face_kit.md index b74c78b7..aa498995 100644 --- a/docs/zh_CN/core/face_kit.md +++ b/docs/zh_CN/core/face_kit.md @@ -3,7 +3,7 @@ -:memo:**[描述](#描述)**   :bulb:**[上手指南](en/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/FACES)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/face)**    +:memo:**[描述](#描述)**   :bulb:**[上手指南](en/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/FACES)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/m5go-iot-starter-kit-stem-education)**    ## 描述 diff --git a/docs/zh_CN/core/fire.md b/docs/zh_CN/core/fire.md index 158f9675..3b2b44fe 100644 --- a/docs/zh_CN/core/fire.md +++ b/docs/zh_CN/core/fire.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.bcec425e3VR4TD&id=571494244869)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/fire-iot-development-kit)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/core/gray.md b/docs/zh_CN/core/gray.md index 507afa60..a829e932 100644 --- a/docs/zh_CN/core/gray.md +++ b/docs/zh_CN/core/gray.md @@ -6,7 +6,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.33.cc8e425e1QylQu&id=559226082388)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/grey-development-core)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/core/m5go.md b/docs/zh_CN/core/m5go.md index 8477daf4..c2adddd7 100644 --- a/docs/zh_CN/core/m5go.md +++ b/docs/zh_CN/core/m5go.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1b28425eUFn3DY&id=568283585553)**   :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/m5go-iot-starter-kit-stem-education)**   :clapper:**[相关视频](#相关视频)** ## 描述 diff --git a/docs/zh_CN/core/m5go_lite.md b/docs/zh_CN/core/m5go_lite.md index a98d89bf..3c67ad6f 100644 --- a/docs/zh_CN/core/m5go_lite.md +++ b/docs/zh_CN/core/m5go_lite.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](#例程)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-NEW-Lite-IoT-Development-Board-Kit-ESP32-MPU9250-Grove-16MFlash-DHT12-Temperature-Humidity-Sensor-Module/3226069_32965981279.html?spm=a2g1y.12024536.productList_5885013.subject_3)**   :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)**   :octocat:**[例程](#例程)**   :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/m5go-lite-iot-development-board-kit)**   :clapper:**[相关视频](#相关视频)** ## 描述 diff --git a/docs/zh_CN/core/m5stick.md b/docs/zh_CN/core/m5stick.md index ee9aeeb3..76f27a4a 100644 --- a/docs/zh_CN/core/m5stick.md +++ b/docs/zh_CN/core/m5stick.md @@ -5,7 +5,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)**   :octocat:**[例程](#例程)**   :electric_plug:**[原理图](#原理图)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)**   :octocat:**[例程](#例程)**   :electric_plug:**[原理图](#原理图)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/stick)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/core/m5stickc.md b/docs/zh_CN/core/m5stickc.md index be0e4d7f..68a70e94 100644 --- a/docs/zh_CN/core/m5stickc.md +++ b/docs/zh_CN/core/m5stickc.md @@ -4,7 +4,7 @@ * * * -:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)**   :octocat:**[例程](#例程)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.7807425e3JNPRr&id=588710395351)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)**   :octocat:**[例程](#例程)**   🛒**[购买链接](https://m5stack.com/collections/m5-core/products/stick-c)**   :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/hat/hat-env.md b/docs/zh_CN/hat/hat-env.md index 8503f847..8e203e79 100644 --- a/docs/zh_CN/hat/hat-env.md +++ b/docs/zh_CN/hat/hat-env.md @@ -63,7 +63,6 @@ >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 -!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) ### 管脚映射 diff --git a/docs/zh_CN/hat/hat-pir.md b/docs/zh_CN/hat/hat-pir.md index fbb0adbe..284d32a8 100644 --- a/docs/zh_CN/hat/hat-pir.md +++ b/docs/zh_CN/hat/hat-pir.md @@ -53,5 +53,3 @@ >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 -!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) - diff --git a/docs/zh_CN/hat/hat-spk.md b/docs/zh_CN/hat/hat-spk.md index c73a9635..c44f1194 100644 --- a/docs/zh_CN/hat/hat-spk.md +++ b/docs/zh_CN/hat/hat-spk.md @@ -49,5 +49,3 @@ >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 - -!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) \ No newline at end of file diff --git a/docs/zh_CN/module/battery.md b/docs/zh_CN/module/battery.md index 369eb0be..24735de8 100644 --- a/docs/zh_CN/module/battery.md +++ b/docs/zh_CN/module/battery.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.501375f4xEgd84&id=562045689464)** +:memo:**[描述](#描述)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/battery-module)** diff --git a/docs/zh_CN/module/bus.md b/docs/zh_CN/module/bus.md index d14254a8..fab7c0e7 100644 --- a/docs/zh_CN/module/bus.md +++ b/docs/zh_CN/module/bus.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.501375f4xEgd84&id=562045689464)** +:memo:**[描述](#描述)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/bus-module)** # 描述 diff --git a/docs/zh_CN/module/commu.md b/docs/zh_CN/module/commu.md index 9b92e1b4..6521ace8 100644 --- a/docs/zh_CN/module/commu.md +++ b/docs/zh_CN/module/commu.md @@ -6,7 +6,7 @@ -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.6c2275f4nUJEfh&id=580999880340)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/commu-module)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/encoder.md b/docs/zh_CN/module/encoder.md index 7d36a933..e6914f54 100644 --- a/docs/zh_CN/module/encoder.md +++ b/docs/zh_CN/module/encoder.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.12b9425efVP5Y2&id=583870225775)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/encoder-module)**   **[EasyLoader](#EasyLoader)** diff --git a/docs/zh_CN/module/fan.md b/docs/zh_CN/module/fan.md index 3ae53151..49dbe4c8 100644 --- a/docs/zh_CN/module/fan.md +++ b/docs/zh_CN/module/fan.md @@ -4,7 +4,7 @@ *** - +:memo:**[描述](#描述)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/step-motor-module-adapter-fan-module)** ## 描述 diff --git a/docs/zh_CN/module/goplus.md b/docs/zh_CN/module/goplus.md index b7f9db6e..b76de094 100644 --- a/docs/zh_CN/module/goplus.md +++ b/docs/zh_CN/module/goplus.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)**      :octocat:**[程序](#程序)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/goplus-module)**      :octocat:**[程序](#程序)**   **[EasyLoader](#EasyLoader)** diff --git a/docs/zh_CN/module/gps.md b/docs/zh_CN/module/gps.md index f99b250d..9a5b6104 100644 --- a/docs/zh_CN/module/gps.md +++ b/docs/zh_CN/module/gps.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.69f6425e8Agsbh&id=559647865340)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/gps-module)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/joystick.md b/docs/zh_CN/module/joystick.md index 30a69a38..2376ebdb 100644 --- a/docs/zh_CN/module/joystick.md +++ b/docs/zh_CN/module/joystick.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/joystick-module)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/lego_plus.md b/docs/zh_CN/module/lego_plus.md index c20450a8..59486d19 100644 --- a/docs/zh_CN/module/lego_plus.md +++ b/docs/zh_CN/module/lego_plus.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.7698425eZ5TWJR&id=583130748767)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/lego-module)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/lora.md b/docs/zh_CN/module/lora.md index 30598be7..4632a34b 100644 --- a/docs/zh_CN/module/lora.md +++ b/docs/zh_CN/module/lora.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.70.6c2275f4nUJEfh&id=559302217850)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/lora-module)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/plus.md b/docs/zh_CN/module/plus.md index 2cbfd824..0ce094e8 100644 --- a/docs/zh_CN/module/plus.md +++ b/docs/zh_CN/module/plus.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#原理图)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.6e32425el3pHvc&id=579821616764)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#原理图)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/plus-module)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/proto.md b/docs/zh_CN/module/proto.md index ef48c958..425463a3 100644 --- a/docs/zh_CN/module/proto.md +++ b/docs/zh_CN/module/proto.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.19.6c2275f4nUJEfh&id=563688612650)** +:memo:**[描述](#描述)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/proto-module)** ## 描述 diff --git a/docs/zh_CN/module/proto_kit.md b/docs/zh_CN/module/proto_kit.md index 49644266..afbf6e9c 100644 --- a/docs/zh_CN/module/proto_kit.md +++ b/docs/zh_CN/module/proto_kit.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#Description)**     🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-Official-Experimental-Proto-Board-Set-included-DHT12-Bus-Socke-Grove-Cable-for-ESP32-Basic-Kit/3226069_32841004439.html?spm=2114.12010615.8148356.13.3f172fb10t1sUb)** +:memo:**[描述](#Description)**     🛒**[购买链接](https://m5stack.com/collections/m5-module/products/experimental-proto-board-set)** ## 描述 diff --git a/docs/zh_CN/module/servo.md b/docs/zh_CN/module/servo.md index 1bdc4919..7cfd22c8 100644 --- a/docs/zh_CN/module/servo.md +++ b/docs/zh_CN/module/servo.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c6f425e2rHsr9&id=581189197514)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/servo-module)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/sim800.md b/docs/zh_CN/module/sim800.md index cb17b2e3..a3993668 100644 --- a/docs/zh_CN/module/sim800.md +++ b/docs/zh_CN/module/sim800.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1c03425emPA4gi&id=559726007780)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/gsm-sim800-module)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/stepmotor.md b/docs/zh_CN/module/stepmotor.md index 92055fbd..75dd75cf 100644 --- a/docs/zh_CN/module/stepmotor.md +++ b/docs/zh_CN/module/stepmotor.md @@ -6,7 +6,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.501375f4xEgd84&id=572288296141)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/step-motor-module-adapter-fan-module)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/module/usb.md b/docs/zh_CN/module/usb.md index 27e119af..8b6fb8e3 100644 --- a/docs/zh_CN/module/usb.md +++ b/docs/zh_CN/module/usb.md @@ -4,7 +4,7 @@ *** -:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](#原理图)**      🛒**[购买链接](https://m5stack.com/collections/m5-module/products/usb-module)**      :clapper:**[相关视频](#相关视频)**   **[EasyLoader](#EasyLoader)** ## 描述 diff --git a/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md b/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md deleted file mode 100644 index b79dc165..00000000 --- a/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md +++ /dev/null @@ -1,155 +0,0 @@ -# M5Cloud 上手指南(MicroPython) {docsify-ignore-all} - -?> 如果您的设备还没烧录M5Cloud固件的话,请参考这篇文档[如果使用M5Burner烧录固件](/zh_CN/related_documents/how_to_burn_firmware). - -?> 如果您是第一次使用这个Core或者想Core连接其他可联网的热点AP的话,请参考这篇文档[如果使用Core连接WIFI和M5Cloud](/zh_CN/related_documents/how_to_connect_wifi_using_core_with_m5cloud). - -如果您的Core已经连接了可联网WIFI热点之后,屏幕会如下图显示,出现check code(check code用于M5Core设备与M5Cloud绑定),下面开始M5Cloud的编程 - -
- -
- -## 目录 - -1. [连接到M5Cloud](#连接到M5Cloud) - -2. [绑定设备](#绑定设备) - -3. [编程Core](#编程Core) - - -## 1. 连接到M5Cloud - -如果您想用PC连编程M5Core的话,请在浏览器页面输入M5Core屏幕上显示的网址`cloud.m5stack.com` - -
- -
- -然后,注册一个M5Cloud账号 - -## 2. 绑定设备 - - -点击M5Cloud上`Device`->`Add`按钮,并输入check code到对话框。(看,我的check code是`052879`) - -
- -
- -
- -
- -这时候,您可以按照下面的步骤使用Python编程Core啦! - -## 3. 编程Core - -### a. 新建工程 - -
- -
- -### a. 开始编程 - -*现在我们以使用FACES Kit为举例如何使用M5Cloud。* - -在创建新工程之后,新建文件,并重命名为`faces.py`。 - -
- -
- -
- -
- -然后分别拷贝如下的代码到`faces.py`和`main.py`,并保存。 - -```Python -""" -File name: faces.py - -M5Stack MicroPython FACES keyboard I2C driver -""" - -class Faces: - def __init__(self, i2c=None): - if i2c == None: - from machine import I2C, Pin - self.i2c = I2C(sda=21, scl=22) - else: - self.i2c = i2c - self.addr = 0x08 - self.cb = None - - def read(self): - return self.i2c.readfrom(self.addr, 1) - - def _callback(self, pin): - from machine import Pin - if pin == Pin(5): - self.cb(self.read()) - - def callback(self, cb): - from machine import Pin - self.pin = Pin(5) - self.pin.init(Pin.IN) - self.pin.irq(trigger=Pin.IRQ_FALLING, handler=self._callback) - self.cb = cb -``` - -
- -
- - -```Python -""" -File name: main.py -""" - -from m5stack import * -from faces import Faces - -keyboard = Faces() - -# read once -print("Key value:", end='') -print(keyboard.read()) - -# callback -def keyboard_cb(value): - print("Key value:", end='') - print(value) - lcd.print(value) - -keyboard.callback(keyboard_cb) -``` - -
- -
- -
- -
- - -现在点击M5Cloud界面上的`Upload`按钮,如下图所示的操作。 - -
- -
- -## 最后 - -这个FACES Kits的例程功能是,当您按下FACES面板上的某个按键之后,屏幕上会显示对应按键的值。 - -现在我按下QWERTY键盘上第一行的按键。("q", "w", "e", "r", "t", "y", "u", "i", "o", "p") - -
- -
\ No newline at end of file diff --git a/docs/zh_CN/quick_start/m5core/m5stack_core_quick_start.md b/docs/zh_CN/quick_start/m5core/m5stack_core_quick_start.md index 14260b4f..8b4360a5 100644 --- a/docs/zh_CN/quick_start/m5core/m5stack_core_quick_start.md +++ b/docs/zh_CN/quick_start/m5core/m5stack_core_quick_start.md @@ -1,9 +1,25 @@ # M5Core 上手指南 {docsify-ignore-all} -## 选择您需要的编程语言 +## 选择您使用的开发平台 -*使用 Arduino/C++ 编程的话,选择 MacOS/Windows;使用 Blockly/MicroPython,选择 UIFlow(Blockly/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](zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython)| \ No newline at end of file +
+
+
+ +
+
+ +
+
+
+ + +
+
+
\ No newline at end of file diff --git a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start.md b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start.md index 1325ff4e..b370d83a 100644 --- a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start.md +++ b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start.md @@ -1,9 +1,33 @@ # M5Stick 上手指南 {docsify-ignore-all} -## 选择您需要的编程语言 + + +## 选择您使用的开发平台 + +
+
+
+ +
+
+ +
+
+
+ + +
+
+
\ No newline at end of file diff --git a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md index 7f605984..ec2dcb2b 100644 --- a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md +++ b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS.md @@ -1,6 +1,6 @@ # M5Stick 上手指南 - Arudino Mac {docsify-ignore-all} - + ## 目录 @@ -121,7 +121,7 @@ 打开 Arduino IDE, 并点击 `Tools`->`Boards`->`M5Stack-Core-ESP32` -点击 `Tools` -> `Ports` 以选择合适的串口号 +点击 `Tools` -> `Ports` 以选择的串口号 diff --git a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md index fad122ab..4209f9ba 100644 --- a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md +++ b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md @@ -1,6 +1,6 @@ # M5Stick 上手指南 - Arduino Win{docsify-ignore-all} - + ## 目录 diff --git a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md index ec8ddc44..bd21802a 100644 --- a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md +++ b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md @@ -1,6 +1,6 @@ # M5Stick 快速上手 - UIFlow {docsify-ignore-all} - + 1. **[更新固件](#更新固件)** diff --git a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md index c9054de4..88d2573f 100644 --- a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md +++ b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md @@ -1,9 +1,34 @@ # M5StickC 上手指南 {docsify-ignore-all} -## 选择您需要的编程语言 + | | | |:---:|:---:| -|[Arduino-Windows](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows) | [UIFlow](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow)| \ No newline at end of file +|[Arduino-Windows](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows) | [UIFlow](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow)| --> + + +## 选择您使用的开发平台 + +
+
+
+ +
+
+ +
+
+
+ + +
+
+
+ diff --git a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md index cc455713..878d1f38 100644 --- a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md +++ b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_MacOS.md @@ -1,108 +1,93 @@ -# M5Stick 上手指南(macOS, Arudino) {docsify-ignore-all} +# M5StickC Quick Start - Arduino Mac {docsify-ignore-all} - + -?> 在配置环境之前,先确保您已经安装了 USB 驱动,并且 M5Stick 能通过串口与 PC 通信。 如果还没的话,看这篇文章[如何建立串口连接](zh_CN/related_documents/establish_serial_connection). + -## 文本教程 + + + 1. [配置环境](#配置环境) - - [Step1. 安装Arduino IDE](#Step1-安装arduino-ide) + - [1. 安装 Arduino IDE](#_1-安装-Arduino-IDE) - - [Step2. 安装ESP32的支持包](#Step2-安装ESP32的支持包) + - [2. 安装 ESP32 的板管理](#_2-安装-ESP32-的板管理) - - [Step3. 安装Arduino-M5Stack库](#Step3-安装arduino-m5stack库) + - [3. 安装 M5StackC 库](#_3-安装-M5StackC-库) - - [Step4. 安装U8g2库](#Step4-安装U8g2库) -2. [示例](#示例) +2. [例程](#例程) ## 配置环境 -### Step1. 安装Arduino IDE +### 1. 安装 Arduino IDE -首先,如果 Arduino IDE 还没安装的话,先安装它。 这是下载地址 *download address* https://www.arduino.cc/en/Main/Software +浏览器打开 Arduino 官网 https://www.arduino.cc/en/Main/Software + +#### (1) 点击选择安装包 `Mac OS X` -### Step2. 安装ESP32的支持包 +#### (2) 选择 `JUST DOWNLOAD` -打开 Arduino IDE,选择`Arduino`->`Peferences`->`Settings` + + +#### (3) Arduino IDE 下载下来就可以直接双击打开使用 + + + +### 2. 安装 ESP32 的板管理 + +#### (1) 打开 Arduino IDE,选择 `文件`->`首选项`->`设置` -复制下面最新的 ESP32 板管理网址到`Additional Boards Manager URLs: `选项中 +#### (2) 复制下面的 ESP32 板管理网址到 `附加开发板管理器:` 中 -*目前最新的板管理网址是这个:https://dl.espressif.com/dl/package_esp32_index.json* +*ESP32 Boards Manager url: https://dl.espressif.com/dl/package_esp32_index.json* -都确定 OK 之后,选择`Tools`->`Board:`->`Boards Manager...`,在新弹出的对话框中,输入并搜索 `ESP32`,点击`安装` +#### (3) 选择 `工具`->`开发板:`->`开发板管理器...` - +#### (4) 在新弹出的对话框中,输入并搜索 `ESP32`,点击`安装` -### Step3. 安装Arduino-M5Stack库 + -打开 Arduino IDE, 然后选择`Sketch`->`Include Library`->`Manage Libraries...` +### 3. 安装 M5StackC 库 -在搜索框输入`M5Stack`搜索并安装。 +#### (1) 打开 Arduino IDE, 然后选择 `项目`->`加载库`->`库管理...` - + - +#### (2) 搜索 `M5StackC` 并安装,如下图所示 -### Step4. 安装U8g2库 + -如果您还没安装 `U8g2` 库的话,打开 Arduino IDE,并点击`Sketch`->`Include Library`->`Manage Libraries...`,搜索 `U8g2` 进行安装。 -
- -
- -## 示例 - -用 USB 线连接 [带 MPU9250 的 M5Stick](https://img.alicdn.com/imgextra/i4/136588748/O1CN012EUdFpJIthEANlx_!!136588748.jpg) 和 PC,然后选择 PC 上正与 M5Stick 连接的串口号。 +## 例程 ### 1. 选择板子和串口 打开 Arduino IDE, 并点击 `Tools`->`Boards`->`M5Stack-Core-ESP32` -点击 `Tools` -> `Ports` 以选择合适的串口号 +点击 `Tools` -> `Ports` 以选择对应的串口号 - +`Upload Speed`->`115200` -### 2. 选择一个例程 + -点击 `File`->`Examples`->`M5Stack`->`Stick` +### 2. 选择例程 -选择例程 `FactoryTest`. +点击 `File`->`Examples`->`M5StackC`->`Basic`->`FactoryTest` - + -编译并上传这个例程,然后 M5Sstick 屏幕会显示 "Hello World! Exist" +点击 `Upload`, 编译上传程序. -**单击电源键开机,双击电源键休眠。** - -## 注意 - -虽然大多数版本的 MacOS 系统都没找不到串口号这个问题,可是有些最新版本系统就可能出现这个问题。 -如果真的遇到这个问题了,请连接 M5 并在`system preferences`中打开`security and privacy`,设置`permit` - - - - - - - -?> **如果您想了解更多关于CP2104 USB驱动的资料,请阅读这个链接的内容** https://developer.apple.com/library/archive/technotes/tn2459/\_index.html - - - - --> \ No newline at end of file +**The button located on the bottom left is the power button, single-click to reboot. To enter deep sleep mode, double click this button** \ No newline at end of file diff --git a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md index ab0a2bbb..ff2acbf0 100644 --- a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md +++ b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md @@ -1,6 +1,6 @@ # M5StickC 上手指南 - Arduino Win{docsify-ignore-all} - + ## 目录 diff --git a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md index 0526b34f..8792ee4f 100644 --- a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md +++ b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md @@ -1,6 +1,6 @@ # M5StickC 上手指南 - UIFlow {docsify-ignore-all} - + **[1. 烧录 UIFlow 固件](#_1-烧录-UIFlow-固件)**