Hello together,
I bought some cheap Nano Clones on eBay and wanted to use them the first time. Both of them have the same Problem. When I connect them to the USB Port, they start immediately to blink with the L LED at approx. 0,5 to 1 Hz. When I press the reset button, it stops for a short time, then restarts blinking.
I have taken an video, you can watch here => YouTube
I have no Problem to connect them to the IDE. Windows 10 has installed the driver for the CH340 Serial to USB Chip, by its own.
Also the IDE recognized the Nano.
The Problem ist, when I upload a sketch, it does never finish the upload.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
Problem beim Hochladen auf das Board. Hilfestellung dazu unter http://www.arduino.cc/en/Guide/Troubleshooting#upload.
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x60
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x60
What I already tried:
- Install CH340 Driver, as described here
- Reset Button Press, befor uploading
- Burning Bootloader, as described here Which unfortunately failed...!
Everything made no impact to the problem.
Front:
Back: (Note, there is nothing written on the CH340 Chip)
Does anybody has an idea what I could do?