Chat freely about anything...

User avatar
By martinayotte
#30364 It been discussed my lot of people that ESP is so power hungry during RF startup and transmit, that even a stable power supply is not enough if there are long cable run on this power supply. Most people simply add a 470uF capacitor nearby the ESP between VCC and GND and that fixed all their problems.
I don't know if it will be the good recipe in your case, but it will help.
User avatar
By LievenMerckx
#30366 Had the same issue, that directly after flashing the code worked correctly. But after the second reset it didn't. The root cause was that by adapting the ld script, the code was placed at sector 0x3C000. Which is also used by some code to write the config varfiables and as such overwrote the code and the checksum failed for restart.

No idea if yours is similar, hope it helps.
User avatar
By martinayotte
#30371 Oh ! That is interesting to know ! (Because, personally, I don't use AT Firmware at all, only ArduinoIDE)
Since I think Kobi is using stock binaries from the SDK, what he should do ?
Does he need to upload to different Flash offset ?
How did you fixed it on your side ?
(BTW, if it only because of configs checksum, then, flashing the blank.bin at 0x7E000 should enough ? right ?)