Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By henkoegema
#63238 I have two ESP8266-01.
When I try a program (f.e. https://www.arduino.cc/en/Reference/WiFiClient) then this program loads OK, but the program execution in NOK. This happens with both ESP's.

I check my ESP's with the Arduino IDE: File -> Examples -> ESP8266 -> CheckFlashConfig and get the following result:

Code: Select allFlash real id : 001440E0
Flash real size: 1048576

Flash ide size: 524288
Flash ide speed: 40000000
Flash ide mode: DIO
Flash configuration WRONG!   <------  !!


I have been using these ESP's with NodeMCU before. Could that be the cause of the problem?
What should I do to flash them right?