Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mrburnette
#59902
ardlab wrote:I'm afraid this goes beyond my knowledge of the ESP8266 and I think I can only make it worse.
I have no idea which address ranges to flash and get an error message "invalid head of packet <''>


Most users do not know that using Arduino IDE to program an ESP8266 completely overwrites any firmware (AT, LUA, NodeMCU) that the ESP8266 shipped with... Any hiccup caused by noise, power spikes/droops, will interrupt the Arduino load process. In a perfect world, just trying another ArduinoIDE download should "fix" the issue. But, blank firmware has been indicated by others when things go very badly. But, it is your module ... Do what you wish.


Ray
User avatar
By PeterRegensburg
#62071 Ray,

thanks for your answer.
I had exaxtly the same problem with instable ZDP link.
I do not understand, why status of EEPROM/FLASH segment, that is not used by actual running code has an effect on code execution.

Nevertheless, filling up complete memory with 0x00 before flashing code works!

Thank you again.