Esp32 dev errors

Sketch uses 958189 bytes (73%) of program storage space. Maximum is 1310720 bytes.
Global variables use 48136 bytes (14%) of dynamic memory, leaving 279544 bytes for local variables. Maximum is 327680 bytes.

Flashing with command:C:/Users/Wragai/.arduino-create/esp32/esptool_py/4.5.1/esptool.exe --chip esp32 --port COM7 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 C:/Users/Wragai/AppData/Local/Temp/extrafiles1299333009/Solenoid_gpio_2_dec11a.bootloader.bin 0x8000 C:/Users/Wragai/AppData/Local/Temp/extrafiles1299333009/Solenoid_gpio_2_dec11a.partitions.bin 0xe000 C:/Users/Wragai/AppData/Local/Temp/extrafiles1299333009/tools/partitions/boot_app0.bin 0x10000 C:/Users/Wragai/AppData/Local/Temp/arduino-create-agent3860526715/Solenoid_gpio_2_dec11a.bin
usage: esptool write_flash [-h] [--erase-all]
[--flash_freq {keep,80m,60m,48m,40m,30m,26m,24m,20m,16m,15m,12m}]
[--flash_mode {keep,qio,qout,dio,dout}]
[--flash_size {detect,keep,256KB,512KB,1MB,2MB,2MB-c1,4MB,4MB-c1,8MB,16MB,32MB,64MB,128MB}]
[--spi-connection SPI_CONNECTION] [--no-progress]
[--verify] [--encrypt]
[--encrypt-files [ ...]]
[--ignore-flash-encryption-efuse-setting] [--force]
[--compress | --no-compress]
[ ...]
esptool write_flash: error: argument : [Errno 2] No such file or directory: 'C:/Users/Wragai/AppData/Local/Temp/extrafiles1299333009/Solenoid_gpio_2_dec11a.bootloader.bin'
Executing command: exit status 2

1 Like

Hello,
I'm having the same issue. I can run my program on the Arduino IDE but as soon as I try to run the same program on Arduino Iot Cloud I get the same error "No such file or directory" Have you found a solution to this error.
Thank you

I was struggeling also last week with a ESP32 and switching between cloud and PC IDE, and I noticed... You need to check if you have the correct librarys installed ON BOTH.. I had some problems with that..

@wragai and @StillWorken

I have the same issue; can you help me fix it? - #5 by sterretje has two links to possible workarounds.

Thank you for your reply. So how did you resolve this issue? The same libraries are installed on both. Did you finally get your program to work on the cloud?
Thanks again

Not yet

Yahoo Mail: Search, Organize, Conquer

Hi,
Yes, it is working right now. First I placed the #include <HTTPClient.h> by typing... but that doesn't work.
(Cloud had the HTTPClient Library.., and the IDE had the HttpClient library...)
Had to do it again with the "sketch>> incude library>> Include correct Library.."
And yes, it's working now: get my values life from the P1 dongle to the arduino cloud right in the google assistant :wink:
And then I placed my problem on the Forum... I can't make a trigger on value like nest temperature.. ;-(

No

Yahoo Mail: Search, Organize, Conquer

Good news, everyone! The Arduino Cloud developers have fixed the bug. You should now be able to upload to use Arduino Cloud Editor to upload ESP32 boards without encountering that "No such file or directory" error message.

Please let us know if you still encounter any problems using Arduino Cloud.

I apologize for any inconvenience this bug has caused.

Regards, Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.