So i have a problem with my old arduino. I havent had it connected to a computer since probably early 2016. And now i want to use this 1 again for a projected, so connected it, wanted to upload the code and then i get the probably well known problem of not having connection or something
Arduino: 1.6.5 (Windows 7), Board:"Arduino Uno"
De schets gebruikt 1.470 bytes (4%) programma-opslagruimte. Maximum is 32.256 bytes.
Globale variabelen gebruiken 11 bytes (0%) van het dynamisch geheugen. Resteren 2.037 bytes voor lokale variabelen. Maximum is 2.048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x65
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x65
Probleem bij het uploaden naar het board. Zie http://www.arduino.cc/en/Guide/Troubleshooting#upload voor suggesties.
Dit rapport zou meer informatie hebben met
"Tijdens de compilatie uitgebreide uitvoer weergeven"
ingeschakeld in Bestand > Voorkeuren.
so i tried putting it back to an older version wich i found online as some people on other forums suggested, nothing(that is why it says 1.6.5) Checked for the com port, seems good, recognizes the arduino. If i unplug the usb that port is gone. So i think i got that all good and working. But still the thing wont upload.
Also worth mentioning might be that this arduino has been used without any problems in the past, so i dont think there should be anything wrong with it.(it still works on the old code, but i dont need that anymore)