I have two issues with Arduino Cloud.
-
WEMOS D1mini Dev Board: When I upload a sketch over USB, it works fine, but when I start the Serial Monitor, it can't find the device. The board is connected, and uploading brings no error.
I already tried different PCs, Networks, and different D1mini boards. Problem persists -
ESP32 Dev. board: I can't upload a sketch. The Sketch is compiled but the generated filename does not match the expected name.
The Error message:
esptool write_flash: error: argument : [Errno 2] No such file or directory: 'C:/Users/Anwender/AppData/Local/Temp/extrafiles3253181703/WeatherStation_dec08a.bootloader.bin'
but the generated file in the folder is named "WeatherStation_dec08a.ino.bootloader.bin"
(so with an added ".ino.")
These issues with Arduino Cloud are new. I believe all had worked fine a few weeks ago. In Arduino IDE these problems don't occur.
tHO