Ho 5 di questi Arduino NANO e li ho testati tutti, nessuno si collega quindi non dovrebbe essere un problema della scheda
Procedimento:
-collegato la scheda
-avviato IDE
-selezionato scheda "Arduino NANO", processore "ATmega328P", porta "/dev/cu.vchusbserialfd120", programmatore "AVRISP mkII"
-verifica dello sketch
-caricamento
avrdude: Version 6.3-20171130
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/Users/jacopo/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino14/etc/avrdude.conf"
User configuration file is "/Users/jacopo/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.wchusbserialfd120
Using Programmer : arduino
Overriding Baud Rate : 115200
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
avrdude done. Thank you.
Problema di caricamento sulla scheda. Guarda http://www.arduino.cc/en/Guide/Troubleshooting#upload per suggerimenti
-controllando il percorso dell'avrdude ho notato che non esiste nessuno dei due percorsi riportati.
Ciao ho appena avuto il tuo stesso problema, ho risolto così: quando selezioni la porta e la scheda da strumenti, seleziona processore ATmega328P (Old bootloader) invece di ATmega328P
@MatteoDerrico
grazie del consiglio, continua a non funzionare, ecco il messaggio:
avrdude: Version 6.3-20171130
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/Users/jacopo/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino14/etc/avrdude.conf"
User configuration file is "/Users/jacopo/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.wchusbserialfd120
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
non ho fatto la copia del messaggio appena sopra che riportava
"problema con il caricamento.."
sia questa scritta che tutto il Quote che vi ho incollato nel reply precedente sono in rosso nel feed dell'IDE di Arduino, e lo sketch (verificato e corretto) non funziona.
La cosa strana è che testando nel mio macbook 2011 e nel fisso window da gli stessi problemi, testando nel macbook 2016 di un amico va tranquillamente.
Ora scarico l'IDE nell'hackintosh ed aggiorno questo post con i risultati.
Lo sketch da quelle scritte, vuole dire che è stato caricato.
Se poi il programma non fa quello che ti aspetti.. è un altra cosa
Bisogna in quel caso vedere il codice e cosa deve fare.