From 7b744df6f910697fb093d9b946a8e0eb54f354f0 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Thu, 13 Jun 2019 18:06:23 +0800 Subject: [PATCH] change FAQ style and add EasyLoader Logo --- docs/assets/js/main.js | 2 +- docs/en/faq.md | 144 +++++++++++++++++++++++++++++++- docs/en/unit/adc.md | 7 +- docs/en/unit/angle.md | 7 +- docs/en/unit/button.md | 5 +- docs/en/unit/cardkb.md | 5 +- docs/en/unit/color.md | 5 +- docs/en/unit/dac.md | 5 +- docs/en/unit/dual_button.md | 5 +- docs/en/unit/earth.md | 5 +- docs/en/unit/env.md | 5 +- docs/en/unit/extio.md | 5 +- docs/en/unit/gps.md | 5 +- docs/en/unit/heart.md | 5 +- docs/en/unit/ir.md | 5 +- docs/en/unit/joystick.md | 5 +- docs/en/unit/light.md | 5 +- docs/en/unit/makey.md | 5 +- docs/en/unit/ncir.md | 5 +- docs/en/unit/neoflash.md | 5 +- docs/en/unit/neopixel.md | 5 +- docs/en/unit/pahub.md | 5 +- docs/en/unit/pbhub.md | 5 +- docs/en/unit/pir.md | 5 +- docs/en/unit/relay.md | 5 +- docs/en/unit/rfid.md | 5 +- docs/en/unit/rgb.md | 5 +- docs/en/unit/thermal.md | 5 +- docs/en/unit/tof.md | 5 +- docs/en/unit/trace.md | 5 +- docs/en/unit/weight.md | 5 +- docs/index.html | 8 ++ docs/zh_CN/app/demo-board.md | 3 +- docs/zh_CN/faq.md | 91 ++++++++++++++++---- docs/zh_CN/related_documents.md | 2 - docs/zh_CN/unit/adc.md | 12 ++- docs/zh_CN/unit/angle.md | 5 +- docs/zh_CN/unit/button.md | 7 +- docs/zh_CN/unit/cardkb.md | 5 +- docs/zh_CN/unit/color.md | 5 +- docs/zh_CN/unit/dac.md | 5 +- docs/zh_CN/unit/dual_button.md | 5 +- docs/zh_CN/unit/earth.md | 5 +- docs/zh_CN/unit/env.md | 5 +- docs/zh_CN/unit/extio.md | 5 +- docs/zh_CN/unit/gps.md | 5 +- docs/zh_CN/unit/heart.md | 5 +- docs/zh_CN/unit/ir.md | 5 +- docs/zh_CN/unit/joystick.md | 5 +- docs/zh_CN/unit/light.md | 5 +- docs/zh_CN/unit/makey.md | 5 +- docs/zh_CN/unit/ncir.md | 5 +- docs/zh_CN/unit/neoflash.md | 5 +- docs/zh_CN/unit/neopixel.md | 5 +- docs/zh_CN/unit/pahub.md | 5 +- docs/zh_CN/unit/pbhub.md | 5 +- docs/zh_CN/unit/pir.md | 5 +- docs/zh_CN/unit/relay.md | 5 +- docs/zh_CN/unit/rfid.md | 5 +- docs/zh_CN/unit/rgb.md | 5 +- docs/zh_CN/unit/rs485.md | 8 -- docs/zh_CN/unit/thermal.md | 4 + docs/zh_CN/unit/tof.md | 5 +- docs/zh_CN/unit/trace.md | 5 +- docs/zh_CN/unit/weight.md | 5 +- 65 files changed, 465 insertions(+), 95 deletions(-) diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 4d2e4fcc..67fa5a2b 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -118,4 +118,4 @@ // Main // ========================================================================= initStyleSwitcher(); -})(); +})(); \ No newline at end of file diff --git a/docs/en/faq.md b/docs/en/faq.md index 5e89af3c..ceba6228 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -1,5 +1,144 @@ # FAQ {docsify-ignore-all} +**[M5CORE](#M5CORE-Question)**      **[UNIT](#UNIT-Question)** + + +## M5CORE Question + +- **Q1: What's the difference between those Cores?** + +
+ +
+ The main difference between these Cores is the internal hardware configuration and kit matching. From the basic version to the upgraded version, the attitude sensor MPU9250 is added and the RAM and FLASH are increased. For details, please visit here + + + + +
+
+ + +- **Q2: How to turn off the speaker function of M5Core?** + +
+ +
+ Add the following statement to functioin Setup( ){ } + + ```arduino + dacWrite(M5STACKFIRE_SPEAKER_PIN, 0); + ``` +
+
+ + +- **Q3: Some modules cannot be downloaded after stacking with M5Core, such as USB module and M5Core stacking.** + +
+ +
+ Probably after the stack, the pins GPIO0 and M5Core on the M5-Bus bus are not very well connected. + + In this case, when downloading the program, GPIO0 should always remain low, but because the contact is not good, GPIO0 can not remain low all the time, so the download fails. + + Solution: Manually let GPIO0 connect to GND during the download process to ensure that it is pulled low enough。 +
+
+ + +- **Q4: After the [M5GO bottom](en/base/m5go_bottom) is stacked with the M5Core, the M5Core cannot be turned on, but the base battery in this M5GO bottom is fully charged.** + +
+ +
+ It may be that after the stacking, the BATTERY of the lower left corner of the M5-Bus bus on the base is not well connected to the M5Core. This is + caused by the deviation of the welding position during production. After **the bus pin welding position is slightly biased**, it is easy to see that the BATTERY pin is not in good contact with the M5Core. + + Solution: Re-soldering the M5-Bus bus header, the pin header must be strictly aligned with the pad position. +
+
+ + +- **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. + + + + + + +
+
+ + +- **Q6: What special GPIO pins do you need to pay attention to in ESP32?** + +
+ +
+ The ESP32 has 34 GPIO pins, of which GPIO 34-39 is only used as an input and cannot be used as an output. Others can be used as both an input and an output pin. +
+
+ + +- **Q7: Why does the Stick with MPU9250 burn the factory firmware and press button A, the result shows "No", which means "No 9250"?** + +
+ +
+ Restart this Stick and then it can display correctly. Because the code to read the MPU9250 is placed in the setup() function which only was executed once when booting. So reboot and let the Stick detect MPU9250 again. +
+
+ + +- **Q8: After getting the FACES Kit or downloading the factory program of the FACES Kit, the following error is displayed on the screen. What happened?** + +
+ +
+ + This is normal, because there is no main.py file in the program, so this warning is available. + +
+
+ +## UNIT Question + +- **Q1: What is the difference between the various cameras of M5Stack?** + +
+ +
+ The main difference between these cameras is that some pins (OV2640-SIOD, OV2640-VSYNC, GROVE interface), lens type, and whether or not there is PSRAM. For specific differences, please visithere + + +
+
+ + +- **Q2: The camera transmits images to the mobile phone via WIFI, how far can it be transmitted?** + +
+ +
+ After testing, using M5Camera indoors can transmit about 20 meters. +
+
+ + + + + \ No newline at end of file + + + --> diff --git a/docs/en/unit/adc.md b/docs/en/unit/adc.md index d9f2aeb5..a030637f 100644 --- a/docs/en/unit/adc.md +++ b/docs/en/unit/adc.md @@ -52,10 +52,13 @@ GAIN = 1, 2, 4, OR 8 - **Datasheet** - [ADS1100](http://pdf1.alldatasheet.com/datasheet-pdf/view/619024/TI1/ADS1100.html) -## Test Firmware: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/EasyLoader/Unit/EasyLoader_ADC.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/angle.md b/docs/en/unit/angle.md index 820e10f8..551403c0 100644 --- a/docs/en/unit/angle.md +++ b/docs/en/unit/angle.md @@ -43,10 +43,13 @@ The Unit's Grove interface is black, indicating an analog interface that needs t - **[Forum](http://forum.m5stack.com/)** -## Test Firmware: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/EasyLoader/Unit/EasyLoader_ANGLE.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/button.md b/docs/en/unit/button.md index cde9abeb..2037104d 100644 --- a/docs/en/unit/button.md +++ b/docs/en/unit/button.md @@ -43,8 +43,11 @@ This unit communicates with M5Core through GROVE B port. ## 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/EasyLoader/Unit/EasyLoader_BUTTON.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/cardkb.md b/docs/en/unit/cardkb.md index ae2e44e2..cb45f65e 100644 --- a/docs/en/unit/cardkb.md +++ b/docs/en/unit/cardkb.md @@ -50,8 +50,11 @@ It also can achieve button combination(Sym+Key, Shift+Key, Fn+Key) and output ri ## 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/EasyLoader/Unit/EasyLoader_CardKB.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/color.md b/docs/en/unit/color.md index d2bd2d70..6c97da66 100644 --- a/docs/en/unit/color.md +++ b/docs/en/unit/color.md @@ -56,8 +56,11 @@ This Unit communicates with the M5Core via the GROVE A interface(I2C). Address 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/EasyLoader/Unit/EasyLoader_Color.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/dac.md b/docs/en/unit/dac.md index f2d67213..b0b5db24 100644 --- a/docs/en/unit/dac.md +++ b/docs/en/unit/dac.md @@ -38,8 +38,11 @@ ## 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/EasyLoader/Unit/EasyLoader_DAC.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/dual_button.md b/docs/en/unit/dual_button.md index 8248bc8f..a3834763 100644 --- a/docs/en/unit/dual_button.md +++ b/docs/en/unit/dual_button.md @@ -42,8 +42,11 @@ This unit communicates with M5Core through GROVE B port. ## 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/EasyLoader/Unit/EasyLoader_Dual_Button.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/earth.md b/docs/en/unit/earth.md index 9d01022f..eb493898 100644 --- a/docs/en/unit/earth.md +++ b/docs/en/unit/earth.md @@ -42,8 +42,11 @@ change the measurement range. ## 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/EasyLoader/Unit/EasyLoader_Earth.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/env.md b/docs/en/unit/env.md index 3938cfb2..c95a3677 100644 --- a/docs/en/unit/env.md +++ b/docs/en/unit/env.md @@ -42,8 +42,11 @@ BMP280 is an absolute barometric pressure sensor especially designed for mobile ## 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/EasyLoader/Unit/EasyLoader_ENV.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/extio.md b/docs/en/unit/extio.md index d69c4e97..934984fb 100644 --- a/docs/en/unit/extio.md +++ b/docs/en/unit/extio.md @@ -37,8 +37,11 @@ It’s difficult to foresee the needs of your project from the start. EXT.IO is ## 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/EasyLoader/Unit/EasyLoader_EXT_IO.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/gps.md b/docs/en/unit/gps.md index 7595fde5..88522a55 100644 --- a/docs/en/unit/gps.md +++ b/docs/en/unit/gps.md @@ -75,8 +75,11 @@ UART settings : ## 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/EasyLoader/Unit/EasyLoader_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/unit/heart.md b/docs/en/unit/heart.md index 2b6d0ed9..ecdd6581 100644 --- a/docs/en/unit/heart.md +++ b/docs/en/unit/heart.md @@ -46,8 +46,11 @@ MAX30100 is a complete pulse oximetry and heartrate sensor system solution desig ## 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/EasyLoader/Unit/EasyLoader_HEART.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/ir.md b/docs/en/unit/ir.md index f8988332..f397fd90 100644 --- a/docs/en/unit/ir.md +++ b/docs/en/unit/ir.md @@ -33,8 +33,11 @@ IR remote control is widely used in consumer electronics,it can be used to opera ## 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/EasyLoader/Unit/EasyLoader_IR.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/joystick.md b/docs/en/unit/joystick.md index 1a11193b..ad18ac01 100644 --- a/docs/en/unit/joystick.md +++ b/docs/en/unit/joystick.md @@ -43,8 +43,11 @@ This Unit communicates with the M5Core via the GROVE A interface. It's I2C addre ## 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/EasyLoader/Unit/EasyLoader_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/unit/light.md b/docs/en/unit/light.md index 50b526f3..9debe75c 100644 --- a/docs/en/unit/light.md +++ b/docs/en/unit/light.md @@ -34,8 +34,11 @@ We add some extra work to strengthen the circult, a Dual Differential Comparator ## 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/EasyLoader/Unit/EasyLoader_Light.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/makey.md b/docs/en/unit/makey.md index d3de629b..cfa9c5c6 100644 --- a/docs/en/unit/makey.md +++ b/docs/en/unit/makey.md @@ -57,8 +57,11 @@ Repeat the same operation as above. you will see this sound much better. ## 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/EasyLoader/Unit/EasyLoader_Makey.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/ncir.md b/docs/en/unit/ncir.md index fef6d9ae..d1c57a69 100644 --- a/docs/en/unit/ncir.md +++ b/docs/en/unit/ncir.md @@ -43,8 +43,11 @@ Connect with M5Core via GROVE A IIC(0x5A). ## 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/EasyLoader/Unit/EasyLoader_NCIR.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/neoflash.md b/docs/en/unit/neoflash.md index 5b758b06..c0b54705 100644 --- a/docs/en/unit/neoflash.md +++ b/docs/en/unit/neoflash.md @@ -42,8 +42,11 @@ When you plug the GROVE PORTA into M5core, you have convert it into 3 extended G ## 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/EasyLoader/Unit/EasyLoader_NEOFLASH.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/neopixel.md b/docs/en/unit/neopixel.md index 9fcbf0b2..78da9c60 100644 --- a/docs/en/unit/neopixel.md +++ b/docs/en/unit/neopixel.md @@ -38,8 +38,11 @@ ## 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/EasyLoader/Unit/EasyLoader_NEOPIXEL.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/pahub.md b/docs/en/unit/pahub.md index 07ae700f..8b206361 100644 --- a/docs/en/unit/pahub.md +++ b/docs/en/unit/pahub.md @@ -60,8 +60,11 @@ The I2C address of this unit is 0x70 (changable by resistors). ## 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/EasyLoader/Unit/EasyLoader_PaHUB.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/pbhub.md b/docs/en/unit/pbhub.md index e3461de1..01ea2a49 100644 --- a/docs/en/unit/pbhub.md +++ b/docs/en/unit/pbhub.md @@ -38,8 +38,11 @@ See the below picture for timing sequence of HX711: ## 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/EasyLoader/Unit/EasyLoader_PbHUB.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/pir.md b/docs/en/unit/pir.md index 8a5f68c1..6255510b 100644 --- a/docs/en/unit/pir.md +++ b/docs/en/unit/pir.md @@ -44,8 +44,11 @@ This Unit communicates with the M5Core via the GROVE B. ## 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/EasyLoader/Unit/EasyLoader_PIR.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/relay.md b/docs/en/unit/relay.md index 632adb85..31d59414 100644 --- a/docs/en/unit/relay.md +++ b/docs/en/unit/relay.md @@ -37,8 +37,11 @@ There are 3 pins named: ON, OFF, COM. You can program to make COM connect to ON ### 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/EasyLoader/Unit/EasyLoader_Relay.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/rfid.md b/docs/en/unit/rfid.md index 51930a1a..16a3a608 100644 --- a/docs/en/unit/rfid.md +++ b/docs/en/unit/rfid.md @@ -50,8 +50,11 @@ Connect this Unit to GROVE PORTA on M5Core, IIC adress is 0x28. ## 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/EasyLoader/Unit/EasyLoader_RFID.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/rgb.md b/docs/en/unit/rgb.md index 7de0f125..53e90bec 100644 --- a/docs/en/unit/rgb.md +++ b/docs/en/unit/rgb.md @@ -30,8 +30,11 @@ This is a very useful piece on STEM class, students can program it to realize so ## 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/EasyLoader/Unit/EasyLoader_RGB.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/thermal.md b/docs/en/unit/thermal.md index d654cb95..1e320be9 100644 --- a/docs/en/unit/thermal.md +++ b/docs/en/unit/thermal.md @@ -51,8 +51,11 @@ The Unit communicates with the M5Core through the Grove A interface, IIC address ## 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/EasyLoader/Unit/EasyLoader_MLX90640.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/tof.md b/docs/en/unit/tof.md index 55efc350..07dc7c61 100644 --- a/docs/en/unit/tof.md +++ b/docs/en/unit/tof.md @@ -54,8 +54,11 @@ This unit comunicates with M5Core via I2C(0x29). ## 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/EasyLoader/Unit/EasyLoader_TOF.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/trace.md b/docs/en/unit/trace.md index a1ce3214..84ae0e82 100644 --- a/docs/en/unit/trace.md +++ b/docs/en/unit/trace.md @@ -42,8 +42,11 @@ This Unit communicates with the M5Core via GROVE PORTA I2C(0x5A). ## 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/EasyLoader/Unit/EasyLoader_TRACE.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/weight.md b/docs/en/unit/weight.md index e52e45e6..6dfaad72 100644 --- a/docs/en/unit/weight.md +++ b/docs/en/unit/weight.md @@ -65,8 +65,11 @@ power supply regulator: ## 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/EasyLoader/Unit/EasyLoader_WEIGHT.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/index.html b/docs/index.html index 3c55f3b7..e0855db3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,6 +12,14 @@ + + + + + + + + diff --git a/docs/zh_CN/app/demo-board.md b/docs/zh_CN/app/demo-board.md index 920fa8df..b8ec6517 100644 --- a/docs/zh_CN/app/demo-board.md +++ b/docs/zh_CN/app/demo-board.md @@ -7,7 +7,6 @@ :memo:**[描述](#描述)**   **[原理图](#原理图)**      :bulb:**[上手指南](#上手指南)**   :octocat:**[例程](#案例)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.55a11debQawlvD&ft=t&id=595173726730)**       - ## 描述 **Demo Board** 是一款学习开发板.采用M5Core作为控制核心,完全兼容模块堆叠与硬件拓展体系. @@ -35,7 +34,7 @@ - 四相五线制步进电机 - 无线射频识别读卡器 - RS-458,RS232通信功能 - + ## 套件清单 diff --git a/docs/zh_CN/faq.md b/docs/zh_CN/faq.md index 03c0448f..9f524e0e 100644 --- a/docs/zh_CN/faq.md +++ b/docs/zh_CN/faq.md @@ -1,73 +1,128 @@ # 常见问题解答 {docsify-ignore-all} -**[CORE](#CORE-Question)**      **[UNIT](#UNIT-Question)** +**[M5CORE](#M5CORE-Question)**      **[UNIT](#UNIT-Question)** -## CORE Question -- **Q1: 这些 M5Core 之间有什么区别?M5Stick 之间也有什么区别?** +## M5CORE 相关问题 - 这些主控主要区别在内部硬件配置和套件搭配上,从基础版到升级版,分别是增加了姿态传感器 MPU9250和加大了 RAM 和 FLASH,具体区别请访问[这里](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores_zh_CN.md)。 +- **Q1: 不同的M5主机之间有什么区别?** - +
+ +
+ 这些主控主要区别在内部硬件配置和套件搭配上,从基础版到升级版,分别是增加了姿态传感器 MPU9250和加大了 RAM 和 FLASH,具体区别请访问这里 + + + + +
+
- - **Q2: 如何关闭 M5Core 的喇叭功能?** +
+ +
在 Arduino 程序的 Setup(){} 中执行以下语句 ```arduino dacWrite(M5STACKFIRE_SPEAKER_PIN, 0); ``` +
+
- **Q3: 有些模块与 M5Core 堆叠之后不能下载程序,比如 USB 模块与 M5Core 堆叠** +
+ +
可能是堆叠之后,M5-Bus 总线上的引脚 GPIO0 与 M5Core 接触不太好。这种情况下,在下载程序的时候,GPIO0 理应会一直保持低电平的,可是因为接触不好,GPIO0 不能一直保持低电平,所以下载失败。 - **解决方案:**在下载过程中,手动让 GPIO0 连接 GND,保证足够长时间拉低。 + 解决方案:在下载过程中,手动让 GPIO0 连接 GND,保证足够长时间拉低。 +
+
+ - **Q4: M5GO 底座堆叠了 M5Core 之后,M5Core 不能开机,可是测试了底座电池满电。** +
+ +
可能是堆叠之后,底座上的 M5-Bus 总线上的左下角的引脚 BATTERY 与 M5Core 接触不太好,这是生产时焊接位置偏了导致的。总线排针焊接位置稍微偏了一些之后,容易出现 BATTERY 引脚与 M5Core 接触不好。 - **解决方案:**重新焊接 M5-Bus 总线排针,排针位置必须严格与焊盘位置吻合。 + 解决方案:重新焊接 M5-Bus 总线排针,排针位置必须严格与焊盘位置吻合。 +
+
- **Q5: 有的电脑虽然连接上了主控,可是仍然无法使用 Arduino IDE、ESPFlashDownloadTool 或 M5Burner 来烧录程序。例如下图使用 Arduino IDE 的时候的情况。** +
+ +
+ 原因和解决方案:可能是因为这些串口的供电电流不够大,需要在主控中的 RST 引脚和 GND 引脚之间接入电容 ( 电容值是比0.1uF大的 ),或者在下载程序的时候,将 GPIO 0 连接到 GND,使得 GPIO 0 能持续足够的低电平。 - **原因和解决方案:**可能是因为这些串口的供电电流不够大,需要在主控中的 RST 引脚和 GND 引脚之间接入电容 ( 电容值是比0.1uF大的 ),或者在下载程序的时候,将 GPIO 0 连接到 GND,使得 GPIO 0 能持续足够的低电平。 + - + - - - + +
+
- **Q6: ESP32 有哪些特殊的 GPIO 管脚需要注意?** +
+ +
ESP32 有 34 个 GPIO 管脚,其中 GPIO 34-39 仅用作输入,不能作为输出,其他的既可以作为输入又可以作为输出管脚。 +
+
+ - **Q7: 为什么带 MPU9250 的 Stick 烧录了出厂固件之后,按按键 A,结果显示 "No",即 "不存在9250"。** +
+ +
重启这个 Stick,就可以显示。因为读取 MPU9250 的代码放置在出厂程序的 setup() 函数中,开机只执行一次,所以重启,让 Stick 再检测一次 MPU9250。 +
+
-- **Q8: 刚拿到 FACES Kit 或者烧录了 FACES Kit 的出厂程序之后,屏幕上显示如下的错误,是怎么回事。** +- **Q8: 烧录FACES Kit 出厂程序后,屏幕上显示如下的错误** +
+ +
- 这是正常现象,因为程序里面有没main.py文件,所以才有这个警告。 + +
+
-## UNIT Question + +## UNIT 相关问题 - **Q1: M5Stack 的多款摄像头 Unit 之间有什么区别?** - 这些摄像头主要区别在于一些管脚 (OV2640-SIOD、OV2640-VSYNC、GROVE 接口)、镜头类型、有无 PSRAM,具体区别请访问[这里](https://shimo.im/sheets/gP96C8YTdyjGgKQC/e2041)。 +
+ +
+ 这些摄像头主要区别在于一些管脚 (OV2640-SIOD、OV2640-VSYNC、GROVE 接口)、镜头类型、有无 PSRAM,具体区别请访问这里 + + +
+
- - **Q2: 摄像头通过 WIFI 传输图像给手机,能传输多远?** +
+ +
经过测试,在室内使用 M5Camera 能传输 20 米左右。 +
+
\ No newline at end of file diff --git a/docs/zh_CN/related_documents.md b/docs/zh_CN/related_documents.md index a8781831..efe7c1e6 100644 --- a/docs/zh_CN/related_documents.md +++ b/docs/zh_CN/related_documents.md @@ -1,8 +1,6 @@ # 相关文档 {docsify-ignore-all} - - [Arduino IDE 环境搭建](zh_CN/related_documents/Arduino_IDE) - - [安装USB驱动及烧录固件](zh_CN/related_documents/M5Burner) diff --git a/docs/zh_CN/unit/adc.md b/docs/zh_CN/unit/adc.md index 7e40b089..b1e640ec 100644 --- a/docs/zh_CN/unit/adc.md +++ b/docs/zh_CN/unit/adc.md @@ -51,12 +51,18 @@ - **数据手册** - [ADS1100](http://pdf1.alldatasheet.com/datasheet-pdf/view/619024/TI1/ADS1100.html) -### EasyLoader +## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_ADC.exe) ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 + + + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 !>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) diff --git a/docs/zh_CN/unit/angle.md b/docs/zh_CN/unit/angle.md index f639995f..3ff02a59 100644 --- a/docs/zh_CN/unit/angle.md +++ b/docs/zh_CN/unit/angle.md @@ -40,8 +40,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_ANGLE.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/button.md b/docs/zh_CN/unit/button.md index 0a57b865..5168204e 100644 --- a/docs/zh_CN/unit/button.md +++ b/docs/zh_CN/unit/button.md @@ -41,10 +41,13 @@ - **[官方论坛](http://forum.m5stack.com/)** -### EasyLoader +## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_BUTTON.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/cardkb.md b/docs/zh_CN/unit/cardkb.md index d8893815..f5d27ad8 100644 --- a/docs/zh_CN/unit/cardkb.md +++ b/docs/zh_CN/unit/cardkb.md @@ -48,8 +48,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_CardKB.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/color.md b/docs/zh_CN/unit/color.md index 7f80d961..8a15c828 100644 --- a/docs/zh_CN/unit/color.md +++ b/docs/zh_CN/unit/color.md @@ -61,8 +61,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Color.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/dac.md b/docs/zh_CN/unit/dac.md index 5a532790..10bd0a59 100644 --- a/docs/zh_CN/unit/dac.md +++ b/docs/zh_CN/unit/dac.md @@ -39,8 +39,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_DAC.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/dual_button.md b/docs/zh_CN/unit/dual_button.md index bdad14f6..d12d0511 100644 --- a/docs/zh_CN/unit/dual_button.md +++ b/docs/zh_CN/unit/dual_button.md @@ -41,8 +41,11 @@ ### EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Dual_Button.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/earth.md b/docs/zh_CN/unit/earth.md index 41ce2c5d..a1e3f92b 100644 --- a/docs/zh_CN/unit/earth.md +++ b/docs/zh_CN/unit/earth.md @@ -36,8 +36,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Earth.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/env.md b/docs/zh_CN/unit/env.md index 73db809d..2c54cdd8 100644 --- a/docs/zh_CN/unit/env.md +++ b/docs/zh_CN/unit/env.md @@ -44,8 +44,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_ENV.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/extio.md b/docs/zh_CN/unit/extio.md index 955260c1..49e4c29c 100644 --- a/docs/zh_CN/unit/extio.md +++ b/docs/zh_CN/unit/extio.md @@ -33,8 +33,11 @@ IIC 地址: 0x27. ### EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_EXT_IO.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/gps.md b/docs/zh_CN/unit/gps.md index cffb6db3..dfc57bd6 100644 --- a/docs/zh_CN/unit/gps.md +++ b/docs/zh_CN/unit/gps.md @@ -73,8 +73,11 @@ UART 参数设置: ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_GPSRaw.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/heart.md b/docs/zh_CN/unit/heart.md index c428f955..b8200f05 100644 --- a/docs/zh_CN/unit/heart.md +++ b/docs/zh_CN/unit/heart.md @@ -42,8 +42,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_HEART.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/ir.md b/docs/zh_CN/unit/ir.md index 289d106c..45a7a88a 100644 --- a/docs/zh_CN/unit/ir.md +++ b/docs/zh_CN/unit/ir.md @@ -34,8 +34,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_IR.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/joystick.md b/docs/zh_CN/unit/joystick.md index 6ba07b02..a07f1dfd 100644 --- a/docs/zh_CN/unit/joystick.md +++ b/docs/zh_CN/unit/joystick.md @@ -41,8 +41,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Joystick.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/light.md b/docs/zh_CN/unit/light.md index bdd8246e..5d146458 100644 --- a/docs/zh_CN/unit/light.md +++ b/docs/zh_CN/unit/light.md @@ -39,8 +39,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Light.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/makey.md b/docs/zh_CN/unit/makey.md index e9a2b11c..016a4aa2 100644 --- a/docs/zh_CN/unit/makey.md +++ b/docs/zh_CN/unit/makey.md @@ -54,8 +54,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Makey.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/ncir.md b/docs/zh_CN/unit/ncir.md index 585462af..ca7e5247 100644 --- a/docs/zh_CN/unit/ncir.md +++ b/docs/zh_CN/unit/ncir.md @@ -43,8 +43,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_NCIR.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/neoflash.md b/docs/zh_CN/unit/neoflash.md index 5f839b43..7fa2aee9 100644 --- a/docs/zh_CN/unit/neoflash.md +++ b/docs/zh_CN/unit/neoflash.md @@ -40,8 +40,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_NEOFLASH.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/neopixel.md b/docs/zh_CN/unit/neopixel.md index 8d03a0af..1903f641 100644 --- a/docs/zh_CN/unit/neopixel.md +++ b/docs/zh_CN/unit/neopixel.md @@ -37,8 +37,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_NEOPIXEL.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/pahub.md b/docs/zh_CN/unit/pahub.md index 5d9747ad..f361aea0 100644 --- a/docs/zh_CN/unit/pahub.md +++ b/docs/zh_CN/unit/pahub.md @@ -53,8 +53,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_PaHUB.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/pbhub.md b/docs/zh_CN/unit/pbhub.md index c01607b3..d7e921f9 100644 --- a/docs/zh_CN/unit/pbhub.md +++ b/docs/zh_CN/unit/pbhub.md @@ -42,8 +42,11 @@ Port B 中的两条数据总线与ESP32的**GPIO36**和**GPIO26**连接,可根 ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_PbHUB.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/pir.md b/docs/zh_CN/unit/pir.md index 9640983f..ec74beca 100644 --- a/docs/zh_CN/unit/pir.md +++ b/docs/zh_CN/unit/pir.md @@ -43,8 +43,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_PIR.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/relay.md b/docs/zh_CN/unit/relay.md index 23deed03..5ba36587 100644 --- a/docs/zh_CN/unit/relay.md +++ b/docs/zh_CN/unit/relay.md @@ -37,8 +37,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Relay.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/rfid.md b/docs/zh_CN/unit/rfid.md index 6f3550b3..82273363 100644 --- a/docs/zh_CN/unit/rfid.md +++ b/docs/zh_CN/unit/rfid.md @@ -47,8 +47,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_RFID.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/rgb.md b/docs/zh_CN/unit/rgb.md index 6673925c..8c4b2f8d 100644 --- a/docs/zh_CN/unit/rgb.md +++ b/docs/zh_CN/unit/rgb.md @@ -28,8 +28,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_RGB.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/rs485.md b/docs/zh_CN/unit/rs485.md index b934a561..45fc6027 100644 --- a/docs/zh_CN/unit/rs485.md +++ b/docs/zh_CN/unit/rs485.md @@ -34,14 +34,6 @@ - 数据手册 - **[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/MiniBurner/Module/MiniBurner_GPSRaw.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 b8234e28..70b8c519 100644 --- a/docs/zh_CN/unit/thermal.md +++ b/docs/zh_CN/unit/thermal.md @@ -49,6 +49,10 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. [点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_MLX90640.exe) diff --git a/docs/zh_CN/unit/tof.md b/docs/zh_CN/unit/tof.md index c4f58bf4..853a828f 100644 --- a/docs/zh_CN/unit/tof.md +++ b/docs/zh_CN/unit/tof.md @@ -54,8 +54,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_TOF.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/trace.md b/docs/zh_CN/unit/trace.md index b2089881..09552f29 100644 --- a/docs/zh_CN/unit/trace.md +++ b/docs/zh_CN/unit/trace.md @@ -39,8 +39,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_TRACE.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 diff --git a/docs/zh_CN/unit/weight.md b/docs/zh_CN/unit/weight.md index 58769730..4efb29b7 100644 --- a/docs/zh_CN/unit/weight.md +++ b/docs/zh_CN/unit/weight.md @@ -56,8 +56,11 @@ ## EasyLoader + + + + >1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序. -[点击此处下载](https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_WEIGHT.exe) >2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录