ESP-12s flash
Posted: Fri Dec 11, 2020 5:21 am
Hello,
i'm newbie on esp8266 and i try to flash a esp-12S.
I have a nodemcuv3 with esp-12e:
I have hack this board to upload a arduino FW on my ESP12-S:
and this is my target:
but it doesn't work
On arduino, i choose Generic esp8266 (2.7.4) Board but this error message appear:
If somebody telle me how flash esp-12s I don't understand... maybe a hardware difference with ESP-12E?
Thank's
i'm newbie on esp8266 and i try to flash a esp-12S.
I have a nodemcuv3 with esp-12e:
I have hack this board to upload a arduino FW on my ESP12-S:
and this is my target:
but it doesn't work
On arduino, i choose Generic esp8266 (2.7.4) Board but this error message appear:
Code: Select all
esptool.py v2.8
Serial port COM9
Connecting........_____....._____....._____....._____....._____....._____.....____Traceback (most recent call last):
File "C:\Users\Maxime\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.4/tools/upload.py", line 65, in <module>
esptool.main(cmdline)
File "C:/Users/Maxime/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 2890, in main
esp.connect(args.before)
File "C:/Users/Maxime/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 483, in connect
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
If somebody telle me how flash esp-12s I don't understand... maybe a hardware difference with ESP-12E?
Thank's