按照下图搭了 Esp8266 12F最小系统:


GPIO0 GPIO2 GPIO15
1 1 0 8266运行模式
0 1 0 8266串口下载模式
如上图 ESP8266 12F上电后串口AT指令正常返回信息没有问题。但是即使GPIO0 下拉接地,Arduino IDE 中串口下载模式烧写程序提示错误信息如下:
error: failed reading byte
warning: espcomm_send_command: can't receive slip payload data
warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed
解决方法:给两节干电池ESP8266单独供电,或者使用AMS1117 3.3稳压管供电,问题就没有了。