Salve sono al mio secondo progetto con arduino e non so niente di elettronica e mi sono imbattuto in questo progetto su un robot che quando ce un ostacolo si gira e se ne va da un altra parte,seguendo una guida su YouTube.Il robot funziona con arduino collegato alla motor drive Shield ed a un sensore a infrarossi.Dopo aver provato ad assemblare il tutto carico lo sketch cominciano a lampeggiare un led su arduino mentre l altro sta acceso ma fermo come quello sulla Shield il robot non parte e tutti componenti cominciano a scaldarsi tantissimo...Come posso risolvere?sotto lo sketch scriveva che erano stati impiegati 450mb....Lascio in allegato lo schema collegato al sensore e eanche lo sketch ...Per favore aiutatemi....
I motori sono dei semplici dc e ho notato che la Sheila non sembra come le altre cioè negli "slot" blu dove ho messo i cavi ci sono dei tagli che sono diversi dalle altre shield o forse lo solo messa all incontrario allego due foto una dove ho messo i cavi una dove è vuota per ulteriori motori
Ora ho riprovato a caricare lo sketch e mi viene un altro tipo di errore:
Lo sketch usa 4.766 byte (14%) dello spazio disponibile per i programmi. Il massimo è 32.256 byte.
Le variabili globali usano 396 byte (19%) di memoria dinamica, lasciando altri 1.652 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=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x61
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x61
Problema di caricamento sulla scheda. Guarda http://www.arduino.cc/en/Guide/Troubleshooting#upload per suggerimenti