mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of https://github.com/m5stack/m5-docs
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
+2
-2
@@ -549,7 +549,7 @@ int Y = M5.Lcd.getCursorY();
|
||||
M5.Lcd.print(Y);
|
||||
```
|
||||
|
||||
##setTextSize()
|
||||
## setTextSize()
|
||||
|
||||
**Syntax:**
|
||||
|
||||
@@ -571,7 +571,7 @@ M5.Lcd.setTextSize(7);
|
||||
M5.Lcd.print("Hello");
|
||||
```
|
||||
|
||||
##clear()
|
||||
## clear()
|
||||
|
||||
**Syntax:**
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ATOM MATE
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:A086</div>
|
||||
<el-tag effect="plain">SKU:A086</el-tag>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atommate/atom_mate.webp"></div>
|
||||
|
||||
|
||||
@@ -30,6 +30,8 @@ Power Operation:
|
||||
|
||||
?> **M5Stack Fire** has occupied GPIO16 / 17 to connect with the PSRAM by default, it's conflict with TXD / RXD (GPIO16, GPIO17) of GSM module. Therefore, when using the GSM module with the M5Stack Fire, you might have to cut the TXD and RXD from GSM module and wire fly to another set of UART pin
|
||||
|
||||
<img src="assets/img/product_pics/module/gsm/module_gsm_note01.webp" width="100%">
|
||||
|
||||
## Product Features
|
||||
|
||||
Product Feature:
|
||||
|
||||
@@ -32,6 +32,7 @@ Power Operation:
|
||||
|
||||
?> **M5Stack Fire** has occupied GPIO16 / 17 to connect with the PSRAM by default, it's conflict with TXD / RXD (GPIO16, GPIO17) of NB-IoT module. Therefore, when using the NB-IoT module with the M5Stack Fire, you might have to cut the TXD and RXD from NB-IoT module and wire fly to another set of UART pin
|
||||
|
||||
<img src="assets/img/product_pics/module/nb-iot/module_nbiot_note01.webp" width="100%">
|
||||
|
||||
## Product Features
|
||||
|
||||
|
||||
@@ -25,6 +25,8 @@ Power Operation:
|
||||
|
||||
?> **M5Stack Fire** has occupied GPIO16 / 17 to connect with the PSRAM by default, it's conflict with TXD / RXD (GPIO16, GPIO17) of NB-IoT Plus module. Therefore, when using the NB-IoT Plus module with the M5Stack Fire, you might have to cut the TXD and RXD from NB-IoT Plus module and wire fly to another set of UART pin
|
||||
|
||||
<img src="assets/img/product_pics/module/nb-iot/module_nbiot_note01.webp" width="100%">
|
||||
|
||||
## Product Features
|
||||
- Serial communication: UART
|
||||
- Product Power in : 5V
|
||||
|
||||
+2
-2
@@ -267,14 +267,14 @@
|
||||
"TVOC/eCO2":"MINI-UNIT"
|
||||
};
|
||||
|
||||
const mask_btn = `<a href="#" class="quickstart_btn" target='view_window'><button type="button" class="mask-btn1">QuickStart</button></a>`
|
||||
const mask_btn = `<a href="#" class="quickstart_btn"><button type="button" class="mask-btn1">QuickStart</button></a>`
|
||||
|
||||
for (var class_num=0; class_num<product_class.length; class_num++ ){
|
||||
for (var i=0; i<product_class[class_num].length; i++ ) {
|
||||
if(title_list.hasOwnProperty(product_class[class_num][i].p)){
|
||||
$("#"+product_class_name[class_num]).append(`<p><strong>${title_list[product_class[class_num][i].p]}</strong></p>`);
|
||||
}
|
||||
$("#"+product_class_name[class_num]).append("<div class='item'><a target='view_window'><img><p class='item-title'></p></a></div> ");
|
||||
$("#"+product_class_name[class_num]).append("<div class='item'><a><img><p class='item-title'></p></a></div> ");
|
||||
$("#"+product_class_name[class_num]+" .item:last-child a").attr("href", product_class[class_num][i].a);
|
||||
$("#"+product_class_name[class_num]+" .item:last-child img").attr("src", product_class[class_num][i].img);
|
||||
$("#"+product_class_name[class_num]+" .item:last-child p").text(product_class[class_num][i].p);
|
||||
|
||||
@@ -265,14 +265,14 @@
|
||||
"TVOC/eCO2":"MINI-UNIT"
|
||||
};
|
||||
|
||||
const mask_btn = `<a href="#" class="quickstart_btn" target='view_window'><button type="button" class="mask-btn1">快速上手</button></a>`
|
||||
const mask_btn = `<a href="#" class="quickstart_btn"><button type="button" class="mask-btn1">快速上手</button></a>`
|
||||
|
||||
for (var class_num=0; class_num<product_class.length; class_num++ ){
|
||||
for (var i=0; i<product_class[class_num].length; i++ ) {
|
||||
if(title_list.hasOwnProperty(product_class[class_num][i].p)){
|
||||
$("#"+product_class_name[class_num]).append(`<p><strong>${title_list[product_class[class_num][i].p]}</strong></p>`);
|
||||
}
|
||||
$("#"+product_class_name[class_num]).append("<div class='item'><a target='view_window'><img><p class='item-title'></p></a></div> ");
|
||||
$("#"+product_class_name[class_num]).append("<div class='item'><a><img><p class='item-title'></p></a></div> ");
|
||||
$("#"+product_class_name[class_num]+" .item:last-child a").attr("href", product_class[class_num][i].a);
|
||||
$("#"+product_class_name[class_num]+" .item:last-child img").attr("src", product_class[class_num][i].img);
|
||||
$("#"+product_class_name[class_num]+" .item:last-child p").text(product_class[class_num][i].p);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ATOM MATE
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:A086</div>
|
||||
<el-tag effect="plain">SKU:A086</el-tag>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atommate/atom_mate.webp"></div>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
### 管脚映射
|
||||
## 管脚映射
|
||||
|
||||
<table>
|
||||
<tr><td>HAT</td><td>GND</td><td>5V</td><td>G26</td><td>G36</td><td>G0</td><td>3V3</td></tr>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<h5>未搜索到相关案例,你可以<a href="https://github.com/m5stack" target="view_window">点击此处</a>,前往Github搜索.</h5>
|
||||
</div>
|
||||
|
||||
|
||||
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card
|
||||
|
||||
* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) -TFT library for the ESP8266 and ESP32 that supports different driver chips
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
## 描述
|
||||
|
||||
**ATOM Lite** 是M5Stack开发套件系列中一款非常小巧的开发板,其大小只有24 * 24mm,提供更多GPIO供用户自定义,非常适合做嵌入式的智能硬件开发。主控采用了ESP32-PICO-D4方案,集成Wi-Fi和蓝牙模块,内置3D天线,拥有4MB的SPI闪存,提供Infra-Red、RGB Led、按键和GROVE/HY2.0接口。板载Type-C接口可以快速实现程序上传下载,背面具有一个M2螺丝孔用于固定。
|
||||
**ATOM Lite** 是M5Stack开发套件系列中一款非常小巧的开发板,其大小只有24 * 24mm,提供更多GPIO供用户自定义,非常适合做嵌入式的智能硬件开发。主控采用了ESP32-PICO-D4方案,集成Wi-Fi和蓝牙模块,内置3D天线,拥有4MB的SPI闪存,提供Infra-Red、RGB Led、按键和GROVE/HY2.0接口。板载Type-C接口可以快速实现程序上传下载,背面提供一个M2螺丝孔用于固定。
|
||||
|
||||
## 产品特性
|
||||
|
||||
|
||||
@@ -10,8 +10,11 @@
|
||||
|
||||
<img src="assets\img\product_pics\module\gsm\gsm_03.webp" width="30%" height="30%"> <img src="assets\img\product_pics\module\gsm\gsm_04.webp" width="30%" height="30%">
|
||||
|
||||
|
||||
?>**M5Stack Fire** 中的 GPIO 16 / 17 默认与PSRAM连接,这使得GSM模块的TXD / RXD(GPIO16,GPIO17)与其产生冲突.因此,当你使用 M5Stack Fire 去驱动 GSM 模块时,你需要将 GSM 模块的 TXD 与 RXD 切断,然后通过飞线引至另一组 UART 引脚.
|
||||
|
||||
<img src="assets/img/product_pics/module/gsm/module_gsm_note01.webp" width="100%">
|
||||
|
||||
## 产品特性
|
||||
|
||||
- SIM卡类型: Nano
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
?>**M5Stack Fire** 中的 GPIO 16 / 17 默认与PSRAM连接,这使得NB-IoT模块的TXD / RXD(GPIO16,GPIO17)与其产生冲突.因此,当你使用 M5Stack Fire 去驱动 NB-IoT 模块时,你需要将 NB-IoT 模块的 TXD 与 RXD 切断,然后通过飞线引至另一组 UART 引脚.
|
||||
|
||||
<img src="assets/img/product_pics/module/nb-iot/module_nbiot_note01.webp" width="100%">
|
||||
|
||||
## 产品特性
|
||||
|
||||
- SIM卡类型: Nano
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
?>**M5Stack Fire** 中的 GPIO 16 / 17 默认与PSRAM连接,这使得NB-IoT Plus模块的TXD / RXD(GPIO16,GPIO17)与其产生冲突.因此,当你使用 M5Stack Fire 去驱动 NB-IoT Plus模块时,你需要将 NB-IoT Plus模块的 TXD 与 RXD 切断,然后通过飞线引至另一组 UART 引脚.
|
||||
|
||||
<img src="assets/img/product_pics/module/nb-iot/module_nbiot_note01.webp" width="100%">
|
||||
|
||||
## 产品特性
|
||||
|
||||
- SIM卡类型: Nano
|
||||
|
||||
Reference in New Issue
Block a user