Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 arduino 草图直接编程到 ESP8266,然后我的代码工作正常。当我移除 USB 以关闭电路板电源,然后再次打开电源并插入 USB 时,我的代码无法正常工作。
似乎 Esp8266 无法读取程序内存,或者我在给电路板加电时遗漏了什么?
我不确定,我的董事会有问题或者我遗漏了一些东西。
有人遇到过这种问题吗?
以后遇到这个问题的人,其实我的程序记忆还不错。在对 esp8266 进行编程后,我忘记了从 GPIO 0 中移除 Gnd 引脚。