Buen día para todos!
Tengo un Arduino NANO v3.0 ATMEGA328. Una IDE 1.6.5. En Windows 10 64bits. Recien que adquirí este equipo, lo conecté y cargué el prog BLINK que trae de ejemplo para probarlo pero cuando lo subo a la placa me sale el siguiente error:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x5d
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x5d
Problema subiendo a la placa. Visita http://www.arduino.cc/en/Guide/Troubleshooting#upload para sugerencias.
Leí sobre posibles causas y pensé que era sobre el controlador FTDI, me metí en la pag web www.ftdichip.com e instale la ultima versión para windows que ahí aparece -- CDM v2.12.06 WHQL Certified -- pero no funcionó, de hecho, cuando conecto la placa, la IDE la reconoce en el Puerto COM6 (Verificado en el administrador de dispositivos de Windows). Al no funcionar, pense que se habia perdido el BOOTLOADER pero al hacer la prueba del Reset el led del pin 13 enciende correctamente, tal como dice el manual, lo que indica que esta intacto o no corrupto.
Alguien sabrá que hacer? por favor ayuda si les ha pasado y lo corrigieron....
Gracias de ante mano!