ESP8266 AT firmware doesn't say it's ready

微笑、不失礼 提交于 2019-12-25 18:14:19

问题


I'm using ESP12E module. I uploaded v1.1.1.1 AT Firmware.bin, connected pin 0 from ground to 3.3 V, restarted the module.

When monitoring the COM port I see :

In the end id doesn't say that it's ready and therefore none of the AT commands work.

Any ideas how to fix it?


回答1:


At the end of the image in your question, we see some garbage. On top it says

,rst cause:2, boot mode:(3,7)

This tells us the device had an external reset and configured to boot from flash. Thus your pin connections are correct. If we get back to garbage this tells us the loaded FW works with a different baud rate then the 74880 baud. Possibly the garbage is the "ready" message. Try to change baud rate from the terminal (arduino IDE) and reboot the module till you see the "ready" message.



来源:https://stackoverflow.com/questions/34826257/esp8266-at-firmware-doesnt-say-its-ready

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!