NodeMCU入坑指南-燒寫韌體並連線WIFI - 0pen1 - 部落格園 (cnblogs.com)
在這裡要說一下,我們現在要燒寫不帶DEBUG的韌體,如果燒寫了帶DEBUG的韌體可能會出現這個問題:
nodeMCU無限列印wifi event monitor handle event cb is called
燒錄不開啟debug的
燒錄開啟Debug的韌體就正常了
ESP8266-燒錄
http://arduino.esp8266.com/stable/package_esp8266com_index.json
http://arduino.esp8266.com/stable/package_esp8266com_index.json
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
D3拉低的情況
總結
2024年2月22日
個人感覺ESP8266用arduino資源有點少,不如弄at韌體跟stm32相連線,而已arduino編譯的速度太慢了,或者不如用lua試試
https://blog.csdn.net/qq_43415863/article/details/114176094
失敗了