mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of github.com:m5stack/m5-docs
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
+61
-48
@@ -1,8 +1,8 @@
|
||||
# BalaC
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:C008</div>
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K038</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/core/minicore/atom/balac_01.webp"></div>
|
||||
<div class="product_pic"><img src="assets/img/product_pics/app/BalaC/balac_01.webp"></div>
|
||||
|
||||
## Description
|
||||
|
||||
@@ -14,9 +14,10 @@
|
||||
- Personality DIY
|
||||
- Detachable Design
|
||||
- Two wheel Drive
|
||||
- Replaceable battery
|
||||
- Program Platform:[UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
|
||||
|
||||
## 包含
|
||||
## Include
|
||||
|
||||
- 1x M5StickC
|
||||
- 1x BalaC Base
|
||||
@@ -29,53 +30,57 @@
|
||||
- 1x 16340 Battery
|
||||
- 1x 10cm Type-C Cable
|
||||
|
||||
## 应用
|
||||
## Application
|
||||
|
||||
- Balancing car
|
||||
|
||||
## Specification
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>Specifications</td>
|
||||
<td>Parameter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ESP32-Pico-D4</td>
|
||||
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Servo</td>
|
||||
<td>Rotation angle: 360 °; no load speed: 0.12 seconds / 60 degrees (4.8V)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Driver</td>
|
||||
<td>L9110S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Slave</td>
|
||||
<td>STM32F030F4P6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Communication protocol</td>
|
||||
<td>IIC: 0x38</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>16340, 3.7V, 700mAh, Li-ions rechargeable
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>30 x 100 x 105mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Specification</th>
|
||||
<th>Parameter</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>ESP32-Pico-D4</td>
|
||||
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Servo</td>
|
||||
<td>Rotation angle: 360 °; no load speed: 0.12 seconds / 60 degrees (4.8V)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Driver</td>
|
||||
<td>L9110S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Slave</td>
|
||||
<td>STM32F030F4P6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Communication protocol</td>
|
||||
<td>IIC: 0x38</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>16340, 3.7V, 700mAh, Li-ions rechargeable</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>30 x 100 x 105mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td>162g</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<!-- ## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
|
||||
|
||||
@@ -85,21 +90,29 @@
|
||||
|
||||
>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/M5Burner#install-usb-driver)
|
||||
!>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 IDE
|
||||
<!-- ### Arduino IDE
|
||||
|
||||
Click here to download [examples](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/BalaC/Arduino).
|
||||
Click here to download [examples](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/BalaC/Arduino). -->
|
||||
|
||||
### UIFlow
|
||||
|
||||
Click here to download [UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/BalaC/UIFlow)
|
||||
|
||||
## Schematic
|
||||
<img src="assets/img/product_pics/app/BalaC/balac_05.webp">
|
||||
|
||||
|
||||
## Video
|
||||
|
||||
<video class="video_size" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/App/BalaC.mp4" type="video/mp4">
|
||||
</video>
|
||||
<script>
|
||||
|
||||
|
||||
<img src="assets/img/product_pics/module/lora_sch.webp">
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
+38
-23
@@ -1,12 +1,12 @@
|
||||
# Atomic
|
||||
# ATOMIC
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:C008</div>
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:A077</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/core/minicore/atom/atomic_01.webp"><img src="assets/img/product_pics/core/minicore/atom/atomic_02.webp"></div>
|
||||
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atomic/atomic_01.webp"></div>
|
||||
|
||||
## Description
|
||||
|
||||
**Atomic** is a DIY Proto Kit specially adapted to Atom series, which is convenient for users to design small circuits or external hardware by themselves. It can be stacked with Atom directly through 9 pin arrangement. Two proto blank boards are provided in the kit, each of which provides more than 60 hole positions to meet the spatial layout requirements of users. A pair of 3.96 * 4P seats are contained to make the external electrical connection more reliable. The shell adopts the perforated design, which can meet the needs of heat dissipation and provide the use of non-closed space such as temperature and humidity measurement. The product provides a variety of fixation methods, such as suspension, Lego connection, screw fixation, etc. If you want to make a mini node controller with characteristics, Atomic should be the best choice.
|
||||
**ATOMIC** is a DIY Proto Kit specially adapted to Atom series, which is convenient for users to design small circuits or external hardware by themselves. It can be stacked with Atom directly through 9 pin arrangement. Two proto blank boards are provided in the kit, each of which provides more than 60 hole positions to meet the spatial layout requirements of users. A pair of 3.96 * 4P seats are contained to make the external electrical connection more reliable. The shell adopts the perforated design, which can meet the needs of heat dissipation and provide the use of non-closed space such as temperature and humidity measurement. The product provides a variety of fixation methods, such as suspension, Lego connection, screw fixation, etc. If you want to make a mini node controller with characteristics, ATOMIC should be the best choice.
|
||||
|
||||
## Product Features
|
||||
|
||||
@@ -18,12 +18,14 @@
|
||||
|
||||
## Include
|
||||
|
||||
- 2x Proto Boards
|
||||
- 1x 3.96*4P Plug&Plug Base
|
||||
- 2x 9P 2.54 Pins
|
||||
- 1x Atomic Shell
|
||||
- 1x Self tapping screw
|
||||
- 1x 8mm M2 Screw
|
||||
- 1x Proto Board
|
||||
- 1x Proto Board(soldered pin/finished product)
|
||||
- 1x 4P VH-3.96 Plug&Plug Base
|
||||
- 1x 4P 2.0 Pins
|
||||
- 1x 5P 2.0 Pins
|
||||
- 1x ATOMIC Case
|
||||
- 1x M2*3mm Self tapping screw
|
||||
- 1x M2*8mm Screw
|
||||
|
||||
## Applications
|
||||
|
||||
@@ -33,23 +35,36 @@
|
||||
|
||||
## Specification
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>Specifications</td>
|
||||
<td>Parameter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>47 x 34 x 18mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Specification</th>
|
||||
<th>Parameter</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>External port</td>
|
||||
<td>VH-3.96 4P</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>47 x 34 x 18mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td>42g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Case material</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/atomic-esp32-development-kit';
|
||||
|
||||
@@ -179,7 +179,7 @@ Key Int Values (Int values are the ASCII value of each key)
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>500 mAh @ 3.7V</td>
|
||||
<td>600 mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Antenna</td>
|
||||
|
||||
@@ -0,0 +1,190 @@
|
||||
# ENV II
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:U001-B</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/unit/envII/envII_01.webp"></div>
|
||||
|
||||
## Description
|
||||
|
||||
**ENV II** is a environment sensor which can be used for temperature, humidity and atmospheric pressure measurement. It is Built with SHT30 and BMP280.
|
||||
Supporting I2C interface, SHT30 is a digital temperature and humidity sensor with high precision and low power consumption. BMP280 is an absolute barometric pressure sensor which is especially designed for mobile applications. It offers the highest flexibility to optimize the device regarding power consumption, resolution and filter performance.
|
||||
|
||||
|
||||
## Feature
|
||||
|
||||
- High-precision
|
||||
- Support IIC
|
||||
- GROVE interface, support [UIFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
|
||||
## Include
|
||||
|
||||
- 1x ENV II Unit
|
||||
- 1x Grove Cable
|
||||
|
||||
## Specification
|
||||
|
||||
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Specification</th>
|
||||
<th>Parameter</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Max temperature measuring range</td>
|
||||
<td>-40 ~ 120 ℃</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Typical temperature tolerance</td>
|
||||
<td>0 ~ 60 ℃/±0.2℃</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Humidity measuring range</td>
|
||||
<td>10 ~ 90 %RH / ±2%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Air pressure measuring range</td>
|
||||
<td>300 ~ 1100hPa / ±1hPa</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Communication protocol</td>
|
||||
<td>I2C:SHT30(0x44),BMP280(0x76)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Operating temperature range</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>24.2 x 32.2 x 8.1 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td>5g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Case material</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<!--
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>Specification</td>
|
||||
<td>Parameter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Max temperature measuring range</td>
|
||||
<td>-40 ~ 120 ℃ </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Typical temperature tolerance</td>
|
||||
<td>0 ~ 60 ℃/±0.2℃</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Humidity measuring range</td>
|
||||
<td>10 ~ 90 %RH / ±2%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Air pressure measuring range</td>
|
||||
<td>300 ~ 1100hPa / ±1hPa</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Communication protocol</td>
|
||||
<td>I2C:SHT30(0x44),BMP280(0x76)</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Operating temperature range</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>24.2 x 32.2 x 8.1 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Weight</td>
|
||||
<td>5g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Case material</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</table> -->
|
||||
|
||||
## EasyLoader
|
||||
|
||||
>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver)
|
||||
|
||||
<div class="easyloader-box">
|
||||
<div style="background-color:white;">
|
||||
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
|
||||
<div class="easyloader-btn">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/UNIT/For%20M5Core/EasyLoader_ENV2_UNIT_With_M5Core.exe">Windows</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/UNIT/EasyLoader_ENV2_UNIT_With_M5Core.dmg">MacOS</a>
|
||||
<!-- <a>Linux</a>
|
||||
<a>MacOS</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/ENVII.MP4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
|
||||
<p>Description:</p>
|
||||
<p>Display temperature, humidity and atmospheric pressure data.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
### PinMap
|
||||
|
||||
<table>
|
||||
<tr><td>M5Core(GROVE A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>ENV II Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
## Related Link
|
||||
|
||||
- **[BMP280 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/BMP280-DS001-11_en.pdf)**
|
||||
|
||||
- **[SHT30 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/DHT12_en.pdf)**
|
||||
|
||||
## Schematic
|
||||
|
||||
<img src="assets/img/product_pics/unit/envII_sch.webp">
|
||||
|
||||
## Example
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
This is an ENV example - implementing reading temperature, humidity and atmospheric pressure function.
|
||||
1, Before compiling, please install `Adafruit BMP280 Library`
|
||||
2, copy `Adafruit_Sensor.h` to `C:\Users\<user_name>\Documents\Arduino\libraries\Adafruit_BMP280_Library`
|
||||
|
||||
The code below is incomplete. To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENVII/Arduino)
|
||||
|
||||
### 2. UIFlow
|
||||
<!--
|
||||
If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENV/UIFlow)
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_example/ENV/example_unit_env_05.webp" width="60%">
|
||||
|
||||
-->
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/mini-env-sensor-unit';
|
||||
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
+11
-8
@@ -73,10 +73,10 @@
|
||||
{a:"/#/en/base/basex", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_basex_01.webp", p:"BaseX", sku:"K037"},
|
||||
];
|
||||
|
||||
// var atom_base_list = [
|
||||
// //ATOM BASE
|
||||
// {a:"/#/en/atom_base/atomic", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_lan_01.webp", p:"ATOMIC", sku:"K012"}
|
||||
// ];
|
||||
var atom_base_list = [
|
||||
//ATOM BASE
|
||||
{a:"/#/en/atom_base/atomic", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomic_01.webp", p:"ATOMIC", sku:"A077"}
|
||||
];
|
||||
|
||||
var unit_list = [
|
||||
//Camera class
|
||||
@@ -102,6 +102,7 @@
|
||||
{a:"/#/en/unit/accel", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_accel_01.webp", p:"ACCEL", sku:"U056"},
|
||||
{a:"/#/en/unit/op90", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_op90_01.webp", p:"OP.90", sku:"U057"},
|
||||
{a:"/#/en/unit/op180", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_op180_01.webp", p:"OP.180", sku:"U058"},
|
||||
{a:"/#/en/unit/envII", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/envII_01.webp", p:"ENV II", sku:"U001-B"},
|
||||
//I / 0 class
|
||||
{a:"/#/en/unit/extio", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_extio_01.webp", p:"EXT.IO", sku:"U011"},
|
||||
{a:"/#/en/unit/dac", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_dac_01.webp", p:"DAC", sku:"U012"},
|
||||
@@ -178,7 +179,8 @@
|
||||
{a:"/#/en/app/m5scale_diy_kit", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/m5scale_diy_kit_01.webp", p:"M5SCALE DIY Kit", sku:"K029"},
|
||||
{a:"/#/en/app/ac_socket", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/ac_socket_01.webp", p:"AC Socket", sku:"K031"},
|
||||
{a:"/#/en/base/pm2.5", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_pm25_01.webp", p:"PM2.5", sku:"K023"},
|
||||
{a:"/#/en/base/iiot_dual_switch_kit_with_core", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/iiot_dual_switch%20kit_with_core_01.webp", p:"IIoT Dual-Switch", sku:"A072"}
|
||||
{a:"/#/en/base/iiot_dual_switch_kit_with_core", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/iiot_dual_switch%20kit_with_core_01.webp", p:"IIoT Dual-Switch", sku:"A072"},
|
||||
{a:"/#/en/app/balac", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/balac_01.webp", p:"BalaC", sku:"K038"}
|
||||
];
|
||||
|
||||
|
||||
@@ -211,8 +213,8 @@
|
||||
];
|
||||
|
||||
|
||||
var product_class = [core_list,module_list,base_list,unit_list,hat_list,application_list,accessory_list,aluminium_list];
|
||||
var product_class_name = ["core","module","base","unit","hat","application","accessory","aluminium"];
|
||||
var product_class = [core_list,module_list,base_list,atom_base_list,unit_list,hat_list,application_list,accessory_list,aluminium_list];
|
||||
var product_class_name = ["core","module","base","atom-base","unit","hat","application","accessory","aluminium"];
|
||||
|
||||
for (var i=0; i<product_class_name.length; i++){
|
||||
$(".product_page").append("<div></div>");
|
||||
@@ -266,7 +268,8 @@
|
||||
$("#unit div.item a .mask:gt(4)").append(search_logo);
|
||||
$("#module div.item a .mask").append(search_logo);
|
||||
$("#base div.item a .mask").append(search_logo);
|
||||
$(".product_page>div:gt(4) div.item a .mask").append(search_logo);
|
||||
$("#atom-base div.item a .mask").append(search_logo);
|
||||
$(".product_page>div:gt(5) div.item a .mask").append(search_logo);
|
||||
$("#core .mask a").attr("href", "#en/quick_start/m5core/m5stack_core_quick_start");
|
||||
$("#core .mask a").eq(6).attr("href", "#en/quick_start/m5stick/m5stick_quick_start");
|
||||
$("#core .mask a").eq(7).attr("href", "#en/quick_start/m5stickc/m5stickc_quick_start");
|
||||
|
||||
+10
-7
@@ -74,10 +74,10 @@
|
||||
{a:"/#/zh_CN/base/basex", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_basex_01.webp", p:"BaseX", sku:"K037"},
|
||||
];
|
||||
|
||||
// var atom_base_list = [
|
||||
// //ATOM BASE
|
||||
// {a:"/#/zh_CN/atom_base/atomic", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_lan_01.webp", p:"ATOMIC", sku:"K012"}
|
||||
// ];
|
||||
var atom_base_list = [
|
||||
//ATOM BASE
|
||||
{a:"/#/zh_CN/atom_base/atomic", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomic_01.webp", p:"ATOMIC", sku:"A077"}
|
||||
];
|
||||
|
||||
var unit_list = [
|
||||
//Camera class
|
||||
@@ -103,6 +103,7 @@
|
||||
{a:"/#/zh_CN/unit/accel", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_accel_01.webp", p:"ACCEL", sku:"U056"},
|
||||
{a:"/#/zh_CN/unit/op90", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_op90_01.webp", p:"OP.90", sku:"U057"},
|
||||
{a:"/#/zh_CN/unit/op180", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_op180_01.webp", p:"OP.180", sku:"U058"},
|
||||
{a:"/#/zh_CN/unit/envII", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/envII_01.webp", p:"ENV II", sku:"U001-B"},
|
||||
//I / 0 class
|
||||
{a:"/#/zh_CN/unit/extio", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_extio_01.webp", p:"EXT.IO", sku:"U011"},
|
||||
{a:"/#/zh_CN/unit/dac", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_dac_01.webp", p:"DAC", sku:"U012"},
|
||||
@@ -177,7 +178,8 @@
|
||||
{a:"/#/zh_CN/app/m5scale_diy_kit", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/m5scale_diy_kit_01.webp", p:"M5SCALE DIY Kit", sku:"K029"},
|
||||
{a:"/#/zh_CN/app/ac_socket", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/ac_socket_01.webp", p:"AC Socket", sku:"K031"},
|
||||
{a:"/#/zh_CN/base/pm2.5", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_pm25_01.webp", p:"PM2.5", sku:"K023"},
|
||||
{a:"/#/zh_CN/base/iiot_dual_switch_kit_with_core", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/iiot_dual_switch%20kit_with_core_01.webp", p:"IIoT Dual-Switch", sku:"A072"}
|
||||
{a:"/#/zh_CN/base/iiot_dual_switch_kit_with_core", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/iiot_dual_switch%20kit_with_core_01.webp", p:"IIoT Dual-Switch", sku:"A072"},
|
||||
{a:"/#/zh_CN/app/balac", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/balac_01.webp", p:"BalaC", sku:"K038"}
|
||||
];
|
||||
|
||||
var accessory_list = [
|
||||
@@ -207,8 +209,8 @@
|
||||
{a:"/#/zh_CN/1515/ap", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/1515/ap_ap_01.webp", p:"AluminiumProfile", sku:"A061"}
|
||||
];
|
||||
|
||||
var product_class = [core_list,module_list,base_list,unit_list,hat_list,application_list,accessory_list,aluminium_list];
|
||||
var product_class_name = ["core","module","base","unit","hat","application","accessory","aluminium"];
|
||||
var product_class = [core_list,module_list,base_list,atom_base_list,unit_list,hat_list,application_list,accessory_list,aluminium_list];
|
||||
var product_class_name = ["core","module","base","atom-base","unit","hat","application","accessory","aluminium"];
|
||||
|
||||
for (var i=0; i<product_class_name.length; i++){
|
||||
$(".product_page").append("<div></div>");
|
||||
@@ -261,6 +263,7 @@
|
||||
$("#unit div.item a .mask:gt(4)").append(search_logo);
|
||||
$("#module div.item a .mask").append(search_logo);
|
||||
$("#base div.item a .mask").append(search_logo);
|
||||
$("#atom-base div.item a .mask").append(search_logo);
|
||||
$(".product_page>div:gt(4) div.item a .mask").append(search_logo);
|
||||
$("#core .mask a").attr("href", "#zh_CN/quick_start/m5core/m5stack_core_quick_start");
|
||||
$("#core .mask a").eq(6).attr("href", "#zh_CN/quick_start/m5stick/m5stick_quick_start");
|
||||
|
||||
+38
-4
@@ -1,12 +1,12 @@
|
||||
# BalaC
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:C008</div>
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K038</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/core/minicore/atom/balac_01.webp"></div>
|
||||
<div class="product_pic"><img src="assets/img/product_pics/app/BalaC/balac_01.webp"></div>
|
||||
|
||||
## 描述
|
||||
|
||||
**BalaC** 是一款可以DIY的双轮平衡车,其底座采用STM32系列主控,板载2颗电机驱动IC,配备可更换的充电电池。轻巧的设计以及360°舵机的驱动形式,让你可以利用UIFlow图形界面就能写出平衡程序。套装内含有StickC,借助内置的MPU6886进行姿态解算,通过计算偏移值控制舵机实时补偿,达到平衡的目的。兼容乐高的设计可以让你更换不同的轮胎,如果你想学习PID方面的相关内容,或者需要一款有趣的编程玩具产品,那么BalaC也许是不错的选择。
|
||||
**BalaC** 是一款可以DIY的双轮平衡车,其底座采用STM32系列主控,板载2颗电机驱动IC,带有电源指示灯,配备可更换的充电电池。轻巧的设计以及360°舵机的驱动形式,让你可以利用UIFlow图形界面就能写出平衡程序。套装内含有StickC,借助内置的MPU6886进行姿态解算,通过计算偏移值控制舵机实时补偿,达到平衡的目的。兼容乐高的设计可以让你更换不同的轮胎,如果你想学习PID方面的相关内容,或者需要一款有趣的编程玩具产品,那么BalaC也许是不错的选择。
|
||||
|
||||
## 产品特性
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
- 个性DIY
|
||||
- 可拆卸设计
|
||||
- 双轮舵机驱动
|
||||
- 可更换电池
|
||||
- 编程平台:[UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
|
||||
|
||||
|
||||
@@ -71,10 +72,43 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>重量</td>
|
||||
<td></td>
|
||||
<td>162g</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" 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">点击下载</button></a>
|
||||
|
||||
### MPU 6886
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/BALA/EasyLoader_APP_BALA_MPU6886.exe"><button type="button" class="btn btn-primary">点击下载</button></a>
|
||||
|
||||
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序.**(目前EasyLoader仅适用于Windows操作系统)**
|
||||
|
||||
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
|
||||
|
||||
!>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](zh_CN/related_documents/M5Burner#install-usb-driver) -->
|
||||
|
||||
## Example
|
||||
|
||||
<!-- ### Arduino IDE
|
||||
|
||||
Click here to download [examples](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/BalaC/Arduino). -->
|
||||
|
||||
### UIFlow
|
||||
|
||||
Click here to download [UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/BalaC/UIFlow)
|
||||
|
||||
<img src="assets/img/product_pics/app/BalaC/balac_05.webp">
|
||||
|
||||
## Video
|
||||
|
||||
<video class="video_size" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/App/BalaC.mp4" type="video/mp4">
|
||||
</video>
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/balac';
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Atomic
|
||||
# ATOMIC
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:C008</div>
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:A077</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/core/minicore/atom/atomic_01.webp"><img src="assets/img/product_pics/core/minicore/atom/atomic_02.webp"></div>
|
||||
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atomic/atomic_01.webp"></div>
|
||||
|
||||
## 描述
|
||||
|
||||
**Atomic** 是专门适配ATOM系列的DIY扩展套件,方便用户自己设计小型电路或外接硬件,通过9P排针可以直接与ATOM进行堆叠。套件内提供了2块Proto空板,每块板子提供多达60多个孔位,满足用户的空间布局需求。内附一对3.96*4P座子,让外部电气连接更加可靠。外壳采用打孔设计,在满足散热需要的同时提供如温湿度测量等非封闭空间的使用需求。产品提供多种固定方式,如悬挂、乐高连接、螺丝固定等。如果你想制作一个富有特色的迷你节点控制器,Atomic应该是最佳选择。
|
||||
**ATOMIC** 是专门适配ATOM系列的DIY扩展套件,方便用户自己设计小型电路或外接硬件,通过排针可以直接与ATOM进行堆叠。套件内提供了2块Proto空板,每块板子提供多达60多个孔位,满足用户的空间布局需求。内附一对3.96*4P座子,让外部电气连接更加可靠。外壳采用打孔设计,在满足散热需要的同时提供如温湿度测量等非封闭空间的使用需求。产品提供多种固定方式,如悬挂、乐高连接、螺丝固定等。如果你想制作一个富有特色的迷你节点控制器,ATOMIC应该是最佳选择。
|
||||
|
||||
## 产品特性
|
||||
|
||||
@@ -18,12 +18,14 @@
|
||||
|
||||
## 包含
|
||||
|
||||
- 2x Proto 空板
|
||||
- 1x Proto 空板
|
||||
- 1x Proto 成品板(已焊排针)
|
||||
- 1x 3.96*4P 公头&母头
|
||||
- 2x 9P 2.54 排针
|
||||
- 1x Atomic 外壳
|
||||
- 1x 自攻螺丝
|
||||
- 1x 8mm M2 螺丝
|
||||
- 1x 4P 2.0 排针
|
||||
- 1x 5P 2.0 排针
|
||||
- 1x ATOMIC 外壳
|
||||
- 1x M2*3mm 内六角杯头自攻螺丝
|
||||
- 1x M2*8mm 内六角杯头机械牙螺丝
|
||||
|
||||
## 应用
|
||||
|
||||
@@ -34,21 +36,34 @@
|
||||
|
||||
## 规格参数
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>规格</td>
|
||||
<td>参数</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>尺寸</td>
|
||||
<td>47 x 34 x 18mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>重量</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>规格</th>
|
||||
<th>参数</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>外接端口</td>
|
||||
<td>VH-3.96 4P</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>尺寸</td>
|
||||
<td>47 x 34 x 18mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>重量</td>
|
||||
<td>42g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>外壳材质</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/atomic';
|
||||
|
||||
@@ -0,0 +1,152 @@
|
||||
# ENV II
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:U001-B</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/unit/envII/envII_01.webp"></div>
|
||||
|
||||
|
||||
## 描述
|
||||
|
||||
|
||||
**ENV II** 是一款环境传感器,内部集成SHT30和BMP280,用于检测温度、湿度、大气压值数据.SHT30是高精度低功耗的数字温湿度传感器,并支持I2C接口(0x44).BMP280是一款专为移动应用而设计的绝对气压传感器,具有较高的精准度.适合应用在一些小型低功耗终端上.对于需要对环境数据进行快速采集检测的项目来说, ENV Unit是一个兼顾性能与性价比的不错选择.
|
||||
|
||||
## 产品特性
|
||||
|
||||
- 简单易用
|
||||
- 较高精准度
|
||||
- 支持IIC
|
||||
- GROVE 接口, 支持平台 [UIFlow](http://flow.m5stack.com) 、 [Arduino](http://www.arduino.cc).
|
||||
- 2x LEGO 兼容孔
|
||||
|
||||
## 包含
|
||||
|
||||
- 1x ENV-II Unit
|
||||
- 1x Grove 线
|
||||
|
||||
## 应用
|
||||
|
||||
- 气象站
|
||||
- 储谷仓环境监控
|
||||
|
||||
## 规格参数
|
||||
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>规格</th>
|
||||
<th>参数</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>最大温度测量范围</td>
|
||||
<td>-40 ~ 120 ℃</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>最高测量精度</td>
|
||||
<td>0 ~ 60 ℃/±0.2℃</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>湿度测量范围/误差</td>
|
||||
<td>10 ~ 90 %RH / ±2%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>大气压测量范围/误差</td>
|
||||
<td>300 ~ 1100hPa / ±1hPa</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>通信协议</td>
|
||||
<td>I2C:SHT30(0x44),BMP280(0x76)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作温度</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>尺寸</td>
|
||||
<td>24.2 x 32.2 x 8.1 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>重量</td>
|
||||
<td>5g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>外壳材质</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## EasyLoader
|
||||
|
||||
>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)**
|
||||
|
||||
<div class="easyloader-box">
|
||||
<div style="background-color:white;">
|
||||
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
|
||||
<div class="easyloader-btn">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/UNIT/For%20M5Core/EasyLoader_ENV2_UNIT_With_M5Core.exe">Windows</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/UNIT/EasyLoader_ENV2_UNIT_With_M5Core.dmg">MacOS</a>
|
||||
<!-- <a>Linux</a>
|
||||
<a>MacOS</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/ENVII.MP4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
|
||||
<p>案例描述:</p>
|
||||
<p>显示温湿度与大气压数据.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
### 管脚映射
|
||||
|
||||
<table>
|
||||
<tr><td>M5Core(GROVE A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>ENV II Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
## 原理图
|
||||
|
||||
<img src="assets/img/product_pics/unit/envII_sch.webp">
|
||||
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **Datasheet**
|
||||
- [BMP280](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/BMP280-DS001-11_en.pdf)
|
||||
|
||||
- [SHT30](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/SHT3x_Datasheet_digital.pdf)
|
||||
|
||||
|
||||
## 案例程序
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
该案例将使用 ENVII Unit ,实现温度、湿度、大气压数据的读取.
|
||||
1, 在进行程序编译前,请安装`Adafruit BMP280 Library`
|
||||
2, 并将`Adafruit_Sensor.h`复制至`C:\Users\<user_name>\Documents\Arduino\libraries\Adafruit_BMP280_Library`
|
||||
|
||||
[请点击此处下载Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENVII/Arduino)
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
<!--[请点击此处UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENV/UIFlow)
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_example/ENV/example_unit_env_05.webp" width="60%">
|
||||
|
||||
-->
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/mini-env2-sensor-unit';
|
||||
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
+23
-7
@@ -25,15 +25,31 @@
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
|
||||
>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)**
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_OP.exe"><button type="button" class="btn btn-primary">点击下载EasyLoader</button></a>
|
||||
<div class="easyloader-box">
|
||||
<div style="background-color:white;">
|
||||
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
|
||||
<div class="easyloader-btn">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/UNIT/For%20M5Core/EasyLoader_OP90.180_UNIT_With_M5Core.exe">Windows</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/UNIT/EasyLoader_OP90.180_UNIT_With_M5Core.dmg">MacOS</a>
|
||||
<!-- <a>Linux</a>
|
||||
<a>MacOS</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/OP90_UNIT.MP4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
|
||||
<p>案例描述:</p>
|
||||
<p>显示温湿度与大气压数据.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.
|
||||
|
||||
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**)
|
||||
|
||||
?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
|
||||
|
||||
## 原理图
|
||||
|
||||
|
||||
Reference in New Issue
Block a user