I use the arduino IDE from windows store with auto update on.
So basically what happen is like this:
My PC using Arduino IDE v1.8.5 because I never close that window so it never update.
And then when I try to upload a program from my laptop which is use Arduino IDE v1.8.7, I got these error
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x53After doing some googling (thanks Mr. google), I found out that this error means that you computer has connection problem with your arduino, meanwhile I didn't do anything since the last time.
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x65
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x74
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x75
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x70
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x50
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x44
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x0d
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x0a
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x72
An error occurred while uploading the sketch
The same error happened after I update my IDE in my PC from v1.8.5 to v1.8.7
Finally, I found out that I used the wrong processor
So basically there are update in bootloader of nano and I need to use the ATmega328(Old Bootloader) instead of ATmega328
And that fix all my connection problem
I hope this can help, for someone who still use the old nano bootloader
thank you so much for the help. Simple solution but very helpful.
ReplyDelete