Problema con l'IDE di Arduino

Salve. Da poche ore ho ricevuto una scheda Genuino UNO.
Ho provato a inserire il seguente programma:

void setup() {
  pinMode(13,OUTPUT);
}

void loop() {
  digitalWrite(13, HIGH);
  delay(300);
  digitalWrite(13, LOW);
  delay(300);
}

Ma risulta il seguente errore:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x0c
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x0c
Problema di caricamento sulla scheda. Guarda http://www.arduino.cc/en/Guide/Troubleshooting#upload per suggerimenti

Alcune caratteristiche:
Sistema Operativo: Windows 10 Home
Scheda: Genuino UNO
Versione dell'IDE: 1.6.13(Dallo store di Windows)

Ho provato ad installare l'IDE anche su un altro computer (Sistema Operativo: Windows 10 Home; versione dell'IDE: 1.8.0) e mi risulta sempre lo stesso errore. Ho già controllato di avere inserito la porta esatta (COM5, se può servire) e la scheda esatta.

Cosa ho errato? :confused:
Grazie in anticipo.

Ti invitiamo a presentarti (dicci quali conoscenze hai di elettronica e di programmazione) qui: Presentazioni
e a leggere il regolamento se non lo hai già fatto: Regolamento
Qui una serie di link utili, non inerenti al tuo problema:

Non ho windows 10, di solito meglio usare il driver fornito con l'ide e non farlo installare in automatico da windows

Nel caso peggiore, installerei un XP in virtualbox :wink:

Prova con la manovra di emergenza.
--> Arduino non carica più sketch - #4 by PaoloP - Generale - Arduino Forum

Scusate il ritardo.

nid69ita:
Grazie per le informazioni. Provvederò al più presto a presentarmi.

ExperimentUno:
:smiley:

PaoloP:
Ho già provato a fare la manovra di emergenza molte volte senza alcun risultato. Lei dice che sarebbe meglio sostituire la scheda?

Ho notato anche che ad ogni programma che cerco di caricare risulta un errore differente. Potremmo dire:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x__**__

Dove "*" significa un numero o una lettera.