Ciao a tutti, quando carico lo sketch blink su Atmega 328p (tolto da Uno) tramite un cavo FTDI usb (FT232R), mi appaiono questi messaggi di errore:
Arduino:1.6.5 (Windows 7), Scheda:"Arduino/Genuino Uno"
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x77
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x77
La resistenza in basso è da 10k, in alto 1k, il condensatore da 100nF, ho installato i driver del cavo FTDI, ho scelto la nuova porta (COM4), ho scelto Arduino Uno, ho collegato rx del cavo con tx del 328p e tx del 328p con rx del cavo, reset tramite condensatore, i colori del cavo sono:
Rosso:+5V
Nero: gnd
Verde:rx
Bianco:tx
Giallo:reset
qualcuno può aiutarmi?