add GSM/NB-IoT/loRaWan some note pic

This commit is contained in:
Gitshaoxiang
2020-08-18 16:28:35 +08:00
parent 3b5e3bab71
commit e094f5e92b
12 changed files with 16 additions and 4 deletions
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
View File
@@ -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:
+1
View File
@@ -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
+2
View File
@@ -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
View File
@@ -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);
+2 -2
View File
@@ -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);
+3
View File
@@ -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 / RXDGPIO16GPIO17)与其产生冲突.因此,当你使用 M5Stack Fire 去驱动 GSM 模块时,你需要将 GSM 模块的 TXD 与 RXD 切断,然后通过飞线引至另一组 UART 引脚.
<img src="assets/img/product_pics/module/gsm/module_gsm_note01.webp" width="100%">
## 产品特性
- SIM卡类型: Nano
+2
View File
@@ -22,6 +22,8 @@
?>**M5Stack Fire** 中的 GPIO 16 / 17 默认与PSRAM连接,这使得NB-IoT模块的TXD / RXDGPIO16GPIO17)与其产生冲突.因此,当你使用 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
+2
View File
@@ -22,6 +22,8 @@
?>**M5Stack Fire** 中的 GPIO 16 / 17 默认与PSRAM连接,这使得NB-IoT Plus模块的TXD / RXDGPIO16GPIO17)与其产生冲突.因此,当你使用 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