- Use Espressif official Flash Download Tool to download AT firmware bin files into Flash according to the "readme.txt" which is in the attachment.
- Since this ESP8266_AT_v0.51, AT firmware is too large to fit in 4Mbit (512KB) Flash. Please use 8Mbit (1MB) or larger Flash.
- Firmware upgrade over-the-air process is changed a bit. We will upgrade the latest AT firmware to Espressif Cloud server only after it has been tested and the overall performance is guaranteed. Users may not be able to use AT+CIUPDATE in ESP8266_NONOS_SDK_V1.5.0 and other more advanced versions.
Important Links
Here are the links for this AT release (version ESP82566_AT_v0.60 based on ESP8266_NONOS_SDK_V1.5.2):
- ESP8266_NONOS_SDK_V1.5.2
- Espressif official Flash Download Tool
- AT Commands Documentation
- Bug Bounty Program
Release Notes
- Added command AT+CWLAPOPT, which is used to config the attribute of the returned value of the command AT+CWLAP.
- Added command AT+WPS, WPS supported.
- Added command AT+MDNS, MDSN supported.
- Added command AT+CWSTARTDISCOVER/AT+CWSTOPDISCOVER. AirKiss intranet detecting function is supported.
- Optimized command AT+CIPSTART. The device can function as SSL client, and one SSL connection can be created at most.
- Optimized AT+UART command.
Have fun!
_______________________________________________________
ESP8266_AT_v0.60 发布,基于 ESP8266_NONOS_SDK_V1.5.2
- 请使用 Espressif 官方 Flash Download Tool,参考附件压缩包中的 “readme.txt” 烧录 AT 固件到 Flash 中。
- 如需支持固件升级功能 (AT+CIUPDATE),Flash 容量要求 1MBytes 或以上,烧录使用 boot mode。
- 我司优化了 AT 固件的升级流程,AT 固件发布后,会等一段时间,待客户反馈稳定后,才上传到 Espressif Cloud 以供下载更新。因此,如果使用 ESP8266_NONOS_SDK_V1.5.0 及之后版本的 AT 固件暂时无法从 Espressif Cloud 升级。
相关下载以下是最新SDK的相关下载链接 (版本 ESP8266_AT_v0.60 基于 ESP8266_NONOS_SDK_V1.5.2):
- ESP8266_NONOS_SDK_V1.5.2。
- Espressif 官方 Flash Download Tool。
- AT 文档下载链接。
- 您可以继续参与 Bug Bounty 计划。
发布说明
- 新增 AT+CWLAPOPT 指令,用于设置 AT+CWLAP 指令的返回结果属性。
- 新增 AT+WPS 指令,支持 WPS 功能。
- 新增 AT+MDNS 指令,支持 MDNS 功能。
- 新增 AT+CWSTARTDISCOVER/AT+CWSTOPDISCOVER 指令,支持微信的内网发现功能。
- 优化 AT+CIPSTART 命令,支持作为 SSL client,最多可创建 1 个 SSL 连接。
- 修正设置波特率后最后一个字符错误的问题。
感谢您对 ESP8266 的关注!