Skip to content

Commit b7c6f72

Browse files
committed
quectel: Update readme.
1 parent ab08ec0 commit b7c6f72

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

ports/quectel/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ This is a port of MicroPython to the Quectel series of
55
microcontrollers. It uses the HeliosSDK and MicroPython runs as
66
a task under FreeRTOS.
77

8-
Support Eigencomm, Unisoc, Qualcomm and ASR cellular modules.
8+
Supports Unisoc cellular modules.
99

1010
Supported features include:
1111
- REPL (Python prompt) over usb.
1212
- Python 3.4 syntax and built-in rich functional modules.
13-
- The machine module with GPIO, EXTINT, UART, SPI, ADC, WDT RTC, and Timer.
14-
- The network module with cellular modem support.
13+
- File system with ability to create, edit and import files.
1514
- etc.
1615

1716
Setting up HeliosSDK and the build environment
@@ -22,7 +21,7 @@ manage the quectel microcontroller, as well as a way to manage the required
2221
build environment and toolchains needed to build the firmware.
2322

2423
To install the HeliosSDK the full instructions can be found at the
25-
[HeliosSDK Development Guide](https://python.quectel.com/doc/Application_guide/zh/helios-sdk/quick-start.html).
24+
[HeliosSDK Development Guide](https://developer.quectel.com/doc/quecpython/Application_guide/en/helios-sdk/quick-start.html).
2625

2726
**Windows 10 Environment Setup**
2827

@@ -56,7 +55,7 @@ sudo apt install p7zip-full git make python3
5655

5756
*Source Code*
5857

59-
For HeliosSDK, please contact the [QuecPython technical team](https://python.quectel.com/en/contact) for the source code of HeliosSDK(We are preparing to open source), You can also get supports through email QuecPython@quectel.com.
58+
For HeliosSDK, please contact the [QuecPython technical team](https://developer.quectel.com/contact) for the source code of HeliosSDK(We are preparing to open source), You can also get supports through email QuecPython@quectel.com.
6059

6160
For MicroPython, You can directly pull the official code, but you need to pull MicroPython into the heliossdk directory, for example, create a services directory under heliossdk and place MicroPython in the services directory.
6261

@@ -127,10 +126,10 @@ helios clean
127126

128127
*Flash the firmware*
129128

130-
You need to use QPYcom or VSCode tool to burn the firmware. Please refer to [Quectel_QFlash_User_Guide](https://python.quectel.com/doc/Getting_started/en/flash_firmware.html) for firmware flashing.
129+
You need to use QPYcom or VSCode tool to burn the firmware. Please refer to [Quectel_QFlash_User_Guide](https://developer.quectel.com/doc/quecpython/Getting_started/en/4G/flash_firmware.html) for firmware flashing.
131130

132131

133132
Accessing the board
134133
-------------------------------------
135134

136-
You can access via the `USB REPL` port, which stands for `Read-Eval-Print-Loop` (interactive interpreter). Please refer to [Quectel_Getting_Started](https://python.quectel.com/doc/Getting_started/en/REPL_dev.html) for firmware debugging.
135+
You can access via the `USB REPL` port, which stands for `Read-Eval-Print-Loop` (interactive interpreter). Please refer to [Quectel_Getting_Started](https://developer.quectel.com/doc/quecpython/Getting_started/en/4G/REPL_dev.html) for firmware debugging.

0 commit comments

Comments
 (0)