【发布时间】:2019-03-10 02:26:26
【问题描述】:
我一直在尝试让 AT 命令在我的 ESP8266 上运行。我第一次尝试使用我发布的这个问题中描述的方法失败了:
ESP8266 AT+CWLAP gives generic ERROR message with no details
所以我决定使用第二种方法,即使用这些官方 SDK 和固件:
ESP8266 NONOS SDK V2.0.0 20160810
我根据这些引脚连接将我的 Arduino Uno 作为桥接到我的 ESP8266:
ESP8266 | Arduino
-----------------------
TX | TX
RX | RX
CH_PD | 3.3V (separate battery that has common ground with arduino)
VCC | 3.3V (separate battery that has common ground with arduino)
GND | GND
GPIO0 | GND
然后我使用这些值设置 Flash 工具:
在 flash 工具中按Start 似乎已成功完成。
但是当我进入 Arduino IDE 串行监视器时,输入 AT 或任何其他 AT 命令没有响应。我尝试安装 Realterm,将波特率设置为 115200,匹配我的 COM7,检查 LF CR 换行符,然后发送了一些 AT 命令,但还是没有得到任何响应。
有人对可能出现的问题提出建议吗?
【问题讨论】:
标签: esp8266