diff --git a/docs/Quick_start/en/Start_to_abandon.md b/docs/Quick_start/en/Start_to_abandon.md
index 4c030735f8fe82533c47fdae57e0bdc63ddaf6ce..511fb59ba04fe562bd0b9c3741ea10b16e7ae8e8 100644
--- a/docs/Quick_start/en/Start_to_abandon.md
+++ b/docs/Quick_start/en/Start_to_abandon.md
@@ -81,7 +81,7 @@ while account:
1. Run *led_net.py* in QPYcom.
-.png)
+
2. When it is a success to get request in running, you should plug out the SIM card (Try stimulate the situation of failure to register network). Please check the log as described below:
diff --git a/docs/Quick_start/en/media/Start_to_abandon_02.jpg b/docs/Quick_start/en/media/Start_to_abandon_02.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1b56d8ae7afd80a359711c6439a7feb55fa75307
Binary files /dev/null and b/docs/Quick_start/en/media/Start_to_abandon_02.jpg differ
diff --git a/docs/sbs/en/BSP/GPIO.md b/docs/sbs/en/BSP/GPIO.md
index e4643ce8c7ab50118a473fa9798190ad67244fe0..5f428c51bbc6bcac36ded85b237170200beddb61 100644
--- a/docs/sbs/en/BSP/GPIO.md
+++ b/docs/sbs/en/BSP/GPIO.md
@@ -12,11 +12,11 @@ In this document, it mainly introduces how to use QuecPytho_GPIO based on EC600X
对于目前QuecPython支持的GPIO,在官网wiki已经详细列出,具体位置为:[PIN_API库](https://python.quectel.com/wiki/#/zh-cn/api/QuecPythonClasslib?id=pin)
-As for the GPIO supported by QuecPython, it has been listed on the wiki of the official website, please check the specific location: [PIN_API library](https://python.quectel.com/wiki/#/zh-cn/api/QuecPythonClasslib?id=pin)
+As for the GPIO supported by QuecPython, it has been listed on the wiki of the official website, please check the specific location: [PIN_API library](https://python.quectel.com/wiki/#/en-us/api/QuecPythonClasslib?id=pin)
### SW design
-Similarly, as for the SW design, it has been listed on the wiki of the official website, please check the specific location: [PIN_API library](https://python.quectel.com/wiki/#/zh-cn/api/QuecPythonClasslib?id=pin)
+Similarly, as for the SW design, it has been listed on the wiki of the official website, please check the specific location: [PIN_API library](https://python.quectel.com/wiki/#/en-us/api/QuecPythonClasslib?id=pin)
### Interaction operation
@@ -46,7 +46,7 @@ Similar with above
### SW design
-As for SW design, please refer to the wiki on the official website. Here shows the link: [ExtInt_API Library](https://python.quectel.com/wiki/#/zh-cn/api/QuecPythonClasslib?id=extint)
+As for SW design, please refer to the wiki on the official website. Here shows the link: [ExtInt_API Library](https://python.quectel.com/wiki/#/en-us/api/QuecPythonClasslib?id=extint)
### Interaction operation
diff --git a/docs/sbs/en/BSP/PWM.md b/docs/sbs/en/BSP/PWM.md
index 0bb2347ceb630eb0a6791e19e0eda65537bee859..a4141ca03160f12d0ec521287f932d6f69c1c6c2 100644
--- a/docs/sbs/en/BSP/PWM.md
+++ b/docs/sbs/en/BSP/PWM.md
@@ -116,7 +116,7 @@ if __name__ == "__main__":
test_pwm(fre=100, duty=0.4)
```
-.png)
+
The above figures shows the packaged PWMclass outputs the waveforms of 1K, 10K and 100K directly.
diff --git a/docs/sbs/en/QuecPythonSys/filesystem.md b/docs/sbs/en/QuecPythonSys/filesystem.md
index 87c3853670570392f3273d6219f93808f74710f0..01e1ecde29f46b941dd8d3a93d1e189323f47302 100644
--- a/docs/sbs/en/QuecPythonSys/filesystem.md
+++ b/docs/sbs/en/QuecPythonSys/filesystem.md
@@ -1,8 +1,9 @@
## Revision History
-| Version | Date | Author | Change expression |
-| ------- | ---------- | ---------- | ----------------- |
-| 1.0 | 2021-09-17 | David.Tang | Initial version |
+| Version | Date | Author | Change expression |
+| ------- | ---------- | ---------- | ------------------------------------ |
+| 1.0 | 2021-09-17 | David.Tang | Initial version |
+| 1.1 | 2022-02-16 | David.Tang | Translate Chinese operation pictures |
## Brief introduction
@@ -24,7 +25,7 @@ Several ways are achievable to download script.
**File operation**
-For how to operate QuecPython file system, you can take [uos module](https://python.quectel.com/wiki/#/zh-cn/api/pythonStdlib?id=uos-%e5%9f%ba%e6%9c%ac%e7%b3%bb%e7%bb%9f%e6%9c%8d%e5%8a%a1) and [uiomodule](https://python.quectel.com/wiki/#/zh-cn/api/pythonStdlib?id=uio-%e8%be%93%e5%85%a5%e8%be%93%e5%87%ba%e6%b5%81) as references.
+For how to operate QuecPython file system, you can take [uos module](https://python.quectel.com/wiki/#/en-us/api/pythonStdlib?id=uos-basic-quotoperating-systemquot-services) and [uiomodule](https://python.quectel.com/wiki/#/en-us/api/pythonStdlib?id=uio-inputoutput-streams) as references.
For various ports, please take following cases as examples:
@@ -102,7 +103,7 @@ In this document, the image file making of several files are illustrated:
The made image file is
-
+
### Substitute image file and flash FW
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_01.jpg b/docs/sbs/en/QuecPythonSys/media/filesystem_01.jpg
index 1931c71147c5b749bd3c5dbbd505cc2109547ebd..a6ff5e268eedf9f7b39ffeb177cbf37205255d54 100644
Binary files a/docs/sbs/en/QuecPythonSys/media/filesystem_01.jpg and b/docs/sbs/en/QuecPythonSys/media/filesystem_01.jpg differ
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_02.jpg b/docs/sbs/en/QuecPythonSys/media/filesystem_02.jpg
index 21b5ef0284bc874f7d0c92b9161f7b56c91913a6..f3e2e304db08dda5d468629145389c7689a29de0 100644
Binary files a/docs/sbs/en/QuecPythonSys/media/filesystem_02.jpg and b/docs/sbs/en/QuecPythonSys/media/filesystem_02.jpg differ
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_03.jpg b/docs/sbs/en/QuecPythonSys/media/filesystem_03.jpg
index 322f3f654806cbc5e6ba7ed64058142583c6d442..6dd6eef165ce2bcffc66ef1a049146d491662066 100644
Binary files a/docs/sbs/en/QuecPythonSys/media/filesystem_03.jpg and b/docs/sbs/en/QuecPythonSys/media/filesystem_03.jpg differ
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_05.jpg b/docs/sbs/en/QuecPythonSys/media/filesystem_05.jpg
index 12a9f7620876915bacffadebb9e4880e07375861..3adc08409ffa46f1ea5553c465689e853d912897 100644
Binary files a/docs/sbs/en/QuecPythonSys/media/filesystem_05.jpg and b/docs/sbs/en/QuecPythonSys/media/filesystem_05.jpg differ
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_06.png b/docs/sbs/en/QuecPythonSys/media/filesystem_06.png
index 426fda2253d2726f3e5b5c3335a1fe5e031ca3ea..ef8fc7cbd31df2f9d8e98db8cf699c98b8687e5c 100644
Binary files a/docs/sbs/en/QuecPythonSys/media/filesystem_06.png and b/docs/sbs/en/QuecPythonSys/media/filesystem_06.png differ
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_07.jpg b/docs/sbs/en/QuecPythonSys/media/filesystem_07.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7f4bd4715a8432ae359a08c8616350a4a56ffba2
Binary files /dev/null and b/docs/sbs/en/QuecPythonSys/media/filesystem_07.jpg differ
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_07.png b/docs/sbs/en/QuecPythonSys/media/filesystem_07.png
deleted file mode 100644
index 90bd22f3ecefbd6a4eaff6f23d1db6f2909fb90f..0000000000000000000000000000000000000000
Binary files a/docs/sbs/en/QuecPythonSys/media/filesystem_07.png and /dev/null differ
diff --git a/docs/sbs/en/QuecPythonSys/media/filesystem_08.png b/docs/sbs/en/QuecPythonSys/media/filesystem_08.png
index e9600be3531d9e5c3975c86692cfb2f66ffea1d0..22dc06cf1e1bf6b085d7ad8523f5c9525b0e18b3 100644
Binary files a/docs/sbs/en/QuecPythonSys/media/filesystem_08.png and b/docs/sbs/en/QuecPythonSys/media/filesystem_08.png differ
diff --git a/docs/sbs/en/QuecPythonWirelessNetwork/sim.md b/docs/sbs/en/QuecPythonWirelessNetwork/sim.md
index 942440652bf4954fa0890eb503d854b4a52045f8..c315acae0810b1253397f9f43dfebb577f189172 100644
--- a/docs/sbs/en/QuecPythonWirelessNetwork/sim.md
+++ b/docs/sbs/en/QuecPythonWirelessNetwork/sim.md
@@ -136,5 +136,5 @@ The Phonebook Memory Storage is the storage area for the phonebook of SIM card.
**[ts_127007v100300p.pdf](https://www.etsi.org/deliver/etsi_ts/127000_127099/127007/10.03.00_60/ts_127007v100300p.pdf)**
-**[Quecpython sim - SIM Card Library]([QuecPython 类库 (quectel.com)](https://python.quectel.com/wiki/#/zh-cn/api/QuecPythonClasslib?id=sim-sim卡))**
+**[Quecpython sim - SIM Card Library](https://python.quectel.com/wiki/#/en-us/api/QuecPythonClasslib?id=sim-sim-card)**
diff --git a/docs/sbs/en/thread/Format_String.md b/docs/sbs/en/thread/Format_String.md
index d78a7ffa03bcbc9d777ae13cf178638d6716c22f..a4dea0269d60fdcebc27c976c98812f1e6c10c8e 100644
--- a/docs/sbs/en/thread/Format_String.md
+++ b/docs/sbs/en/thread/Format_String.md
@@ -1,8 +1,9 @@
Revision History
-| Version | Date | Author | Description |
-| ------- | ---------- | ---------- | --------------- |
-| 1.0 | 2021-09-28 | David.Tang | Initial version |
+| Version | Date | Author | Description |
+| ------- | ---------- | ---------- | ------------------------------------ |
+| 1.0 | 2021-09-28 | David.Tang | Initial version |
+| 1.1 | 2022-02-16 | David.Tang | Translate Chinese operation pictures |
This document is specialized for the conversion between string and Hexadecimal. Please check the details.
@@ -118,7 +119,7 @@ hex_test = str_to_hex(str_test)
```python
from machine import UART
-uart0 = UART(UART.UART0, 115200, 8, 0, 1, 0)
+uart0 = UART(UART.UART2, 115200, 8, 0, 1, 0)
str_test = 'Quectel build a smarter world'
def str_to_hex(s):
list_hex = ' '.join([hex(ord(c)) for c in s]).split()
@@ -131,13 +132,13 @@ uart0.write(hex_test)
2. Download above files into the module and run, then enable serial port debugging tool. (Here, it is the UartAssist that is used)
-
+
-
+
3. Run the program and check the result in serial port tool.
-
+
**Tips:**
@@ -145,7 +146,7 @@ If received via ASCII, there will be displayed with a form of string.
4. For module serial port reception: Whether the serial port tool sends ASCII or HEX data, it is the bytes data that read by serial port.
-
+
## Encode and Decode
diff --git a/docs/sbs/en/thread/code/str_hex_test.py b/docs/sbs/en/thread/code/str_hex_test.py
new file mode 100644
index 0000000000000000000000000000000000000000..b13077084541239b7bd1f0513ea044409ebe32d0
--- /dev/null
+++ b/docs/sbs/en/thread/code/str_hex_test.py
@@ -0,0 +1,10 @@
+from machine import UART
+uart2 = UART(UART.UART2, 115200, 8, 0, 1, 0)
+str_test = 'Quectel build a smarter world'
+def str_to_hex(s):
+ list_hex = ' '.join([hex(ord(c)) for c in s]).split()
+ list = [int(i,16) for i in list_hex]
+ bytearr = bytearray(list)
+ return bytearr
+hex_test = str_to_hex(str_test)
+uart2.write(hex_test)
\ No newline at end of file
diff --git a/docs/sbs/en/thread/media/UartAssist.png b/docs/sbs/en/thread/media/UartAssist.png
deleted file mode 100644
index 95d51c3d8dd3f9035688e5ac945519459011680c..0000000000000000000000000000000000000000
Binary files a/docs/sbs/en/thread/media/UartAssist.png and /dev/null differ
diff --git a/docs/sbs/en/thread/media/file_download.png b/docs/sbs/en/thread/media/file_download.png
deleted file mode 100644
index ae3d1ab20339489871623fa38631d5efd5af0a2b..0000000000000000000000000000000000000000
Binary files a/docs/sbs/en/thread/media/file_download.png and /dev/null differ
diff --git a/docs/sbs/en/thread/media/format_string_01.jpg b/docs/sbs/en/thread/media/format_string_01.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a4113853395e6424d1eadc1946a4ac13a6242a84
Binary files /dev/null and b/docs/sbs/en/thread/media/format_string_01.jpg differ
diff --git a/docs/sbs/en/thread/media/format_string_02.jpg b/docs/sbs/en/thread/media/format_string_02.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..18e5297c114768391fa40100e25b0ace9f17f12a
Binary files /dev/null and b/docs/sbs/en/thread/media/format_string_02.jpg differ
diff --git a/docs/sbs/en/thread/media/format_string_03.jpg b/docs/sbs/en/thread/media/format_string_03.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ef4910e102f23656411dbc85a1b8517f5a2c598b
Binary files /dev/null and b/docs/sbs/en/thread/media/format_string_03.jpg differ
diff --git a/docs/sbs/en/thread/media/format_string_04.jpg b/docs/sbs/en/thread/media/format_string_04.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8e9c6e75d89e6cc7a2519d69d9b298dc364f32f3
Binary files /dev/null and b/docs/sbs/en/thread/media/format_string_04.jpg differ
diff --git a/docs/sbs/en/thread/media/str_hex_result.png b/docs/sbs/en/thread/media/str_hex_result.png
deleted file mode 100644
index 41442a593cd957cf457af1b69ebc9ccba27e2a2f..0000000000000000000000000000000000000000
Binary files a/docs/sbs/en/thread/media/str_hex_result.png and /dev/null differ
diff --git a/docs/sbs/en/thread/media/uart_read.png b/docs/sbs/en/thread/media/uart_read.png
deleted file mode 100644
index f17f3bfd40c75334b617219016d39a22c6fe657c..0000000000000000000000000000000000000000
Binary files a/docs/sbs/en/thread/media/uart_read.png and /dev/null differ