Ok grazie mille! missione compiuta!
Però ora ho un altro problema : Ho montato su breadboard arduino in stand alone con il rispettivo quarzo da 16MHZ e i vari condensatori e per caricare il programma sull'ATMEGA328P-PU utilizzon un cavo FDTI.
Del cavo FDTI ho collegato :
il pin VCC a +5v
il pin GND a massa
il pin rx al tx dell'atmega
il pin tx al rx dell'atmega
Apro l'IDE e carico il programma ma alla fine mi esce un errore che è il seguente:
Arduino:1.6.4 (Windows 7), Scheda:"Arduino Uno"
Lo sketch usa 1.308 byte (4%) dello spazio disponibile per i programmi. Il massimo è 32.256 byte.
Le variabili globali usano 19 byte (0%) di memoria dinamica, lasciando altri 2.029 byte liberi per le variabili locali. Il massimo è 2.048 byte.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x8b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x8b
Problema di caricamento sulla scheda. Guarda http://www.arduino.cc/en/Guide/Troubleshooting#upload per suggerimenti