21-06-2023, 21:53
Werk,
I am at a loss to understand what is causing the problem of uploading;
The file compiles, the port and board are correct and i have tried Uncle Bobs suggestion of powering the board as well when uploading, tried three different computers all to no avail.
I have ordered a new module and am waiting it's arrival to see if that will connect and programme.
Below is a copy of part of the upload error message.
Any suggestions as to what i am doing wrong would be welcome!!
Regards
Jim
Part of error message:
Using library FS at version 1.0 in folder: C:\Users\barro\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\FS
"C:\\Users\\barro\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-size" -A "C:\\Users\\barro\\AppData\\Local\\Temp\\arduino_build_728378/WeatherDuino_AQM_III_v6.1_b010.ino.elf"
Sketch uses 878874 bytes (67%) of program storage space. Maximum is 1310720 bytes.
Global variables use 46528 bytes (14%) of dynamic memory, leaving 281152 bytes for local variables. Maximum is 327680 bytes.
C:\Users\barro\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.0.0/esptool.exe --chip esp32 --port COM3 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 C:\Users\barro\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6/tools/partitions/boot_app0.bin 0x1000 C:\Users\barro\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6/tools/sdk/bin/bootloader_dio_80m.bin 0x10000 C:\Users\barro\AppData\Local\Temp\arduino_build_728378/WeatherDuino_AQM_III_v6.1_b010.ino.bin 0x8000 C:\Users\barro\AppData\Local\Temp\arduino_build_728378/WeatherDuino_AQM_III_v6.1_b010.ino.partitions.bin
esptool.py v3.0-dev
Serial port COM3
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
I am at a loss to understand what is causing the problem of uploading;
The file compiles, the port and board are correct and i have tried Uncle Bobs suggestion of powering the board as well when uploading, tried three different computers all to no avail.
I have ordered a new module and am waiting it's arrival to see if that will connect and programme.
Below is a copy of part of the upload error message.
Any suggestions as to what i am doing wrong would be welcome!!
Regards
Jim
Part of error message:
Using library FS at version 1.0 in folder: C:\Users\barro\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\FS
"C:\\Users\\barro\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-size" -A "C:\\Users\\barro\\AppData\\Local\\Temp\\arduino_build_728378/WeatherDuino_AQM_III_v6.1_b010.ino.elf"
Sketch uses 878874 bytes (67%) of program storage space. Maximum is 1310720 bytes.
Global variables use 46528 bytes (14%) of dynamic memory, leaving 281152 bytes for local variables. Maximum is 327680 bytes.
C:\Users\barro\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.0.0/esptool.exe --chip esp32 --port COM3 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 C:\Users\barro\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6/tools/partitions/boot_app0.bin 0x1000 C:\Users\barro\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6/tools/sdk/bin/bootloader_dio_80m.bin 0x10000 C:\Users\barro\AppData\Local\Temp\arduino_build_728378/WeatherDuino_AQM_III_v6.1_b010.ino.bin 0x8000 C:\Users\barro\AppData\Local\Temp\arduino_build_728378/WeatherDuino_AQM_III_v6.1_b010.ino.partitions.bin
esptool.py v3.0-dev
Serial port COM3
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header


