Dear all,
In our lab, we are making a clone of an arduino nano. The website of the conception of the arduino is :
This clone is v3, which uses atmgea168-20AU microcontroler.
We have finished the building of this card, and now we try to burn a Sketch on it, but it is not working, we have this message when burning a skech :
avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino/hardware/tools/avr/etc/avrdude.conf"
Using Port : COM29
Using Programmer : arduino
Overriding Baud Rate : 19200
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.
In the arduino IDE, we set the port com to the rignt port com where arduino is connected.
I choosed the following setting in the IDE arduino before burning
- Nano board,
- and Atmega168 microcontroler.
- and the port com 29.
Note that when I try to burn a Sketch , I see the rx led of arduino is is blinking 3 time and then I see the folowing message:
prinf the error message:
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
Note that when I used an official Nano, the burning is done whitout any problem, however with the nano clone one which we have made, it is not working.
I looked with my best all around this forum but I did not find a semilar problem, I will do appreciate any help to know why I have this issue ? And why I cannot burn a skech correctly.