Compiling success, uploading failed.
Posted: Tue Nov 22, 2016 12:43 am
Hi everyone, i'm a new guy to this ESP8266 thing. I found a problem here where i can't upload using the Arduino IDE. It says that it can't find the file but if i manually search the file from file explorer(windows 10) i can find the file that the arduino IDE want to upload.
Here is what the console give me :
Sketch uses 224,461 bytes (21%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 32,012 bytes (39%) of dynamic memory, leaving 49,908 bytes for local variables. Maximum is 81,920 bytes.
C:\Users\ASUS\AppData\Local\Arduino15\packages\esp8266\tools\esptool\0.4.9/esptool.exe -vv -cd ck -cb 115200 -cp COM4 -ca 0x00000 -cf C:\Users\ASUS\AppData\Local\Temp\arduino_build_825680/ Blink.ino.bin
esptool v0.4.9 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
setting board to ck
setting baudrate from 115200 to 115200
setting port from COM1 to COM4
An error occurred while uploading the sketch
setting address from 0x00000000 to 0x00000000
espcomm_upload_file
error: stat C:\Users\ASUS\AppData\Local\Temp\arduino_build_825680/ Blink.ino.bin failed: No such file or directory
Is there anybody here that has the same problem as me? I have search all the place using google, but none have a problem in the uploading process.
Your response will be appreciated. Thanks!
Here is what the console give me :
Sketch uses 224,461 bytes (21%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 32,012 bytes (39%) of dynamic memory, leaving 49,908 bytes for local variables. Maximum is 81,920 bytes.
C:\Users\ASUS\AppData\Local\Arduino15\packages\esp8266\tools\esptool\0.4.9/esptool.exe -vv -cd ck -cb 115200 -cp COM4 -ca 0x00000 -cf C:\Users\ASUS\AppData\Local\Temp\arduino_build_825680/ Blink.ino.bin
esptool v0.4.9 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
setting board to ck
setting baudrate from 115200 to 115200
setting port from COM1 to COM4
An error occurred while uploading the sketch
setting address from 0x00000000 to 0x00000000
espcomm_upload_file
error: stat C:\Users\ASUS\AppData\Local\Temp\arduino_build_825680/ Blink.ino.bin failed: No such file or directory
Is there anybody here that has the same problem as me? I have search all the place using google, but none have a problem in the uploading process.
Your response will be appreciated. Thanks!