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: 28 KiB |
@@ -11,7 +11,7 @@ Note: M5StickC /M5StickC PLUS / M5StickT / ATOM Matrix / ATOM Lite support can b
|
||||
><img src="/image/base/System_preferences.webp" width="50%">
|
||||
|
||||
|
||||
*__Download CP2104 driver__
|
||||
__Download CP2104 driver__
|
||||
|
||||
<div class="files_download">
|
||||
<p class="item">
|
||||
|
||||
@@ -353,9 +353,6 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
|
||||
|
||||
- Click[here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino) to get Arduino code
|
||||
|
||||
## Video
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# CoreInk
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo.webp" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/JoyC/EasyLoader_JoyC.exe"><button type="button" class="btn btn-primary">Use with RoverC HAT</button></a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/EasyLoader_JoyC_Test.exe"><el-button type="primary">Use alone</el-button></a>
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/EasyLoader_JoyC_Test.exe"><button type="button" class="btn btn-primary">Use alone</button></a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/RoverC_Remote/RoverC%26JoyC_Remote.zip"><el-button type="primary">Use RoverC with JoyC</el-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**)
|
||||
|
||||
|
||||
@@ -62,7 +62,9 @@
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo.webp" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/RoverC/EasyLoader_RoverC.exe"><el-button type="primary">download EasyLoader</el-button></a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/RoverC/EasyLoader_RoverC.exe"><el-button type="primary">Test RoverC</el-button></a>
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/RoverC_Remote/RoverC%26JoyC_Remote.zip"><el-button type="primary">Use RoverC with JoyC</el-button></a>
|
||||
|
||||
>EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. This can be burned to the M5 device through simple steps, and a series of function verifications can be performed.
|
||||
|
||||
|
||||
@@ -212,6 +212,17 @@ while True:
|
||||
a=class_ws2812.display()
|
||||
```
|
||||
|
||||
## PMU
|
||||
|
||||
Introduction: Incoming True or False , True starts button detection,False cancel the detections, Button short press reset long press
|
||||
All the power is turned off under sleep mode, which should identical to the normal meaning of shutdown, but we adopt the idea from AXP192 datasheet as Sleep Mode.
|
||||
|
||||
```
|
||||
from pmu import axp192
|
||||
pmu = axp192()
|
||||
pmu.enablePMICSleepMode(True)
|
||||
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
+16
-8
@@ -11,7 +11,7 @@
|
||||
## Product Features
|
||||
|
||||
- 4-way relay
|
||||
- Input voltage: DC5V
|
||||
- AC-250V/10A
|
||||
- LED status indication
|
||||
- IIC communication (0x26)
|
||||
|
||||
@@ -34,31 +34,35 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum input voltage</td>
|
||||
<td>AC-250V</td>
|
||||
<td>250V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rated current</td>
|
||||
<td>10A, Instantaneous current 16A</td>
|
||||
<td>10A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum instantaneous currenta</td>
|
||||
<td>16A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Communication</td>
|
||||
<td>IIC(0x26)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Net Weight</td>
|
||||
<td>g</td>
|
||||
<td>Net Weight</td>
|
||||
<td>40g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gross Weight</td>
|
||||
<td>g</td>
|
||||
<td>84g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product Size</td>
|
||||
<td>112*24*18mm</td>
|
||||
<td>112*23*18mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package Size</td>
|
||||
<td>124*65*20mm</td>
|
||||
<td>125*65*22mm</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -102,7 +106,11 @@
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
<<<<<<< HEAD
|
||||
[click here to get Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/4-RELAY)
|
||||
=======
|
||||
[click here to get Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/4-relay)
|
||||
>>>>>>> f5e658cf43734e7147306f68d9027a32463a6ab5
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
@@ -48,15 +48,22 @@ In sleep mode, the current consumption of the whole machine is only 2μA. After
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum resolution</td>
|
||||
<td>3M pixels</td>
|
||||
<td>300w pixels</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Output format</td>
|
||||
<td>YUV(422/420)/YCbCr422,RGB565/555,8-bit compressed data,8-/10-bit Raw RGB data</td>
|
||||
<td>8-/10-Bit RAW, RGB and YCbCr output, compression.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum image transmission rate</td>
|
||||
<td>UXGA/SXGA: 15fps, SVGA: 30fps, CIF: 60fps</td>
|
||||
<td>
|
||||
2040x1536: 15fps /
|
||||
1080p: 20fps /
|
||||
720p: 45fps /
|
||||
XGA(1024x768) : 45fps /
|
||||
VGA(640x480) : 60fps /
|
||||
QVGA(320x240) : 120fps
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>FOV</td>
|
||||
|
||||
@@ -51,15 +51,22 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum resolution</td>
|
||||
<td>3M pixels</td>
|
||||
<td>300w pixels</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Output format</td>
|
||||
<td>YUV(422/420)/YCbCr422,RGB565/555,8-bit compressed data,8-/10-bit Raw RGB data</td>
|
||||
<td>8-/10-Bit RAW, RGB and YCbCr output, compression.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum image transmission rate</td>
|
||||
<td>UXGA/SXGA: 15fps, SVGA: 30fps, CIF: 60fps</td>
|
||||
<td>
|
||||
2040x1536: 15fps /
|
||||
1080p: 20fps /
|
||||
720p: 45fps /
|
||||
XGA(1024x768) : 45fps /
|
||||
VGA(640x480) : 60fps /
|
||||
QVGA(320x240) : 120fps
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>FOV</td>
|
||||
|
||||
+7
-7
@@ -110,8 +110,8 @@
|
||||
//Base
|
||||
{a:"/#/en/base/w5500PoE", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/w5500PoE_01.webp", p:"PoE", sku:"K012-C" ,kw:"W5500 INTERNET RS485 PoE", category:"Base"},
|
||||
{a:"/#/en/base/lan_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_lan_01.webp", p:"LAN", sku:"K012" ,kw:"W5500 INTERNET RS485"},
|
||||
{a:"/#/en/base/node_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_node_01.webp", p:"NODE", sku:"M017" ,kw:"AUDIO IR DHT12 MICPHONE WM8978"},
|
||||
{a:"/#/en/base/btc_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_btc_01.webp", p:"BTC", sku:"A011-B" ,kw:"DHT12"},
|
||||
// {a:"/#/en/base/node_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_node_01.webp", p:"NODE", sku:"M017" ,kw:"AUDIO IR DHT12 MICPHONE WM8978"},
|
||||
{a:"/#/en/base/btc_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_btc_01.webp", p:"BTC", sku:"A011-B" ,kw:"DHT12 SHT30"},
|
||||
{a:"/#/en/base/plc_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/plc_m12_01.webp", p:"PLC-M12", sku:"K011-B" ,kw:"RS485"},
|
||||
{a:"/#/en/base/core_bottom", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_core_bottom_01.webp", p:"Core BOTTOM", sku:"C001-C" ,kw:"BATTERY PIN"},
|
||||
{a:"#/en/base/m5go_bottom", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_m5go_base.webp", p:"M5GO BOTTOM", sku:"A014" ,kw:"BATTERY LEGO"},
|
||||
@@ -198,7 +198,7 @@
|
||||
{a:"/#/en/hat/hat-rs485", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/rs485_hat_01.webp", p:"RS485", sku:"U067" ,kw:"AOZ1282CI"},
|
||||
{a:"/#/en/hat/hat-adc", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/adc_hat_01.webp", p:"ADC", sku:"U069" ,kw:"ADS1100"},
|
||||
{a:"/#/en/hat/hat-dac", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/dac_hat_01.webp", p:"DAC", sku:"U068" ,kw:"MCP4725"},
|
||||
{a:"/#/en/hat/hat-beetlec", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/beetlec_hat_01.webp", p:"BeetleC", sku:"U030" ,kw:"ROBOT"},
|
||||
// {a:"/#/en/hat/hat-beetlec", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/beetlec_hat_01.webp", p:"BeetleC", sku:"U030" ,kw:"ROBOT"},
|
||||
{a:"/#/en/hat/hat-proto-plus", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/hat_proto_plus_01.webp", p:"PROTO PLUS", sku:"U060-B" ,kw:"PROTOTYPE"},
|
||||
{a:"/#/en/hat/hat-yun", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/yun_hat_01.webp", p:"YUN", sku:"U070" ,kw:"SHT20 BMP280 LED NEOPIXEL"},
|
||||
{a:"/#/en/hat/hat-neoflash", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/neoflash_hat_01.webp", p:"Neoflash", sku:"U071" ,kw:"LED NEOPIXEL"},
|
||||
@@ -221,14 +221,14 @@
|
||||
const application_list = [
|
||||
//Application
|
||||
{a:"/#/en/app/bala2", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/bala2.webp", p:"BALA2", sku:"K014-C" ,kw:"BALA2 ROBOT", category:"Application"},
|
||||
{a:"/#/en/app/bala", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_bala_01.webp", p:"BALA", sku:"K014" ,kw:"ROBOT"},
|
||||
// {a:"/#/en/app/bala", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_bala_01.webp", p:"BALA", sku:"K014" ,kw:"ROBOT"},
|
||||
{a:"/#/en/app/lidarbot", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_lidarbot_01.webp", p:"LidarBOT", sku:"K017" ,kw:"ROBOT"},
|
||||
{a:"/#/en/app/piano", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_piano_01.webp", p:"PIANO", sku:"A047" ,kw:"MUSIC"},
|
||||
{a:"/#/en/app/flir", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_flir_01.webp", p:"FLIR", sku:"K021" ,kw:"FLIR3.0"},
|
||||
// {a:"/#/en/app/flir", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_flir_01.webp", p:"FLIR", sku:"K021" ,kw:"FLIR3.0"},
|
||||
{a:"/#/en/app/demo-board", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_DemoBoard_01.webp", p:"Demo Board", sku:"K024" ,kw:"SEOVO MOTOR NEOPIXEL LED SENSOR"},
|
||||
{a:"/#/en/unit/neoflash", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_neoflash_01.webp", p:"NeoFlash", sku:"A042" ,kw:"NEOPIXEL LED PIR"},
|
||||
{a:"/#/en/unit/catear", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_catear_01.webp", p:"CatEar", sku:"A043" ,kw:"NEOPIXEL LED"},
|
||||
{a:"/#/en/unit/butterfly", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/butterfly_01.webp", p:"BUTTERFLY", sku:"A041-B" ,kw:"NEOPIXEL LED SEOVO"},
|
||||
// {a:"/#/en/unit/catear", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_catear_01.webp", p:"CatEar", sku:"A043" ,kw:"NEOPIXEL LED"},
|
||||
// {a:"/#/en/unit/butterfly", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/butterfly_01.webp", p:"BUTTERFLY", sku:"A041-B" ,kw:"NEOPIXEL LED SEOVO"},
|
||||
{a:"/#/en/1515/6060-push", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/1515/6060_push_01.webp", p:"6060-PUSH", sku:"K028" ,kw:"RS485 STEPMOTOR"},
|
||||
{a:"/#/en/app/m5scale_diy_kit", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/m5scale_diy_kit_01.webp", p:"M5SCALE DIY Kit", sku:"K029" ,kw:"WEIGHT HX711"},
|
||||
{a:"/#/en/app/ac_socket", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/ac_socket_01.webp", p:"AC Socket", sku:"K031" ,kw:"RS485 SWITCH"},
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
//Base
|
||||
{a:"/#/zh_CN/base/w5500PoE", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/w5500PoE_01.webp", p:"PoE", sku:"K012-C" ,kw:"W5500 INTERNET RS485 PoE", category:"Base"},
|
||||
{a:"/#/zh_CN/base/lan_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_lan_01.webp", p:"LAN", sku:"K012" ,kw:"W5500 INTERNET RS485"},
|
||||
{a:"/#/zh_CN/base/node_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_node_01.webp", p:"NODE", sku:"M017" ,kw:"AUDIO IR DHT12 MICPHONE WM8978"},
|
||||
// {a:"/#/zh_CN/base/node_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_node_01.webp", p:"NODE", sku:"M017" ,kw:"AUDIO IR DHT12 MICPHONE WM8978"},
|
||||
{a:"/#/zh_CN/base/btc_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_btc_01.webp", p:"BTC", sku:"A011-B" ,kw:"DHT12"},
|
||||
{a:"/#/zh_CN/base/plc_base", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/plc_m12_01.webp", p:"PLC-M12", sku:"K011-B" ,kw:"RS485"},
|
||||
{a:"/#/zh_CN/base/core_bottom", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/base/base_core_bottom_01.webp", p:"Core BOTTOM", sku:"C001-C" ,kw:"BATTERY PIN"},
|
||||
@@ -198,7 +198,7 @@
|
||||
{a:"/#/zh_CN/hat/hat-rs485", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/rs485_hat_01.webp", p:"RS485", sku:"U067" ,kw:"AOZ1282CI"},
|
||||
{a:"/#/zh_CN/hat/hat-adc", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/adc_hat_01.webp", p:"ADC", sku:"U069" ,kw:"ADS1100"},
|
||||
{a:"/#/zh_CN/hat/hat-dac", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/dac_hat_01.webp", p:"DAC", sku:"U068" ,kw:"MCP4725"},
|
||||
{a:"/#/zh_CN/hat/hat-beetlec", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/beetlec_hat_01.webp", p:"BeetleC", sku:"U030" ,kw:"ROBOT"},
|
||||
// {a:"/#/zh_CN/hat/hat-beetlec", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/beetlec_hat_01.webp", p:"BeetleC", sku:"U030" ,kw:"ROBOT"},
|
||||
{a:"/#/zh_CN/hat/hat-proto-plus", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/hat_proto_plus_01.webp", p:"PROTO PLUS", sku:"U060-B" ,kw:"PROTOTYPE"},
|
||||
{a:"/#/zh_CN/hat/hat-yun", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/yun_hat_01.webp", p:"YUN", sku:"U070" ,kw:"SHT20 BMP280 LED NEOPIXEL"},
|
||||
{a:"/#/zh_CN/hat/hat-neoflash", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/hat/neoflash_hat_01.webp", p:"Neoflash", sku:"U071" ,kw:"LED NEOPIXEL"},
|
||||
@@ -221,14 +221,14 @@
|
||||
const application_list = [
|
||||
//Application
|
||||
{a:"/#/zh_CN/app/bala2", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/app/bala2.webp", p:"BALA2", sku:"K014-C" ,kw:"BALA2 ROBOT", category:"Application"},
|
||||
{a:"/#/zh_CN/app/bala", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_bala_01.webp", p:"BALA", sku:"K014" ,kw:"ROBOT"},
|
||||
// {a:"/#/zh_CN/app/bala", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_bala_01.webp", p:"BALA", sku:"K014" ,kw:"ROBOT"},
|
||||
{a:"/#/zh_CN/app/lidarbot", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_lidarbot_01.webp", p:"LidarBOT", sku:"K017" ,kw:"ROBOT"},
|
||||
{a:"/#/zh_CN/app/piano", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_piano_01.webp", p:"PIANO", sku:"A047" ,kw:"MUSIC"},
|
||||
{a:"/#/zh_CN/app/flir", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_flir_01.webp", p:"FLIR", sku:"K021" ,kw:"FLIR3.0"},
|
||||
// {a:"/#/zh_CN/app/flir", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_flir_01.webp", p:"FLIR", sku:"K021" ,kw:"FLIR3.0"},
|
||||
{a:"/#/zh_CN/app/demo-board", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/app_DemoBoard_01.webp", p:"Demo Board", sku:"K024" ,kw:"SEOVO MOTOR NEOPIXEL LED SENSOR"},
|
||||
{a:"/#/zh_CN/unit/neoflash", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_neoflash_01.webp", p:"NeoFlash", sku:"A042" ,kw:"NEOPIXEL LED PIR"},
|
||||
{a:"/#/zh_CN/unit/catear", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_catear_01.webp", p:"CatEar", sku:"A043" ,kw:"NEOPIXEL LED"},
|
||||
{a:"/#/zh_CN/unit/butterfly", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/butterfly_01.webp", p:"BUTTERFLY", sku:"A041-B" ,kw:"NEOPIXEL LED SEOVO"},
|
||||
// {a:"/#/zh_CN/unit/catear", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/unit/unit_catear_01.webp", p:"CatEar", sku:"A043" ,kw:"NEOPIXEL LED"},
|
||||
// {a:"/#/zh_CN/unit/butterfly", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/butterfly_01.webp", p:"BUTTERFLY", sku:"A041-B" ,kw:"NEOPIXEL LED SEOVO"},
|
||||
{a:"/#/zh_CN/1515/6060-push", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/1515/6060_push_01.webp", p:"6060-PUSH", sku:"K028" ,kw:"RS485 STEPMOTOR"},
|
||||
{a:"/#/zh_CN/app/m5scale_diy_kit", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/m5scale_diy_kit_01.webp", p:"M5SCALE DIY Kit", sku:"K029" ,kw:"WEIGHT HX711"},
|
||||
{a:"/#/zh_CN/app/ac_socket", img:"https://static-cdn.m5stack.com/image/m5-docs_homepage/app/ac_socket_01.webp", p:"AC Socket", sku:"K031" ,kw:"RS485 SWITCH"},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
><img src="/image/base/System_preferences.webp" width="50%">
|
||||
|
||||
* __下载CP2104驱动程序__
|
||||
__下载CP2104驱动程序__
|
||||
|
||||
<div class="files_download">
|
||||
<p class="item">
|
||||
|
||||
@@ -343,12 +343,6 @@ TF 卡最大支持 16GB
|
||||
|
||||
- 点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino)获得Arduino示例
|
||||
|
||||
## 相关视频
|
||||
|
||||
**M5Stack 的简介**
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit';
|
||||
|
||||
@@ -0,0 +1,224 @@
|
||||
# CoreInk
|
||||
|
||||
<el-tag effect="plain">SKU:K010</el-tag>
|
||||
|
||||
<!-- <div class="product_pic"><img class="pic" src="assets/img/product_pics/core/core2/core2_01.webp"><img class="pic" src="assets/img/product_pics/core/core2/core2_02.webp"></div> -->
|
||||
|
||||
## 描述
|
||||
|
||||
**CoreInk** 是M5Stack推出的一款带有电子墨水屏(E-Ink)的主控设备,控制器采用ESP32-PICO-D4。正面嵌入了一块分辨率为200x200 @ 1.54"的电子墨水屏,支持黑/白显示。相对于普通的LCD的屏幕,电子墨水屏能够提供用户更好的文本阅读体验,即便在室外光线环境下屏幕上的文本也能够非常清晰自然的显示,并且做到更加的省电,即便是在断电情况下也能够保持图像显示。人机交互方面提供了拨轮编码器,与物理按键, 集成LED指示灯与蜂鸣器。内置了390mAh锂电池,结合内部的RTC(BM8563)可实现定时休眠与唤醒功能,能够为设备提供较为优秀的续航能力。在机身的左侧和底部配有独立的电源按键与复位(RST)按键,方便使用与调试。开放了丰富的外设接口(HY2.0-4P、M-BUS、HAT模块接口)能够拓展各式各样的传感器设备,为后续的应用功能开发提供无限可能。
|
||||
|
||||
## 产品特性
|
||||
|
||||
- 基于 ESP32 开发,支持WiFi、蓝牙
|
||||
- 内置4M Flash
|
||||
- 低功耗显示面板
|
||||
- 近180度可视角
|
||||
- 人机交互接口
|
||||
- 内置锂电池
|
||||
- 丰富的拓展接口
|
||||
|
||||
## 包含
|
||||
|
||||
- 1x CoreInk
|
||||
- 1x Type-C USB(20cm)
|
||||
|
||||
## 应用
|
||||
|
||||
- 物联网控制器
|
||||
- 电子书阅读器
|
||||
- 工业仪器显示面板
|
||||
- 智能家居设备
|
||||
|
||||
## 规格参数
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>主控资源</td>
|
||||
<td>参数</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>Flash</td>
|
||||
<td>4MB Flash</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>输入电压</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>接口</td>
|
||||
<td>TypeC*1, HY2.0-4P*1 , M-BUS总线母座,顶部HAT拓展接口</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>墨水屏</td>
|
||||
<td>GDEW0154M09 | SPI接口 | 200*200@1.54" | Dpi:184 | 1-bit黑/白显示(灰阶:2) |<br>
|
||||
视域尺寸(mm):27.6x27.6 | 点间距(mm) 0.138x0.138 |刷新时间(s) 0.82 /局刷时间(s) 0.24
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>物理按键</td>
|
||||
<td>可编程按键*1 , 复位按键*1, 电源按键*1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LED</td>
|
||||
<td>绿色LED x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RTC</td>
|
||||
<td>BM8563</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>蜂鸣器</td>
|
||||
<td>无源蜂鸣器*1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>天线</td>
|
||||
<td>2.4G 3D天线</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PIN脚引出</td>
|
||||
<td>G25, G26, G36, G23, G34, G18, G21, G22, G14, G13</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>电池</td>
|
||||
<td>390mAh@3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作温度</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>净重</td>
|
||||
<td>xxg</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>毛重</td>
|
||||
<td>xxg</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>产品尺寸</td>
|
||||
<td>x*x*xmm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>包装尺寸</td>
|
||||
<td>x*x*xmm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>外壳材质</td>
|
||||
<td>Plastic ( PC )</td>·
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## 管脚映射
|
||||
|
||||
**墨水屏幕**
|
||||
|
||||
屏幕像素:200x200
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO4</td><td>GPIO0</td><td>GPIO15</td><td>GPIO9</td><td>GPIO18</td><td>GPIO23</td></tr>
|
||||
<tr><td>GDEW0154M09</td><td>BUSY</td><td>RST</td><td>D/C</td><td>CS</td><td>CS</td><td>SCK</td><td>MOSI</td></tr>
|
||||
</table>
|
||||
|
||||
**拨轮编码器 & 物理按键 & LED & 蜂鸣器**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO37</td><td>GPIO38</td><td>GPIO39</td><td>GPIO5</td><td>GPIO10</td><td>GPIO2</td></tr>
|
||||
<tr><td>拨轮编码器</td><td>右转信号</td><td>编码器按钮</td><td>左转信号</td><td>/</td><td>/</td><td>/</td></tr>
|
||||
<tr><td>物理按键</td><td>/</td><td>/</td><td>/</td><td>物理按键</td><td>/</td><td>/</td></tr>
|
||||
<tr><td>LED</td><td>/</td><td>/</td><td>/</td><td>/</td><td>LED</td><td>/</td></tr>
|
||||
<tr><td>蜂鸣器</td><td>/</td><td>/</td><td>/</td><td>/</td><td>/</td><td>蜂鸣器</td></tr>
|
||||
</table>
|
||||
|
||||
**USB转串口下载**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO1</td><td>GPIO3</td></tr>
|
||||
<tr><td>CP2104</td><td>RXD</td><td>TXD</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
**内部I2C连接**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO21</td><td>GPIO22</td></tr>
|
||||
<tr><td>BM8563</td><td>SDA</td><td>SCL</td></tr>
|
||||
</table>
|
||||
|
||||
## Coreink M-BUS示意图
|
||||
|
||||
<!-- <img class="pic" src="assets/img/product_pics/core/core2/core2_mbus.webp" width = "50%"> -->
|
||||
|
||||
## Coreink-HY2.0 4P端口
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th>PORT</th>
|
||||
<th>PIN</th>
|
||||
<th>备注:</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>EXT-PORT</td>
|
||||
<td>G32/33</td>
|
||||
<td>I2C</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## ESP32 ADC/DAC可映射引脚
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th>ADC1</th>
|
||||
<th>ADC2</th>
|
||||
<th>DAC1</th>
|
||||
<th>DAC2</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>8 通道</td>
|
||||
<td>10 通道</td>
|
||||
<td>2 通道</td>
|
||||
<td>2 通道</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>G32-39</td>
|
||||
<td>G0/2/4/12-15/25-27</td>
|
||||
<td>G25</td>
|
||||
<td>G26</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
有关引脚分配和引脚重新映射的更多信息,请参考[ESP32 datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **Datasheet**
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
- [BM8563](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BM8563_V1.1_cn.pdf)
|
||||
- [SY7088](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SY7088-Silergy.pdf)
|
||||
- [GDEW0154M09](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/CoreInk-K048-GDEW0154M09%20V2.0%20Specification.pdf)
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
<img src="assets/img/product_pics/core/coreink/coreink_sch1.webp">
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit';
|
||||
|
||||
var quickstart_link = 'https://docs.m5stack.com/#/zh_CN/quick_start/core2/m5stack_core2_quick_start';
|
||||
|
||||
anchor_search(purchase_link,quickstart_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
@@ -0,0 +1,227 @@
|
||||
# M5Paper
|
||||
|
||||
<el-tag effect="plain">SKU:xxx</el-tag>
|
||||
|
||||
## 描述
|
||||
|
||||
**M5Paper** 是M5Stack推出的一款可触控墨水屏主控设备,控制器采用ESP32-D0WD。正面嵌入了一块分辨率为540*960 @4.7"的电子墨水屏,支持16级灰度显示。搭配GT911电容式触控面板,支持两点触控与多种手势操作,丰富人机交互体验。相对于普通的LCD的屏幕,电子墨水屏能够提供用户更好的文本阅读体验,即便在室外光线环境下屏幕上的文本也能够非常清晰自然的显示,并且做到更加的省电 , 即便是在断电情况下也能够保持图像显示。集成拨轮编码器, SD卡槽, 与物理按键。额外挂载FM24C02储存芯片(256KB-EEPROM),方便用户数据的断电存储。内置了1150mAh锂电池,结合内部的RTC(BM8563)可实现休眠与唤醒功能,能够为设备提供强大的续航能力。开放了3组HY2.0-4P外设接口能够拓展各式各样的传感器设备,为后续的应用功能开发提供无限可能。
|
||||
|
||||
## 产品特性
|
||||
|
||||
- 内嵌ESP32,支持WiFi、蓝牙
|
||||
- 内置16M Flash
|
||||
- 低功耗显示面板
|
||||
- 支持两点触控
|
||||
- 近180度可视角
|
||||
- 人机交互接口
|
||||
- 内置1150mAh大容量锂电池·
|
||||
- 丰富的拓展接口
|
||||
|
||||
## 包含
|
||||
|
||||
- 1x M5Paper
|
||||
- 1x Type-C USB(20cm)
|
||||
|
||||
## 应用
|
||||
|
||||
- 物联网控制器
|
||||
- 电子书阅读器
|
||||
- 工业仪器显示面板
|
||||
- 智能家居设备
|
||||
|
||||
## 规格参数
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>主控资源</td>
|
||||
<td>参数</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ESP32-D0WD</td>
|
||||
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash</td>
|
||||
<td>16MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PSRAM</td>
|
||||
<td>8MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>输入电压</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>接口</td>
|
||||
<td>TypeC*1, HY2.0-4P*3 , SD卡槽</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>墨水屏</td>
|
||||
<td>型号:EPD_ED047TC1 | 540*960@4.7" | 灰度 : 16级 | 显示区域 : 58.32*103.68mm | 显示驱动芯片 : IT8951</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>物理按键</td>
|
||||
<td>拨轮编码器*1 , 复位按键*1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RTC</td>
|
||||
<td>BM8563</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>天线</td>
|
||||
<td>2.4G 3D天线</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PIN脚引出</td>
|
||||
<td>G25, G32, G26, G33, G18, G19</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>电池</td>
|
||||
<td>1150mAh@3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作温度</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>净重</td>
|
||||
<td>xxg</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>毛重</td>
|
||||
<td>xxg</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>产品尺寸</td>
|
||||
<td>x*x*xmm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>包装尺寸</td>
|
||||
<td>x*x*xmm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>外壳材质</td>
|
||||
<td>Plastic ( PC )</td>·
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## 管脚映射
|
||||
|
||||
**墨水屏幕 & SD Card**
|
||||
|
||||
屏幕像素:540*960
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO13</td><td>GPIO12</td><td>GPIO15</td><td>GPIO4</td></tr>
|
||||
<tr><td>IT8951</td><td>MISO</td><td>MOSI</td><td>SCK</td><td>CS</td><td>/</td></tr>
|
||||
<tr><td>SD Card</td><td>MISO</td><td>MOSI</td><td>SCK</td><td>/</td><td>CS</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
**拨轮编码器**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO37</td><td>GPIO38</td><td>GPIO39</td></tr>
|
||||
<tr><td>拨轮编码器</td><td>右转信号</td><td>编码器按钮/电源按钮</td><td>左转信号</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
**内部I2C连接**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO21</td><td>GPIO22</td><td>GPIO36</td></tr>
|
||||
<tr><td>GT911</td><td>SDA</td><td>SCL</td><td>INT</td></tr>
|
||||
<tr><td>SHT30</td><td>SDA</td><td>SCL</td><td>/</td></tr>
|
||||
<tr><td>BM8563</td><td>SDA</td><td>SCL</td><td>/</td></tr>
|
||||
<tr><td>FM24C02</td><td>SDA</td><td>SCL</td><td>/</td></tr>
|
||||
</table>
|
||||
|
||||
**USB转串口下载**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO1</td><td>GPIO3</td></tr>
|
||||
<tr><td>CP2104</td><td>RXD</td><td>TXD</td></tr>
|
||||
</table>
|
||||
|
||||
## M5Paper-HY2.0 4P端口
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th>PORT</th>
|
||||
<th>PIN</th>
|
||||
<th>备注:</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>PORT.A</td>
|
||||
<td>G25,G32</td>
|
||||
<td>I2C</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PORT.B</td>
|
||||
<td>G26,G33</td>
|
||||
<td>DAC/ADC</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PORT.C</td>
|
||||
<td>G18,G19</td>
|
||||
<td>UART</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## ESP32 ADC/DAC可映射引脚
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th>ADC1</th>
|
||||
<th>ADC2</th>
|
||||
<th>DAC1</th>
|
||||
<th>DAC2</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>8 通道</td>
|
||||
<td>10 通道</td>
|
||||
<td>2 通道</td>
|
||||
<td>2 通道</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>G32-39</td>
|
||||
<td>G0/2/4/12-15/25-27</td>
|
||||
<td>G25</td>
|
||||
<td>G26</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
有关引脚分配和引脚重新映射的更多信息,请参考[ESP32 datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **Datasheet**
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
- [SHT30 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/SHT3x_Datasheet_digital.pdf)
|
||||
- [BM8563](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BM8563_V1.1_cn.pdf)
|
||||
- [SY7088](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SY7088-Silergy.pdf)
|
||||
- [GT911编程指南](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/CoreInk-K048-GDEW0154M09%20V2.0%20Specification.pdf)
|
||||
- [GT911-datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/m5paper/gt911_datasheet.pdf)
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
<!-- <img src="assets/img/product_pics/core/coreink/coreink_sch1.webp"> -->
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit';
|
||||
|
||||
var quickstart_link = 'https://docs.m5stack.com/#/zh_CN/quick_start/core2/m5stack_core2_quick_start';
|
||||
|
||||
anchor_search(purchase_link,quickstart_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
@@ -53,9 +53,9 @@
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo.webp" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/JoyC/EasyLoader_JoyC.exe"><button type="button" class="btn btn-primary">配合RoverC使用 </button></a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/EasyLoader_JoyC_Test.exe"><el-button type="primary">单独使用</el-button></a>
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/EasyLoader_JoyC_Test.exe"><button type="button" class="btn btn-primary">单独使用</button></a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/RoverC_Remote/RoverC%26JoyC_Remote.zip"><el-button type="primary">RoverC搭配JoyC使用</el-button></a>
|
||||
|
||||
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)**
|
||||
|
||||
|
||||
@@ -60,7 +60,9 @@
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo.webp" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/RoverC/EasyLoader_RoverC.exe"><el-button type="primary">点击下载EasyLoader</el-button></a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/RoverC/EasyLoader_RoverC.exe"><el-button type="primary">RoverC测试</el-button></a>
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/RoverC_Remote/RoverC%26JoyC_Remote.zip"><el-button type="primary">RoverC搭配JoyC使用</el-button></a>
|
||||
|
||||
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)**
|
||||
|
||||
|
||||
@@ -204,6 +204,17 @@ while True:
|
||||
a=class_ws2812.display()
|
||||
```
|
||||
|
||||
## PMU
|
||||
|
||||
说明: 使用该API实现按钮短按重置,长按睡眠。传入True或False,True启动按钮检测,False取消检测。
|
||||
|
||||
```
|
||||
from pmu import axp192
|
||||
pmu = axp192()
|
||||
pmu.enablePMICSleepMode(True)
|
||||
|
||||
```
|
||||
|
||||
## 案例程序
|
||||
|
||||
<a href="https://docs.m5stack.com/#/zh_CN/related_documents/M5StickV-Maixpy"><el-button type="primary">查看Maixpy案例</el-button></a>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
## 产品特性
|
||||
|
||||
- 4路继电器
|
||||
- 最高支持250V/16A
|
||||
- AC-250V/10A
|
||||
- 状态指示灯
|
||||
- IIC通讯
|
||||
|
||||
@@ -37,7 +37,11 @@
|
||||
<td>250V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>最大电流</td>
|
||||
<td>额定电流</td>
|
||||
<td>10A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>最大瞬时电流</td>
|
||||
<td>16A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -45,20 +49,20 @@
|
||||
<td>IIC(0x26)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>净重</td>
|
||||
<td>g</td>
|
||||
<td>净重</td>
|
||||
<td>40g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>毛重</td>
|
||||
<td>g</td>
|
||||
<td>84g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>产品尺寸</td>
|
||||
<td>mm</td>
|
||||
<td>112*23*18mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>包装尺寸</td>
|
||||
<td>mm</td>
|
||||
<td>125*65*22mm</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -103,7 +107,11 @@
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
<<<<<<< HEAD
|
||||
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/4-RELAY)
|
||||
=======
|
||||
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/4-relay)
|
||||
>>>>>>> f5e658cf43734e7147306f68d9027a32463a6ab5
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user