Aduino Nano clone uploading issues

I tried to use the Nano with the IDE with following settings:

  • CH340 Driver
  • Processor: 328P / 328 (Old Bootloader)
  • Board: Aduino Nano

Every time i try to upload it i get the Following error message after some time:

Sketch uses 444 bytes (1%) 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=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x58 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x58 Failed uploading: uploading error: exit status 1

The Nano is shown in the device manager as "USB-SERIAL CH340 (COM7)"

Anything connected to the board? Specifically to pins 0 and 1.

Although unlikely, have you tried the different options under tools → processor (328P, 328P old bootloader, 168).

Please give the history of the board. New board? Used before? Where did you buy it? If it started failing while working with it, what was the project that you were working on?

Nothing connected, just with the headers in a breadboard. All three processors tested. Bought it a few weeks ago, didnt use it until now.

Aduino Nano clone uploading issues

A few years ago I had a problem with Chinese Arduino Nano clones bought from ebay. When I plugged them in, they worked with the LED flashing program, but when I tried to flash my program on some of them, it gave me a similar error. In the end, it turned out that on some of them, instead of the CH340G chip, some completely different chip was soldered, even with a different number of pins.

I do not know the answer in that case, sorry.

@flashko, opening post states below :wink:

My mistake, I didn't see it. Then maybe the automatic reset is not working and a manual reset can be tried. If that doesn't work either and the stuff suggested by @sterretje doesn't work, I can't think of anything else.

Can you provide a link to what you bought?

I had a similar problem when I first tried to program a nano. This site has a lot of suggestions

Also I needed to download and instal the CH340 driver

HAve you been able to program other nano boards in the past or is this the first?

Hello,
install driver for ch340 in version 3.7, not younger

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