Hi!
I already read some posts about problems uploading an Sketch in a new Arduino Nano but I cannot solve it my case. So I did decide to post for the first time, if there is more information necessary just let me know, thanx!
When arduino seems to be uploading...
El Sketch usa 3.692 bytes (12%) del espacio de almacenamiento de programa. El máximo es 30.720 bytes.
Las variables Globales usan 348 bytes (16%) de la memoria dinámica, dejando 1.700 bytes para las variables locales. El máximo es 2.048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Problema subiendo a la placa. Visita http://www.arduino.cc/en/Guide/Troubleshooting#upload para sugerencias.
I will explain what I did in case there is another solution.
First, I am working with a MacBook Air and an arduino nano (clone) with a ATMega328.
Once I connect my arduino nano the arduino program does recognize the USB where my nano is and there is a fixed light working. I already installed some drivers from different links to check if it was a problem from there but it doesn't change anything.
I did also tried to burn the bootloader (following this link: http://www.archiduke.net/?p=283) but an error appears when doing so and after that my arduino nano continues without working.
Any ideas?
Thank you,
Alejandro