Arduino software doesnt want to upload a code on arduino nano

Every time I tried to upload a code it gives me an error : Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "Arduino Nano, ATmega328P"

Sketch uses 3160 bytes (10%) of program storage space. Maximum is 30720 bytes.

Global variables use 230 bytes (11%) of dynamic memory, leaving 1818 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=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xe6

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe6
so can anyone help with this problem?

Did you select the right bootloader version for your Nano in the Tools, Processors menu? There are
ATmega328P and ATmega328P (old bootloader). You need to choose the right one.

Did you choose the right serial port?

If your Nano is a clone, did you install the USB-serial drivers?

1 Like

i selected ATmenga328p and borad arduino nano
look

Did you try the old bootloader selection?

Is your Nano a clone? Does it need drivers?

thanks you my bro it worked

I have a chinese nano knockoff that i was able to upload to previously and im not sure what i did but i cannot now... same cannot sync error as above, tried the different ch340 drivers and different bootloaders and still nothing... sometimes i still get a serial output from my previous sketch but no upload and cant upload bootloader either.... any way to brute force a new bootloader or something?

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