add stickT firmware

This commit is contained in:
vany5921
2020-01-07 10:30:03 +08:00
parent 5059622623
commit 6f8c43f4a0
5 changed files with 9 additions and 7 deletions
@@ -56,6 +56,9 @@ For example, you can stack an IoT module such as LoRa, GSM, LTE, etc, in between
!>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/M5Burner#install-usb-driver)
### Example
- [Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/IIoT%20Dual)
## Video
**Demo**
+1 -1
View File
@@ -87,7 +87,7 @@ Press the reset button to power on. The default display screen is RGB display mo
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.png" width="100px" style="margin-top:20px">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/StickT/EasyLoader_StickT.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/M5StickT/StickT.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**)
+2
View File
@@ -110,7 +110,9 @@ void loop() {
}
```
### 2. UIFlow
*代码下载地址[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5SCALE_DIY_kit/UIFlow)*
## Video
**Demo**
@@ -53,6 +53,8 @@
!>3.EasyLoader烧录前需要安装有CP210XUSB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
### 案例
- [Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/IIoT%20Dual)
## 相关视频
**Demo**
+1 -6
View File
@@ -91,7 +91,7 @@ M5StickT仅支持WIN10&Linux&MAC(10.15以下)免驱,其余操作系统则需
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.png" width="100px" style="margin-top:20px">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/StickT/EasyLoader_StickT_FactoryTest.exe"><button type="button" class="btn btn-primary">点击下载EasyLoader</button></a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/M5StickT/StickT.exe"><button type="button" class="btn btn-primary">点击下载EasyLoader</button></a>
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)**
@@ -167,11 +167,6 @@ M5StickT仅支持WIN10&Linux&MAC(10.15以下)免驱,其余操作系统则需
- [Lepton software interface description](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/application/flir-lepton-software-interface-description-document_en.pdf)
## 例程
**Arduino**
- [M5StickT 出厂例程](https://github.com/m5stack/StickT/tree/master/examples/Basics/FactoryTest)
## 相关视频