Buonasera a tuttie con l’occasione felice Pasqua.
Il mio problema è che ho acqustato per prova due arduino Pro-Mini QUI http://www.ebay.it/itm/122171801879, e mi sono giunti come in figura allegata, ho saldato i pin per il convertitore USB-Serial
Nel mio caso mi è giunto il Tipo Convertitore USB-TTL seriale NEW CP2104 6 Pin + cavi ideale per Arduino Pro Mini tipo F25JZ. Ho quindi eseguito la seguente routine:
1 Inserito il convertitore USB_TTL in una porta,
2 lanciato la ricerca automatica dl driver, che è stato corretamente installato sul pc, senza muovere un tasto
3 Collegato Arduino Pro-Mini al convertitore secondo il pin out
CP2102 --> Arduino Pro Mini
GND --> GND
RXI --> TX
TXD --> RX
DTR (GRN) --> GRN DTR VCC --> VCC
- provato a caricare BLINK, e ...mi da questi errori
Arduino:1.6.9 (Windows 7), Scheda:"Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
c6e4bac749e41.tmp" -warnings=default -prefs=build.warn_data_percentage=75 -verbose "C:\Program Files (x86)\Arduino\examples\01.Basics\Blink\Blink.ino"
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Program Files (x86)\Arduino\Sketch\libraries" -fqbn=arduino:avr:pro:cpu=16MHzatmega328 -ide-version=10609 -build-path Lo sketch usa 1.066 byte (3%) dello spazio disponibile per i programmi. Il massimo è 30.720 byte.
Le variabili globali usano 9 byte (0%) di memoria dinamica, lasciando altri 2.039 byte liberi per le variabili locali. Il massimo è 2.048 byte.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM21 -b57600 -D -Uflash:w:C:\Users\Roby\AppData\Local\Temp\build9c9ef3bdfe2fccb480bc6e4bac749e41.tmp/Blink.ino.hex:i
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
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 : COM21
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xaa
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xaa
avrdude done. Thank you.
Problema di caricamento sulla scheda. Guarda http://www.arduino.cc/en/Guide/Troubleshooting#upload per suggerimenti