Merge branch 'docs/add_user_tips' into 'master'
docs: add web control tips See merge request ae_group/esp-box!15
|
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 928 KiB |
|
Before Width: | Height: | Size: 388 KiB |
|
After Width: | Height: | Size: 986 KiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 544 KiB After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 883 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 5.2 MiB After Width: | Height: | Size: 225 KiB |
|
Before Width: | Height: | Size: 307 KiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 708 KiB After Width: | Height: | Size: 1.2 MiB |
@@ -14,9 +14,10 @@ The figure below depicts an exploded view of the ESP32-S3-BOX, which shows the r
|
||||
|
||||
### What Do You Need
|
||||
|
||||
- A Hot Air Blower
|
||||
- A Flat-Head Screwdriver
|
||||
- A Phillips-Head Screwdriver
|
||||
* A Hot Air Blower
|
||||
* A Flat-Head Screwdriver
|
||||
* A Phillips-Head Screwdriver
|
||||
* Triangle Plastic Pry Opening Tool
|
||||
|
||||
### Components Overview
|
||||
|
||||
@@ -28,8 +29,8 @@ The following tutorial will guide you to disassemble the development board step-
|
||||
|
||||
### Step-by-step Guide
|
||||
|
||||
- The first step is to remove the touch display that is glued to the frame. Next, please use a "Hot Air Blower" perpendicularly on the edge of the touch screen to loosen the adhesive materials.
|
||||
- Use the "Flat-Head Screwdriver" to pry off the touch screen. Please be careful, as you may damage the FPC cable and the glass cover of the touch screen when removing the touch screen from the development board.
|
||||
- The first step is to remove the touch display that is glued to the frame. Please use a "Hot Air Blower" perpendicularly on the edge of the touch screen to loosen the adhesive materials.
|
||||
- Next, use the "Flat-Head Screwdriver" or "Triangle Plastic Pry Opening Tool" to pry off the touch screen. Please be careful, as you may damage the FPC cable and the glass cover of the touch screen when removing the touch screen from the development board.
|
||||
|
||||
<div align="center">
|
||||
<img src="_static/disassembly_pictures/figure_1.jpg" width="500px"/>
|
||||
@@ -38,16 +39,25 @@ The following tutorial will guide you to disassemble the development board step-
|
||||
- While tearing off the touch screen, you will observe the touch panel is connected to the mainboard by two FPC cables, 8 pin and 20 pin, respectively. Unlock the two FPC connectors and take down the whole touch screen.
|
||||
|
||||
<div align="center">
|
||||
<img src="_static/disassembly_pictures/figure_2.jpg" width="500px"/>
|
||||
<img src="_static/disassembly_pictures/figure_2_1.jpg" width="500px"/>
|
||||
</div>
|
||||
|
||||
- Use the “Phillips-Head Screwdriver” to remove the three self-tapping screws. Use the "Flat-Head Screwdriver" to remove the middle frame from the edge.
|
||||
. Use the "Flat-Head Screwdriver" to remove the middle frame from the edge.
|
||||
<div align="center">
|
||||
<img src="_static/disassembly_pictures/figure_2_2.jpg" width="500px"/>
|
||||
</div>
|
||||
|
||||
- Use the “Phillips-Head Screwdriver” to remove the three self-tapping screws.
|
||||
|
||||
<div align="center">
|
||||
<img src="_static/disassembly_pictures/figure_4.jpg" width="500px"/>
|
||||
</div>
|
||||
|
||||
- Use the "Flat-Head Screwdriver" or "Triangle Plastic Pry Opening Tool" to remove the middle frame from the edge.
|
||||
|
||||
<div align="center">
|
||||
<img src="_static/disassembly_pictures/figure_4_2.jpg" width="500px"/>
|
||||
</div>
|
||||
|
||||
> **Note**: The middle frame is 3D printed, it might be tight while removing the middle frame from the case. Try to open the snap-fit from the edge.
|
||||
|
||||
- You will see a microphone sub-board attached to the back of the middle frame. The mic sub-board is connected to the mainboard through a 6 pin FPC cable. Unscrew the two screws of the mic sub-board and unlock one side of the 6 pin FPC cable to remove the sub-board completely.
|
||||
|
||||
@@ -87,8 +87,8 @@ We recommend using `Windows 10` and above system. Under `Windows 10` system, the
|
||||
python -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` is the flash address
|
||||
2. `download_path/test_bin.bin` is the name and path the downloaded firmware.
|
||||
1. `0x0` is the fixed flash address
|
||||
2. `download_path/test_bin.bin` need be replaced with your firmware path and name.
|
||||
|
||||
5. After updating, the download tool will prompt `Hash of data verified`. Next, **please reboot to run the new firmware!**
|
||||
|
||||
@@ -118,8 +118,8 @@ We recommend using `Windows 10` and above system. Under `Windows 10` system, the
|
||||
python3 -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` is the flash address
|
||||
2. `download_path/test_bin.bin` is the name and path for the downloaded firmware.
|
||||
1. `0x0` is the fixed flash address.
|
||||
2. `download_path/test_bin.bin` need be replaced with your firmware path and name.
|
||||
|
||||
5. After updating, the download tool will prompt `Hash of data verified`. Next, **please reboot to run the new firmware!**
|
||||
|
||||
|
||||
@@ -92,8 +92,8 @@ ESP32-S3-BOX 支持使用 USB 接口更新固件,你仅需要准备:
|
||||
python -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` 是即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 为固件下载的路径和名称
|
||||
1. `0x0` 是一个固定值,表示即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 是一个变量,请替换为您的固件下载路径和名称
|
||||
|
||||
5. 下载完成后,工具将提示 `Hash of data verified`,之后**重新上电,即可进入新程序!**
|
||||
|
||||
@@ -126,8 +126,8 @@ ESP32-S3-BOX 支持使用 USB 接口更新固件,你仅需要准备:
|
||||
python3 -m esptool --chip esp32s3 write_flash 0x0 download_path/test_bin.bin
|
||||
```
|
||||
|
||||
1. `0x0` 是即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 为固件下载的路径和名称
|
||||
1. `0x0` 是一个固定值,表示即将写入的 flash 地址
|
||||
2. `download_path/test_bin.bin` 是一个变量,请替换为您的固件下载路径和名称
|
||||
|
||||
5. 下载完成后,工具将提示 `Hash of data verified`,之后**重新上电,即可进入新程序!**
|
||||
|
||||
|
||||
@@ -133,6 +133,8 @@ Scan another QR code again, and it will redirect you to the web control interfac
|
||||
<img src="_static/phone_scan_qrcode2.png">
|
||||
</div>
|
||||
|
||||
> Tips For Android phones: We recommend you to turn off the mobile network and use the IP address via Chrome, Safari, or Firefox browsers to visit the webpage if scanning the QR code fails to load the webpage
|
||||
|
||||
**3. Voice Command Customization**
|
||||
|
||||
1. You can simply turn on & turn off the light from this user interface;
|
||||
|
||||
@@ -128,6 +128,8 @@ ESP32-S3-BOX 最令人印象深刻的功能是乐鑫专有的 AI 语音识别系
|
||||
<img src="_static/phone_scan_qrcode2.png">
|
||||
</div>
|
||||
|
||||
> 小提示:对于部分安卓手机,如果网页加载失败,建议您关闭手机的移动网络。建议您使用 Chrome, Safari, Firefox 浏览器访问网页。
|
||||
|
||||
**3. 自定义语音命令词**
|
||||
|
||||
1. 您可以简单地在这个用户界面进行开灯或者关灯;
|
||||
|
||||