F5F Stay Refreshed Software General Software Issue with Arduino IDE, the code compiles but fails to upload to the board?

Issue with Arduino IDE, the code compiles but fails to upload to the board?

Issue with Arduino IDE, the code compiles but fails to upload to the board?

W
Wero_NIKI
Member
181
03-16-2021, 07:48 PM
#1
OS: Windows 11
Whenever I upload to the board it shows these error messages:
Sketch uses 932 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x15
Failed uploading: uploading error: exit status 1
Could you please give me the solution to it?
W
Wero_NIKI
03-16-2021, 07:48 PM #1

OS: Windows 11
Whenever I upload to the board it shows these error messages:
Sketch uses 932 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x15
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x15
Failed uploading: uploading error: exit status 1
Could you please give me the solution to it?

X
xXSuperNovaXx
Posting Freak
811
03-23-2021, 08:52 AM
#2
It seems the developer can't establish a link. As I remember, it reveals itself as a COM port, meaning another program might be occupying that port, which could block the Arduino's visibility.
X
xXSuperNovaXx
03-23-2021, 08:52 AM #2

It seems the developer can't establish a link. As I remember, it reveals itself as a COM port, meaning another program might be occupying that port, which could block the Arduino's visibility.

N
Noblecookie
Member
99
03-27-2021, 02:11 PM
#3
I recommend revising your post to provide clearer connections between topics and to include detailed, sequential instructions for uploading your code.
N
Noblecookie
03-27-2021, 02:11 PM #3

I recommend revising your post to provide clearer connections between topics and to include detailed, sequential instructions for uploading your code.