Merge branch 'master' of github.com:m5stack/m5-docs

This commit is contained in:
ali-admin
2020-11-17 16:39:10 +08:00
96 changed files with 242 additions and 147 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

+4 -3
View File
@@ -43,7 +43,8 @@ var header = new Vue({
activeIndex: '1',
pdf_notify: '',
anchorList: [],
related_products: ''
related_products: '',
purchase_link: 'https://m5stack.com/'
},
methods: {
loading(str) {
@@ -320,6 +321,7 @@ function anchor_search(purchase_link="none",quickstart_link="none"){
}
)
$("#main").append(`<h2 id="${purchase_name}"><a href="${purchase_link}" data-id="${purchase_name}" class="anchor" style="color: #007aff;"><span>${purchase_name}</span></a></h2>`);
header.purchase_link = purchase_link;
}
if(quickstart_link!="none"){
header.anchorList.unshift(
@@ -329,8 +331,7 @@ function anchor_search(purchase_link="none",quickstart_link="none"){
'link' : quickstart_link,
"expand" : []
}
)
// $(".product_pic").after(`<h2 id="${quickstart_name}" style="margin-bottom:0px;"><a href="${quickstart_link}" data-id="${quickstart_name.toUpperCase()}" class="anchor" style="color: #007aff;"><span>${quickstart_name}</span></a></h2>`);
)
}
easyloader_video();
}
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -73,7 +73,7 @@ NOTE: Calibration required for first usePress and hold the right C key to sta
### MPU 6886
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/BALA/EasyLoader_APP_BALA_MPU6886.exe"><el-button type="primary">download EasyLoader</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**)
>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.
>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.
+1 -1
View File
@@ -80,7 +80,7 @@
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/Demo%20Board/EasyLoader_APP_Demo_Board.exe"><el-button type="primary">download EasyLoader</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**)
>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.
>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.
+1 -1
View File
@@ -79,7 +79,7 @@ The effective image generate by the Lepton sensor is 160×120, but you can proce
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/FLIR/EasyLoader_APP_FLIR_Lepton_Bot.exe"><el-button type="primary">download EasyLoader</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**)
>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.
>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.
+1 -1
View File
@@ -109,7 +109,7 @@ If you are interest in AGV development, We especially encourage you to modify th
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Application/LidarBOT/LidarBot_RemoteController/LidarBot_RemoteController.exe"><button type="button" class="btn btn-primary">click to download EasyLoader/Remote</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**)
>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.
>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.
+12
View File
@@ -4,6 +4,13 @@
<div class="product_pic"><img src="assets/img/product_pics/atom_base/echo/Echo.webp"></div>
## Tutorial&Quick-Start
view the corresponding tutorial&quick-Start.
<a href="/#/en/quick_start/atom/atom_echo_quick_start"><el-tag effect="plain">Bluetooth Speaker</el-tag></a>
<a href="/#/en/quick_start/atom/atom_echo_quick_start?id=echostt"><el-tag effect="plain">EchoSTT Guide</el-tag></a>
## Description
**ATOM ECHO** is a Programmable Smart Speaker based on the M5ATOM design. Its form factor is very small, its dimensions are only 24 * 24 * 17 mm. Music can be played using the bluetooth capabilities of the ESP32 from a mobile phone or tablet. The device could be programmed to access AWS, Baidu and other cloud platforms, using the built-in microphone and speaker for voice interaction, so that ATOM ECHO has certain AI capabilities, realizing voice control, story telling, Internet of things and other functions. The speaker is embedded with an RGB LED (SK6812), which can visually display the connection status. In addition to being used as a Bluetooth speaker, it still has the control ability of Atom series.Screw hole on the back is convenient for users to fix.
@@ -179,6 +186,11 @@ The factory default firmware is Bluetooth speaker, which uses A2DP protocol to t
- [EchoSTT service](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/Atom/AtomEcho/Arduino/EchoSTT)
### Tutorial
- [Bluetooth Speaker](en/quick_start/atom/atom_echo_quick_start)
- [EchoSTT Guide](en/quick_start/atom/atom_echo_quick_start?id=echostt)
## Video
**The following video is an example**
@@ -55,7 +55,7 @@ For example, you can stack an IoT module such as LoRa, GSM, LTE, etc, in between
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Base/IIoT_Dual_Switch_Kit_with_core/EasyLoader_IIoT_Dual_Switch_Kit_with_core.exe"><el-button type="primary">download EasyLoader</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**)
>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.
>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 -3
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/atom/atom_quick_start_uiflow"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/atom/atom_quick_start_uiflow"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
@@ -158,7 +158,7 @@ Choose the development platform you want to use, view the corresponding tutorial
### 2. UIFlow
- Click [here](https://docs.m5stack.com/#/zh_CN/quick_start/atom/atom_quick_start) to view UIFlow example
- Click [here](https://docs.m5stack.com/#/en/quick_start/atom/atom_quick_start) to view UIFlow example
<img src="assets/img/product_pics/core/minicore/atom/atom_lite_example.webp" width="50%" height="50%">
+3 -3
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/atom/atom_quick_start_uiflow"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/atom/atom_quick_start_uiflow"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
@@ -168,7 +168,7 @@ Choose the development platform you want to use, view the corresponding tutorial
### 2. UIFlow
- Click [here](https://docs.m5stack.com/#/zh_CN/quick_start/atom/atom_quick_start) to view UIFlow example
- Click [here](https://docs.m5stack.com/#/en/quick_start/atom/atom_quick_start) to view UIFlow example
<script>
+2 -2
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
+2 -2
View File
@@ -370,8 +370,8 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
### Tutorial
- [UIFlow](/#/zh_CN/quick_start/core2/m5stack_core2_get_started_MicroPython)
- [Arduino](/#/zh_CN/arduino/arduino_core2_development)
- [UIFlow](/#/en/quick_start/core2/m5stack_core2_get_started_MicroPython)
- [Arduino](/#/en/arduino/arduino_core2_development)
<script>
+5 -5
View File
@@ -1,6 +1,6 @@
# Core2 for AWS
<el-tag effect="plain">AWS-K010</el-tag>
<el-tag effect="plain">SKU:K010-AWS</el-tag>
<div class="product_pic"><img class="pic" src="assets/img/product_pics/core/core2_aws/core2_aws_01.webp"><img class="pic" src="assets/img/product_pics/core/core2_aws/core2_aws_02.webp"></div>
@@ -153,18 +153,18 @@
</tr>
<tr>
<td>Net weight</td>
<td>52g</td>
<td>68g</td>
<tr>
<td>Gross weight</td>
<td>70g</td>
<td>94g</td>
</tr>
<tr>
<td>Product size</td>
<td>54 x 54 x 16mm</td>
<td>54 x 54 x 24mm</td>
</tr>
<tr>
<td>Package size</td>
<td>75 x 60 x 20mm</td>
<td>90 x 60 x 25mm</td>
</tr>
<tr>
<td>Shell material</td>
+2 -2
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
+2 -2
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
+2 -2
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
+2 -2
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
+2 -2
View File
@@ -8,8 +8,8 @@
Choose the development platform you want to use, view the corresponding tutorial&quick-Start.
<a href="/#/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/zh_CN/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
<a href="/#/en/quick_start/m5core/m5stack_core_get_started_MicroPython"><el-tag effect="plain">UIFlow</el-tag></a>
<a href="/#/en/arduino/arduino_development"><el-tag effect="plain">Arduino</el-tag></a>
## Description
+1 -1
View File
@@ -221,7 +221,7 @@ For more info on specific pin functions refer to the official ESP32 Docs[ESP32 d
// 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';
// var quickstart_link = 'https://docs.m5stack.com/#/en/quick_start/core2/m5stack_core2_quick_start';
// anchor_search(purchase_link,quickstart_link);
anchor_search();

Some files were not shown because too many files have changed in this diff Show More