I recently purchased the SparkFun Ardumoto Shield Kit and I’m having some issues with uploading my scripts to my Arduino Uno. I think it may be because the bootloader is faulty. Here’s a list of things that I tried so far to debug it.
-
Checking all drivers updated
-
Updating Arduino IDE to 2.3.8 version
-
Confirmed Tx and Rx blink when trying to upload
-
Changing USB wires
-
Tried to run script in MatLab instead of Arduino IDE but still got similar error
Here are the error messages Arduino IDE is giving me:
Warning: attempt 1 of 10: not in sync: resp=0x00
Warning: attempt 2 of 10: not in sync: resp=0x00
Warning: attempt 3 of 10: not in sync: resp=0x00
Warning: attempt 4 of 10: not in sync: resp=0x00
Warning: attempt 5 of 10: not in sync: resp=0x00
Warning: attempt 6 of 10: not in sync: resp=0x00
Warning: attempt 7 of 10: not in sync: resp=0x00
Warning: attempt 8 of 10: not in sync: resp=0x00
Warning: attempt 9 of 10: not in sync: resp=0x00
Warning: attempt 10 of 10: not in sync: resp=0x00
Error: unable to open port COM3 for programmer arduino
Failed uploading: uploading error: exit status 1
Here is the error message MatLab gives me:
FQBN:arduino:avr:uno
Please let me know if there is any other things I can try or if it would be possible to send a new Arduino Uno board.
