I recently was trying to upload a sketch onto my arduino NANO, but i recieved an error:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x95
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x95
Failed uploading: uploading error: exit status 1
I searched the problem up online and it seems to be relatively common so I tried most of the fixes however it still isn't working.
these all gave me the same AVRdude error:
Switching the port
Switching the cable
Switching the board to another Nano
Switching the board to an UNO
Uninstalling and reinstalling the IDE
Repeating previous steps with the new IDE
Switching computers to my laptop
repeating all previous steps with laptop
burning bootloader of UNO
switching the sketch to something I know works
updating Arduino drivers
switching the atmega328p-pu in the UNO
because of this I think it is a new update(perhaps 2.2.1), especially because some of the things I saw in possible fixes just aren't there on my IDE, and I haven't used the IDE in almost a year now. are there any fixes I just haven't tried yet? if so please help.
Edit: I just realised I probably should have put this in the IDE 2.x category, my apologies.