Skip to content

Commit

Permalink
Merge pull request OpenAtomFoundation#374 from android1257/master
Browse files Browse the repository at this point in the history
[HUST CSE] modify invalid links
  • Loading branch information
Supowang1989 authored May 6, 2023
2 parents 6a82f90 + 06c919e commit affa53d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 1. 腾讯云ESP8266定制固件说明及烧录
腾讯云IoT AT指令是一套针对使用通讯模组(2G/4G/NB/WIFI)接入腾讯云物联平台的定制AT指令集,如果通讯模组实现了该指令集,则设备接入和通讯更为简单,所需代码量更少。 ESP8266作为IoT领域使用最广泛的一款WiFi芯片/模组,我们在其通用AT指令基础上,增加了腾讯云IoT AT指令集,形成一个定制的模组固件QCloud_IoT_AT_ESP8266,腾讯云IoT定制的AT模组固件QCloud_IoT_AT_ESP8266,适用于所有FLASH大小为2MB或者2MB以上的ESP8266模组。

固件烧录方法请阅读文档:[腾讯云 IoT AT ESP8266 定制固件及说明](https://github.com/tencentyun/qcloud-iot-esp-wifi)
固件烧录方法请阅读文档:[腾讯云 IoT AT ESP8266 定制固件及说明](https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266)

# 2. 云端配置
登录[腾讯云物联网开发平台(IoT Explorer)](https://cloud.tencent.com/product/iotexplorer),点击“立即使用”进入控制台。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

腾讯云IoT AT指令是一套针对使用通讯模组(2G/4G/NB/WIFI)接入腾讯云物联平台的定制AT指令集,如果通讯模组实现了该指令集,则设备接入和通讯更为简单,所需代码量更少。 ESP8266作为IoT领域使用最广泛的一款WiFi芯片/模组,我们在其通用AT指令基础上,增加了腾讯云IoT AT指令集,形成一个定制的模组固件QCloud_IoT_AT_ESP8266,腾讯云IoT定制的AT模组固件QCloud_IoT_AT_ESP8266,适用于所有FLASH大小为2MB或者2MB以上的ESP8266模组。

固件烧录方法请阅读文档:[腾讯云 IoT AT ESP8266 定制固件及说明](https://github.com/tencentyun/qcloud-iot-esp-wifi)
固件烧录方法请阅读文档:[腾讯云 IoT AT ESP8266 定制固件及说明](https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266)

# 2. 云端配置
登录腾讯云, 搜索"云产品"下的"物联网通信"产品, 或直接访问:
Expand Down
4 changes: 2 additions & 2 deletions doc/29.TencentOS_Tiny_EVB_G0_QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ https://www.st.com/content/st_com/zh/products/development-tools/software-develop
## 1. 下载固件
腾讯云IoT AT指令是一套针对使用通讯模组(2G/4G/NB/WIFI)接入腾讯云物联平台的定制AT指令集,如果通讯模组实现了该指令集,则设备接入和通讯更为简单,所需代码量更少。 ESP8266作为IoT领域使用最广泛的一款WiFi芯片/模组,腾讯云在其通用AT指令基础上,增加了腾讯云IoT AT指令集,形成一个定制的模组固件QCloud_IoT_AT_ESP8266。

下载链接:[https://github.com/tencentyun/qcloud-iot-esp-wifi](https://github.com/tencentyun/qcloud-iot-esp-wifi)
下载链接:[https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266](https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266)

使用git下载的命令如下:
```bash
git clone https://github.com/tencentyun/qcloud-iot-esp-wifi.git
git clone https://github.com/TencentCloud/tc-iot-sdk-embedded-for-esp8266.git
```
下载之后即可在图中圈出的文件夹中看到定制固件:
![](https://img-blog.csdnimg.cn/20200912164445221.png#pic_center)
Expand Down
2 changes: 1 addition & 1 deletion tools/mdk_pack/Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ xs:noNamespaceSchemaLocation="PACK.xsd"\>

\<vendor\>TencentOS-tiny\</vendor\>

\<url\>[https://github.com/OpenAtomFoundation/TencentOS-tiny\</url](https://github.com/OpenAtomFoundation/TencentOS-tiny%3c/url)\>
\<url\>[https://github.com/OpenAtomFoundation/TencentOS-tiny](https://github.com/OpenAtomFoundation/TencentOS-tiny)\</url\>

\<license\>LICENSE.txt\</license\>

Expand Down
2 changes: 1 addition & 1 deletion tools/mdk_pack/Documentation/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ xs:noNamespaceSchemaLocation="PACK.xsd"\>
\<vendor\> TencentOS-tiny\</vendor\>

\< url\>
[https://github.com/OpenAtomFoundation/TencentOS-tiny\</url](https://github.com/OpenAtomFoundation/TencentOS-tiny%3c/url)
[https://github.com/OpenAtomFoundation/TencentOS-tiny](https://github.com/OpenAtomFoundation/TencentOS-tiny)\</url\>

\<license\>LICENSE.txt\</license\>

Expand Down

0 comments on commit affa53d

Please sign in to comment.