mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
update elementUI cdn link
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 57 KiB |
@@ -32,6 +32,7 @@ The M5GO Bottom2 for AWS adds additional features and security for IoT applicati
|
||||
|
||||
* Reset: Click the RST button on the bottom side
|
||||
|
||||
?>For all questions or issue regarding this device, pls visit our forum: [https://forum.m5stack.com/category/41/core2-for-aws](https://forum.m5stack.com/category/41/core2-for-aws)
|
||||
|
||||
## Product Feature
|
||||
|
||||
|
||||
@@ -246,6 +246,8 @@ For more info on specific pin functions refer to the official ESP32 Docs[ESP32 d
|
||||
- [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample)
|
||||
- [M5EPD-Lib](https://github.com/m5stack/M5EPD)
|
||||
|
||||
>When using FactoryTest to load special characters (such as Chinese, Japanese), please put the font file into the TF card and name it as `font.ttf`.[download ttf file](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf)
|
||||
|
||||
## Schematic
|
||||
|
||||
- [M5 PAPER Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/m5paper/M5_PAPER_SCH.pdf)
|
||||
|
||||
@@ -86,6 +86,8 @@
|
||||
- [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample)
|
||||
- [M5EPD-Lib](https://github.com/m5stack/M5EPD)
|
||||
|
||||
>When using FactoryTest to load special characters (such as Chinese, Japanese), please put the font file into the TF card and name it as `font.ttf`.[download ttf file](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf)
|
||||
|
||||
- **API**
|
||||
|
||||
- [Arduino API](en/arduino/arduino_home_page?id=m5paper_api)
|
||||
|
||||
+10
-1
@@ -22,7 +22,6 @@ Support MicroPython development environment, which makes the program code more c
|
||||
|
||||
It is equipped with two programmable keys and an RGB LED indicator on the front for convenient status display.At the bottom, there is a HY2.0*4P interface and a type-C interface compatible with grove, which is convenient to connect with the main controller. Support TF card to expand memory, related material and model file call more convenient.
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit-v/unit_v_05.webp" width="30%" height="30%">
|
||||
|
||||
## Product Features
|
||||
|
||||
@@ -289,6 +288,16 @@ UNIT-V does not currently recognize all types of MicroSD cards. We have tested s
|
||||
- **Web page** - [sipeed](https://maixpy.sipeed.com/en/)
|
||||
- **datasheet** - [K210](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/kendryte_datasheet_en.pdf)
|
||||
|
||||
## PinMap
|
||||
|
||||
<table>
|
||||
<tr><td>UnitV</td><td>GPIO8</td><td>GPIO19</td><td>GPIO18</td><td>GPIO34,GPIO35</td></tr>
|
||||
<tr><td>Hardware</td><td>RGB LED</td><td>Button A</td><td>Button B</td><td></td></tr>
|
||||
<tr><td>HY2.0-4P</td><td></td><td></td><td></td><td>Interface</td></tr>
|
||||
</table>
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit-v/unit_v_05.webp" width="30%">
|
||||
|
||||
## Example
|
||||
|
||||
If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/UnitV/track_ball)
|
||||
|
||||
@@ -301,6 +301,12 @@ UNIT-V does not currently recognize all types of MicroSD cards. We have tested s
|
||||
|
||||
## PinMap
|
||||
|
||||
<table>
|
||||
<tr><td>UnitV</td><td>GPIO8</td><td>GPIO19</td><td>GPIO18</td><td>GPIO34,GPIO35</td></tr>
|
||||
<tr><td>Hardware</td><td>RGB LED</td><td>Button A</td><td>Button B</td><td></td></tr>
|
||||
<tr><td>HY2.0-4P</td><td></td><td></td><td></td><td>Interface</td></tr>
|
||||
</table>
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit-v/unitv_ov7740_sticker.webp" width="30%">
|
||||
|
||||
## Example
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -15,9 +15,9 @@
|
||||
<!-- <link rel="stylesheet" href="./assets/css/main.css"> -->
|
||||
<link rel="stylesheet" href="https://static-cdn.m5stack.com/resource/docs/assets/main-min.css">
|
||||
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-ui@2.13.2/lib/theme-chalk/index.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.11"></script>
|
||||
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/element-ui@2.13.2/lib/index.js"></script>
|
||||
</head>
|
||||
|
||||
<body id="body">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# AXP192
|
||||
<!-- # AXP192
|
||||
|
||||
**AXP192 是一款高度集成的电源系统管理芯片。**
|
||||
|
||||
@@ -317,4 +317,31 @@ void loop() {
|
||||
M5.Lcd.printf("Iusbin:%da\r\n", Iusb);
|
||||
delay(500);
|
||||
}
|
||||
```
|
||||
``` -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## SetLcdVoltage()
|
||||
|
||||
**函数原型:**
|
||||
|
||||
`void SetLcdVoltage(uint16_t voltage);`
|
||||
|
||||
**功能:设置屏幕电压,调整亮度,参数有效范围 2500-3300**
|
||||
|
||||
**例程:**
|
||||
```arduino
|
||||
#include <M5Core2.h>
|
||||
|
||||
void setup() {
|
||||
M5.begin(); //By default, "M5.begin()" will initialize AXP192 chip
|
||||
M5.Axp.ScreenBreath(12);
|
||||
}
|
||||
void loop() {
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -6,35 +6,61 @@
|
||||
|
||||
## 描述
|
||||
|
||||
**ATOM Motion** 是适配ATOM主控系列的舵机&DC电机驱动方案,内部集成
|
||||
|
||||
提供4通道舵机,2通道DC电机接口。不具备独立供电,因此仅建议用于负载场景。
|
||||
**ATOM Motion** 是适配ATOM主控系列的舵机&DC电机驱动方案,内部集成STM32控制芯片,采用I2C通信控制方式。提供4通道舵机,2通道DC电机接口。集成规格16340锂电池(容量700mAh)。
|
||||
|
||||
两路HY2.0-4P接口拓展,对4个PIN脚进行了引出,能够用于外接一些传感器与拓展设备。
|
||||
|
||||
|
||||
## 产品特性
|
||||
|
||||
4 channel servo
|
||||
2 channel DC motor
|
||||
- 4通道舵机控制
|
||||
- 2通道直流电机控制
|
||||
- 内嵌锂电池
|
||||
- HY2.0-4P拓展接口
|
||||
|
||||
|
||||
## 管脚映射
|
||||
|
||||
- I2C Interface: **0x38**
|
||||
|
||||
<table>
|
||||
<tr><td>ATOM</td><td>G22</td><td>G19</td><td>G23</td><td>G33</td></tr>
|
||||
<tr><td>Hdriver</td><td>FAULT</td><td>IN1</td><td>IN2</td><td>VIN-1/10</td></tr>
|
||||
<tr><td>ATOM</td><td>G21</td><td>G25</td></tr>
|
||||
<tr><td>ATOM Motion</td><td>SCL</td><td>SDA</td></tr>
|
||||
</table>
|
||||
|
||||
- HY2.0-4P
|
||||
|
||||
<table>
|
||||
<tr><td>ATOM</td><td>G23、G33</td><td>G22、G19</td></tr>
|
||||
<tr><td>ATOM Motion</td><td>PORT-B(Black)</td><td>PORT-C(Blue)</td></tr>
|
||||
</table>
|
||||
|
||||
## I2C寄存器
|
||||
|
||||
- I2C Address: **0x38**
|
||||
- I2C Address: **0x38**
|
||||
|
||||
<table>
|
||||
<tr><td>Function</td><td>Reg Address</td><td>Data Range</td><td>R/W</td></tr>
|
||||
<tr><td>Servo</td><td></td><td>/</td><td>CLK</td><td>CS</td></tr>
|
||||
<tr><td>Motor</td><td>MOSI</td><td>MISO</td><td>CLK</td><td> </td><td> </td><td> </td><td> </td><td>CS</td></tr>
|
||||
<tr><td>Servo(1~4)</td><td>0x00~0x03</td><td>angle: 0-180</td><td>R/W<</td></tr>
|
||||
<tr><td>Servo(1~4)</td><td>0x10~0x17</td><td>pulse: 500-2500</td><td>R/W<</td></tr>
|
||||
<tr><td>Motor(1~2)</td><td>0x20~0x21</td><td>speed: -127-127</td><td>R/W<</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
<img src="assets/img/product_pics/atom_base/atom_motion/atom_motion_sch.webp">
|
||||
|
||||
## 案例程序
|
||||
|
||||
- [Arduino代码示例](https://github.com/m5stack/M5Atom/tree/master/examples/ATOM_BASE/ATOM_Motion)
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/products/atom-h-bridge-driver-kit-drv8876';
|
||||
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -246,6 +246,7 @@
|
||||
- [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample)
|
||||
- [M5EPD-Lib](https://github.com/m5stack/M5EPD)
|
||||
|
||||
>在使用FactoryTest加载特殊字符(如中文,日文)时,请向TF卡中放入字体文件,并命名为`font.ttf`。[ttf文件下载地址](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf)
|
||||
|
||||
## 原理图
|
||||
|
||||
|
||||
@@ -86,6 +86,8 @@
|
||||
- [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample)
|
||||
- [M5EPD-Lib](https://github.com/m5stack/M5EPD)
|
||||
|
||||
>在使用FactoryTest加载特殊字符(如中文,日文)时,请向TF卡中放入字体文件,并命名为`font.ttf`。[ttf文件下载地址](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf)
|
||||
|
||||
- **API**
|
||||
|
||||
- [Arduino API](zh_CN/arduino/arduino_home_page?id=m5paper_api)
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
**UNIT-V**是一款搭载Kendryte K210的AI视觉处理摄像头单元,集成双核64位RISC-V CPU和最先进的神经网络处理器边缘计算片上系统.UNIT-V AI摄像头体积非常小巧,适合嵌入到各种设备当中,具备机器视觉处理能力,支持多种图像识别能力( 如实时获取被检测目标的大小与坐标 • 实时获取被检测目标的种类),并且能够在低功耗情况下进行卷积神经网络计算,因此UNIT-V会是一个很好的零门槛机器视觉嵌入式解决方案.它支持MicroPython开发环境,这使得你在使用UNIT-V上进行项目开发时,程序代码将会更加精简.搭载OV2640 200万像素图像传感器,是机器视觉项目的理想选择.机身配备两个可编程按键,正面有一颗RGB LED指示灯,方便进行状态显示.底部提供一个兼容HY2.0*4P接口和一个TYPE-C接口,可以与主控设备进行连接.支持TF卡扩展内存,相关素材及模型文件调用使用更方便.
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit-v/unit_v_05.webp" width="30%" height="30%">
|
||||
|
||||
## 产品特性
|
||||
|
||||
@@ -290,6 +289,17 @@ Unit V目前并不能识别所有类型的MicroSD卡,我们对一些常见的M
|
||||
|
||||
- 需配合RoverC使用[点击此处下载示例](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/UnitV/track_ball)
|
||||
|
||||
## 管脚映射
|
||||
|
||||
<table>
|
||||
<tr><td>UnitV</td><td>GPIO8</td><td>GPIO19</td><td>GPIO18</td><td>GPIO34,GPIO35</td></tr>
|
||||
<tr><td>Hardware</td><td>RGB LED</td><td>Button A</td><td>Button B</td><td></td></tr>
|
||||
<tr><td>HY2.0-4P</td><td></td><td></td><td></td><td>Interface</td></tr>
|
||||
</table>
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit-v/unit_v_05.webp" width="30%">
|
||||
|
||||
|
||||
## 相关视频
|
||||
|
||||
<video class="video_size" controls>
|
||||
|
||||
@@ -293,8 +293,15 @@ Unit V目前并不能识别所有类型的MicroSD卡,我们对一些常见的M
|
||||
|
||||
## 管脚映射
|
||||
|
||||
<table>
|
||||
<tr><td>UnitV</td><td>GPIO8</td><td>GPIO19</td><td>GPIO18</td><td>GPIO34,GPIO35</td></tr>
|
||||
<tr><td>Hardware</td><td>RGB LED</td><td>Button A</td><td>Button B</td><td></td></tr>
|
||||
<tr><td>HY2.0-4P</td><td></td><td></td><td></td><td>Interface</td></tr>
|
||||
</table>
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit-v/unitv_ov7740_sticker.webp" width="30%">
|
||||
|
||||
|
||||
## 案例程序
|
||||
|
||||
- 需配合RoverC使用[点击此处下载示例](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/UnitV/track_ball)
|
||||
|
||||
Reference in New Issue
Block a user