update esp8266 program example -- extend reset delay #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I had some trouble getting it to sync with the nrf52840 after reset until I extended the delay. It is more reliable now.
It was noted that it the ESP8266 wsa completely erased, then loading AT_firmware_1.6.2.0.bin left the board in a non functional state withe the blue led flashing rapidly.
The AT_firmeare_1.6.2.0.bin file is missing a small load of the esp_init_data_default.bin which goes at 0x3fc000 -- rather than make a 4Mbyte single file just add the load of this file as a separate piece.
I also added the recommended "blank.bin" load at 0x3fe000 - doesn't hurt.
the update miniesptool_esp8266program.py assumes the 3 necessary files are in a folder named esp8266