Arduino nano (compatable) does not connect

I am new on Arduino!
I have a:
image|50x50
Nano 3.0 Controller Met De Bootloader Mini Type C Micro Usb Compatibel Voor Arduino CH340 Driver 16Mhz ATMEGA328P/168P
I installed de CH340 drivers and in the IDE I chose Arduino nano board. However, when i compiled for upload I received the following messages:
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_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Failed uploading: uploading error: exit status 1

I cannot find what it is! Please help.

Welcome to the forum

Which of the Processor options in the IDE have you got selected

image

Clone Nanos often have the old bootloader installed

Hello,

Thanks for your response!

I selected ATmega328P.

Is it possible that I need a original USB cable foe data? I now use a camera USB cable for loading.

Hans

I choosed the old one and now it seems to work! Thanks a lot!

I am glad it worked. You may have gathered that it is not an uncommon problem

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