diff --git a/docs/Application_guide/en/dev-tools/DTU-Tool/README.md b/docs/Application_guide/en/dev-tools/DTU-Tool/README.md index 9bccf83a8248d8e07a32f303019bdfe0297ee4a6..0d5c899257c13c7fd198b8a0776fad7a16af05e6 100644 --- a/docs/Application_guide/en/dev-tools/DTU-Tool/README.md +++ b/docs/Application_guide/en/dev-tools/DTU-Tool/README.md @@ -25,27 +25,27 @@ DTU Tool has two main functions: ### Query IMEI Number -![](../../media/dev-tools/dtu-tool/读取IMEI.png) +![](../../media/dev-tools/dtu-tool/IMEI_en.png) The left serial port data display box displays the detailed serial port data in string format, and the right command box displays the queried IMEI number. ### Query Phone Number -![](../../media/dev-tools/dtu-tool/查询本机号码.png) +![](../../media/dev-tools/dtu-tool/phone.png) ### Query Signal Strength -![](../../media/dev-tools/dtu-tool/查询信号强度.png) +![](../../media/dev-tools/dtu-tool/signal.png) ### Restart Device -![](../../media/dev-tools/dtu-tool/设备重启.png) +![](../../media/dev-tools/dtu-tool/restart.png) ### Get Current Parameter Settings In the command box, click **`get current setting`** to request the current parameter settings of the DTU device, and the tool will redirect to the parameter setting and display page -![](../../media/dev-tools/dtu-tool/获取当前配置.png) +![](../../media/dev-tools/dtu-tool/get_cur_settings.png) Parameter setting and display page @@ -57,11 +57,11 @@ After getting the current parameter settings, enter the parameter "settings" pag After the modification is completed, return to the "repl" page and click **`save setting`** to save the settings. -![](../../media/dev-tools/dtu-tool/保存配置.png) +![](../../media/dev-tools/dtu-tool/save_conf.png) Click **`restore factory setting`** to restore the factory settings. -![](../../media/dev-tools/dtu-tool/恢复出厂设置.png) +![](../../media/dev-tools/dtu-tool/restore_factory.png) #### System Configuration Parameter @@ -105,7 +105,7 @@ Downstream message: `"1,6,ijklmn"` Both the uplink and downlink messages between the module and the external device (MCU) are in string format, with data items separated by `","`. -![](../../media/dev-tools/dtu-tool/模拟mcu通信.png) +![](../../media/dev-tools/dtu-tool/communicate.png) ## Secondary Development diff --git a/docs/Application_guide/en/dev-tools/Thonny/README.md b/docs/Application_guide/en/dev-tools/Thonny/README.md index 15dfb79d04906a538bf9a74bc2bd47980286020d..42ef7f37edc60b7cb690c56644e8365e8ceb2cdc 100644 --- a/docs/Application_guide/en/dev-tools/Thonny/README.md +++ b/docs/Application_guide/en/dev-tools/Thonny/README.md @@ -46,7 +46,7 @@ Taking the `64-bit Windows 10` environment as an example, install the program `I Taking the `64-bit Windows 10` environment as an example, use the `Portable variant with 64-bit Python 3.10`. Download the installation package `thonny-4.1.2-windows-portable.zip`, extract it, and double-click *`thonny.exe`* to run it. -![](../../media/dev-tools/thonny/portable.png) +![](../../media/dev-tools/thonny/portable_en.png) ### Installation using PIP @@ -86,7 +86,7 @@ In the pop-up dialog box, select the Python interpreter `Local Python3` for the In the Thonny text editing area, edit the Python script. -![](../../media/dev-tools/thonny/hello.png) +![](../../media/dev-tools/thonny/hello_en.png) > Press "**`Ctrl + S`**" and select a path in the pop-up window to save the current Python script file. @@ -127,13 +127,13 @@ Recommended pip mirror In the menu bar, select "**`Tools`**" --> "**`QuecPython Kits`**" to open the plugin interface. The sub-interface will appear at the bottom of the screen, as shown in the following image. -![](../../media/dev-tools/thonny/quecpython_kits_view.png) +![](../../media/dev-tools/thonny/quecpython_kits_view_en.png) ## Download QuecPython Firmware Click "**`Select Path`**" in the plugin bar to choose the firmware file you want to download. Then click "`Download Firmware`" to start the module firmware download process. The information will pop up after the module is successfully downloaded as shown in the following image. -![](../../media/dev-tools/thonny/fw_burning.png) +![](../../media/dev-tools/thonny/fw_burning_en.png) > Before downloading the firmware, make sure the module is connected to the computer. diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/IMEI_en.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/IMEI_en.png new file mode 100644 index 0000000000000000000000000000000000000000..cc30e414cf34d0fc2c752659423e4632c78c18cf Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/IMEI_en.png differ diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/communicate.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/communicate.png new file mode 100644 index 0000000000000000000000000000000000000000..a59e1330d705720db0f6845e217e0bbb2624e207 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/communicate.png differ diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/get_cur_settings.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/get_cur_settings.png new file mode 100644 index 0000000000000000000000000000000000000000..715d766ef91d240ae9852de27369fcc20bc32fd0 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/get_cur_settings.png differ diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/phone.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..a7509e178d7d59a172bf910215046be3e3a9b320 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/phone.png differ diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/restart.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/restart.png new file mode 100644 index 0000000000000000000000000000000000000000..e2bcfa2a6e4107168e0f60c1989d71737883e655 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/restart.png differ diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/restore_factory.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/restore_factory.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2242055f25cb95fcb7e21356715221cd71bd98 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/restore_factory.png differ diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/save_conf.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/save_conf.png new file mode 100644 index 0000000000000000000000000000000000000000..32c25f01998837581aa1dd23c587aee2c0d78287 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/save_conf.png differ diff --git a/docs/Application_guide/en/media/dev-tools/dtu-tool/signal.png b/docs/Application_guide/en/media/dev-tools/dtu-tool/signal.png new file mode 100644 index 0000000000000000000000000000000000000000..010e5d9f7c13b0f02e6735241b4937c98b6e6c4d Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/dtu-tool/signal.png differ diff --git a/docs/Application_guide/en/media/dev-tools/thonny/fw_burning_en.png b/docs/Application_guide/en/media/dev-tools/thonny/fw_burning_en.png new file mode 100644 index 0000000000000000000000000000000000000000..e40c077f4955c7a67d728af1228f4c4e7124c396 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/thonny/fw_burning_en.png differ diff --git a/docs/Application_guide/en/media/dev-tools/thonny/hello_en.png b/docs/Application_guide/en/media/dev-tools/thonny/hello_en.png new file mode 100644 index 0000000000000000000000000000000000000000..488979ccf32f31ed2e64e60eada76d689c6c17b7 Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/thonny/hello_en.png differ diff --git a/docs/Application_guide/en/media/dev-tools/thonny/portable_en.png b/docs/Application_guide/en/media/dev-tools/thonny/portable_en.png new file mode 100644 index 0000000000000000000000000000000000000000..55eb9536873abb23694773753102df6e7ef3d32b Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/thonny/portable_en.png differ diff --git a/docs/Application_guide/en/media/dev-tools/thonny/quecpython_kits_view_en.png b/docs/Application_guide/en/media/dev-tools/thonny/quecpython_kits_view_en.png new file mode 100644 index 0000000000000000000000000000000000000000..6a312d848443599a087d62b91a65873740675d8c Binary files /dev/null and b/docs/Application_guide/en/media/dev-tools/thonny/quecpython_kits_view_en.png differ