I've tried various sources and versions and I've also tried it on various ESP8266 boards at all possible baud rates, but they all give the same result. All the boards was working previously and are working with custom firmware.
What am I doing wrong? Or why is not working?
The sources I've tried:
https://docs.espressif.com/projects/esp-at/en/release-
v2.2.0.0_esp8266/AT_Binary_Lists/ESP8266_AT_binaries.html
https://github.com/espressif/esp-at/act ... 2152281939
https://github.com/espressif/ESP8266_NONOS_SDK/releases
The versions I've tried:
release/v2.2.0.0_esp8266/esp8266-wroom02-at/factory/factory_WROOM-02.bin
release/v2.1.0.0_esp8266/esp8266-wroom02-at/factory/factory_WROOM-02.bin
release/v2.0.0.0_esp8266/esp8266-wroom02-at/factory/factory_WROOM-02.bin
ESP8266_NONOS_SDK-3.0.5\bin
The boards I've tried:
2x Different ESP-DevkitC_V1 boards with ESP-WROOM-02D modules
1x NodeMCU board with an ESP-12F module
I'm using ESP8266 DOWNLOAD TOOL v3.9.2 with the following settings:
- Checkbox checked
Selected "factory_WROOM-02.bin"
Address set to 0x0
SPI Speed: 40MHz
SPI Mode: QIO
DoNoChgBin Checked
Programming procedure:
When I click start, the software will display the module info:
flash vendor:
68h : N/A
flash devID:
4015h
QUAD;16Mbit
crystal:
26 Mhz
It will the display the module AP and STA addresses and start flashing the module and will display "FINISH" in green.
What am I doing wring? Or why is it not working?