Salve a tutti, ho appena acquistato un microcontrollore ATTINY84 (Questo). Ho seguito vari tutorial online ma non riesco a farlo funzionare. Ho utilizzato il metodo di Arduino as ISP con un Arduino Leonardo.
Ho iniziato caricando sulla scheda l'Arduino ISP presente negli Esempi dell'IDE, quindi ho collegato l'attiny nel modo seguente:
Pin VCC a pin 5V
Pin GND a pin GND
Pin MOSI a pin 11
Pin MISO a pin 12
Pin SCK a pin 13
Pin RESET a pin 10
Quindi ho collegato il GND dell'arduino al RESET dell'arduino con un condensatore da 10uF (ho provato anche senza).
Una volta fatto ciò ho fatto "Scrivi il bootloader"... l'IDE lavora per circa 5 minuti poi mi restituisce il seguente errore:
Arduino:1.6.4 (Windows 8.1), Scheda:"ATtiny, ATtiny84, 1 MHz (internal)"
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Problema di caricamento sulla scheda. Guarda http://www.arduino.cc/en/Guide/Troubleshooting#upload per suggerimenti
Questo report potrebbe essere più ricco
di informazioni con
"Mostra un output dettagliato durante la compilazione"
abilitato in "File > Impostazioni"
.
Qualcuno sa dirmi come posso risolvere questo problema?