Hi,
I am getting the following error when uploading the weather station color file to my board in Arduino. The device does not reset nor does it load up the weather station as expected?
Could it be due to a soldering issue? I am getting a blinking blue light on the controller and some flashing white/grey lights on the LCD screen.
Executable segment sizes:
IROM : 437820 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 27740 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1384 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 11296 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 27800 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 478240 bytes (45%) of program storage space. Maximum is 1044464 bytes.
Global variables use 40480 bytes (49%) of dynamic memory, leaving 41440 bytes for local variables. Maximum is 81920 bytes.
esptool.py v2.8
Serial port COM9
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: a4:cf:12:d6:d6:53
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Auto-detected Flash size: 16MB
Flash params set to 0x0290
Compressed 482400 bytes to 298913...
Wrote 482400 bytes (298913 compressed) at 0x00000000 in 7.1 seconds (effective 540.6 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...