Arduino nano upload problem

Hello, I have a problem that doesnt allow me to upload sketch to Arduino nano. This is what i get after trying to upload:

Szkic używa 1982 bajtów (6%) pamięci programu. Maksimum to 30720 bajtów.
Zmienne globalne używają 77 bajtów (3%) pamięci dynamicznej, pozostawiając 1971 bajtów dla zmiennych lokalnych. Maksimum to 2048 bajtów.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x50
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x50
Failed uploading: uploading error: exit status 1

Hi! Welcome to the Forum.

Take a look in these 2 topics to see if one of the suggestions works for you:

https://forum.arduino.cc/t/arduino-nano-uploading-code-problem-arduino-nano-v3-gravi-tech-us/1004737

https://forum.arduino.cc/t/aduino-nano-clone-uploading-issues/1200773

Thanks :slight_smile: