Arduino nano dosen't upload code

I bought a nano and tried in every to load something even using a mega to exchange the bootloaderi with isp but it dosen't work:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xc8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xc8

Did you try the "old bootloader" option in the IDE menu?

Please edit and correct the title of your post above, it should be in English in this category of the forum.

1 Like

yes i tried the old bootloader

Ok, please tell the forum all other things you tried so that we don't waste time suggesting those things.

Are you able to upload to the Mega without problems, if using the same cable and USB port that you used with the Nano?

yes i can use the mega with no problems, yes same port. I tried chainging coms, bootloaders, cable and the isp with the mega

Which Nano are looking at, post a link to it.

Ensure you have FULLY inserted the USB cables.
Check you have a COMMON GROUND where required.
Where possible use USB 2.0 ports or a USB 2.0 POWERED HUB to rule out USB 3.0 issues.
Try other computers where possible.
Try other USB leads where possible.
You may not have the correct driver installed. CH340/341 or CP2102 or FT232 VCP Drivers - FTDI
There may be a problem with the board check or remove your wiring first.
Remove any items connected to pins 0 and 1.

i have nothing connected, how can i check the drivers?

If you are using Linux then probably there will be no problems with drivers.

If you are unfortunately using Windoze, then you will need to check the Device Manager.

I don't know about Mac OS...

Also take a look at the chip on the underside of the Nano. That's the USB-to- Serial converter chip and you will need the correct driver for that chip.

thanks i installed the right driver and now it works

1 Like