Skip to content

Commit 626685c

Browse files
committed
Merge branch 'docs/remove_ble_from_esp32s2' into 'master'
docs: Provided custom content about AT commands for different chip targets Closes DOC-10919 See merge request application/esp-at!1813
2 parents f624ea0 + becf7e8 commit 626685c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/en/Get_Started/What_is_ESP-AT.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ What is ESP-AT
33

44
:link_to_translation:`zh_CN:[中文]`
55

6+
{IDF_TARGET_AT_COMMANDS: default="Wi-Fi commands, TCP/IP commands, MQTT commands, HTTP commands", esp32="Wi-Fi commands, TCP/IP commands, Bluetooth LE commands, Bluetooth commands, MQTT commands, HTTP commands, Ethernet commands", esp32c2="Wi-Fi commands, TCP/IP commands, Bluetooth LE commands, MQTT commands, HTTP commands", esp32c3="Wi-Fi commands, TCP/IP commands, Bluetooth LE commands, MQTT commands, HTTP commands", esp32c6="Wi-Fi commands, TCP/IP commands, Bluetooth LE commands, MQTT commands, HTTP commands"}
7+
8+
69
.. important::
710
Before using the ESP-AT, please read the :doc:`../disclaimer` carefully and comply with its terms and precautions.
811

912
ESP-AT is a solution developed by Espressif to integrate connectivity into customers' products, which can be quickly moved to mass production. It aims to reduce software development costs and quickly form products. With ESP-AT commands, you can quickly join the wireless network, connect to the cloud platform, realize data transmission and remote control functions, and realize the interconnection of everything through wireless communication easily.
1013

11-
ESP-AT is a project based on ESP-IDF. It makes an {IDF_TARGET_NAME} board work as a slave, and an MCU as a host. The host MCU sends AT commands to the {IDF_TARGET_NAME} chip and receives AT responses back. ESP-AT provides a wide range of AT commands with different functions, such as Wi-Fi commands, TCP/IP commands, Bluetooth LE commands, Bluetooth commands, MQTT commands, HTTP commands, and Ethernet commands.
14+
ESP-AT is a project based on ESP-IDF. It makes an {IDF_TARGET_NAME} board work as a slave, and an MCU as a host. The host MCU sends AT commands to the {IDF_TARGET_NAME} chip and receives AT responses back. ESP-AT provides a wide range of AT commands with different functions, such as {IDF_TARGET_AT_COMMANDS}, etc.
1215

1316
.. figure:: ../../_static/ESP-AT-overview.jpg
1417
:align: center

docs/zh_CN/Get_Started/What_is_ESP-AT.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ ESP-AT 是什么
33

44
:link_to_translation:`en:[English]`
55

6+
{IDF_TARGET_AT_COMMANDS: default="Wi-Fi 命令、TCP/IP 命令、MQTT 命令、HTTP 命令", esp32="Wi-Fi 命令、TCP/IP 命令、Bluetooth LE 命令、Bluetooth 命令、MQTT 命令、HTTP 命令、Ethernet 命令", esp32c2="Wi-Fi 命令、TCP/IP 命令、Bluetooth LE 命令、MQTT 命令、HTTP 命令", esp32c3="Wi-Fi 命令、TCP/IP 命令、Bluetooth LE 命令、MQTT 命令、HTTP 命令", esp32c6="Wi-Fi 命令、TCP/IP 命令、Bluetooth LE 命令、MQTT 命令、HTTP 命令"}
7+
68
.. important::
79
在使用 ESP-AT 前,请仔细阅读 :doc:`../disclaimer`,并遵循其中的各项条款和注意事项。
810

911
ESP-AT 是乐鑫开发的可直接用于量产的物联网应用固件,旨在降低客户开发成本,快速形成产品。通过 ESP-AT 命令,您可以快速加入无线网络、连接云平台、实现数据通信以及远程控制等功能,真正的通过无线通讯实现万物互联。
1012

11-
ESP-AT 是基于 ESP-IDF 实现的软件工程。它使 {IDF_TARGET_NAME} 模组作为从机,MCU 作为主机。MCU 发送 AT 命令给 {IDF_TARGET_NAME} 模组,控制 {IDF_TARGET_NAME} 模组执行不同的操作,并接收 {IDF_TARGET_NAME} 模组返回的 AT 响应。ESP-AT 提供了大量功能不同的 AT 命令,如 Wi-Fi 命令、TCP/IP 命令、Bluetooth LE 命令、Bluetooth 命令、MQTT 命令、HTTP 命令、Ethernet 命令等
13+
ESP-AT 是基于 ESP-IDF 实现的软件工程。它使 {IDF_TARGET_NAME} 模组作为从机,MCU 作为主机。MCU 发送 AT 命令给 {IDF_TARGET_NAME} 模组,控制 {IDF_TARGET_NAME} 模组执行不同的操作,并接收 {IDF_TARGET_NAME} 模组返回的 AT 响应。ESP-AT 提供了大量功能不同的 AT 命令,如 {IDF_TARGET_AT_COMMANDS}等
1214

1315
.. figure:: ../../_static/ESP-AT-overview.jpg
1416
:align: center

0 commit comments

Comments
 (0)