add facesII

This commit is contained in:
vany5921
2020-01-08 17:55:10 +08:00
parent 1498351085
commit dc5f6466ee
5 changed files with 29 additions and 6 deletions
+9 -1
View File
@@ -57,6 +57,10 @@ C.A.S.E | Plastic ( PC )
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.png" width="100px" style="margin-top:20px">
### IMU 6050
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/BALA/EasyLoader_APP_BALA.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
### MPU 6886
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/BALA/EasyLoader_APP_BALA.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**)
@@ -65,12 +69,16 @@ C.A.S.E | Plastic ( PC )
!>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),This program is only available for devices that use the MPU9250/MPU6886. (SH200Q is not supported).
## Code
### 1. Arduino IDE
*To get complete code, please click[click](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/Bala).*
## Sensor calibration
If you found that Bala cannot keep balance during use, it can be solved by trying to calibrate the sensor. Press and hold the right C key to start the machine, and release the key after hearing the "drip" sound. The sensor will enter the calibration setting, and keep the host horizontal and still. After 3 seconds, the sensor calibration is completed, and it will automatically enter the balance mode after the calibration is completed.
## PinMap
**Mega328 ISP**Download interface Pin foot definition
+7 -1
View File
@@ -3,7 +3,7 @@
<img src="assets/img/product_pics/module/facesII_bottom/faceii_01.webp" width="30%" height="30%" ><img src="assets/img/product_pics/module/facesII_bottom/faceii_02.jpg" width="30%" height="30%" ><img src="assets/img/product_pics/module/facesII_bottom/faceii_03.jpg" width="30%" height="30%" >
:memo:**[Description](#Description)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[Example](https://github.com/m5stack/M5Stack/tree/master/examples/BASE/FACESII)**&nbsp;&nbsp;&nbsp;🛒**[Purchase](https://m5stack.com/collections/all/products/m5-faces-ii-bottom-board)**&nbsp;&nbsp;&nbsp;
:memo:**[Description](#Description)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[Example](#Example)**🛒**[Purchase](https://m5stack.com/collections/all/products/m5-faces-ii-bottom-board)**&nbsp;&nbsp;&nbsp;
## Description
@@ -35,6 +35,12 @@
**<mark>NoticePORT description </mark>**
*Ports of different colors have different functions. Black-PortB (26/36), supports DA/AD conversion and signal bus communication. Blue-PortC (16/17), supports UART serial communication. Based on the required function, the corresponding unit can be connected to the FACES II base by just attaching it to the port with the matching color.
## Example
### Arduino IDE
*To the complete code , click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACESII_NeoPixelTest)*
## Video
<video class="video_size" controls>
+5 -1
View File
@@ -57,7 +57,11 @@ C.A.S.E | 塑料 ( PC )
<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/Application/BALA/EasyLoader_APP_BALA.exe"><button type="button" class="btn btn-primary">点击下载EasyLoader</button></a>
### IMU 6050
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/BALA/EasyLoader_APP_BALA.exe"><button type="button" class="btn btn-primary">点击下载</button></a>
### MPU 6886
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/BALA/EasyLoader_APP_BALA.exe"><button type="button" class="btn btn-primary">点击下载</button></a>
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序.**(目前EasyLoader仅适用于Windows操作系统)**
+1 -1
View File
@@ -107,9 +107,9 @@ void loop() {
M5.Lcd.fillRect(0, 70, 160, 10, TFT_BLACK);
M5.Lcd.fillRect(0, 70, Weight*0.016, 10, TFT_YELLOW);
delay(100);
}
```
### 2. UIFlow
*代码下载地址[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5SCALE_DIY_kit/UIFlow)*
+7 -2
View File
@@ -3,7 +3,7 @@
<img src="assets/img/product_pics/module/facesII_bottom/faceii_01.webp" width="30%" height="30%" ><img src="assets/img/product_pics/module/facesII_bottom/faceii_02.jpg" width="30%" height="30%" ><img src="assets/img/product_pics/module/facesII_bottom/faceii_03.jpg" width="30%" height="30%" >
:memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/FACESII)**&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://m5stack.com/collections/all/products/m5-faces-ii-bottom-board)**&nbsp;&nbsp;&nbsp;
:memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[](#示例)**🛒**[购买链接](https://m5stack.com/collections/all/products/m5-faces-ii-bottom-board)**&nbsp;&nbsp;&nbsp;
## 描述
@@ -23,11 +23,16 @@
- 产品尺寸:108.2mm x 54.2mm x 18.7mm
- 产品重量:43g
## 产品清单:
- 1x FACES II BOTTOM
## 示例
### Arduino IDE
*点击此处下载完整程序 [这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACESII_NeoPixelTest)*
### 相关链接
**<mark>NoticePORT 说明 </mark>**