Whenever I try to upload i get this error
avrdude stk500_getsync() not in sync resp=0x9f
Any clue how to fix this?
thanks in advance.
Whenever I try to upload i get this error
avrdude stk500_getsync() not in sync resp=0x9f
Any clue how to fix this?
thanks in advance.
Hi there!
Most likely this error message means that your computer is not communicating with the board properly.
First off, make sure you have the correct board and COM port listed in the Tools menu. For an added check, open Device Manager and go to Ports (COM and LPT) and see if the board is listed there too.
If the correct board and port are selected, try unplugging all cables from the computer to the Arduino, close the Arduino program, plug in cables again, and restart the program. Sometimes this can help reset the communications between the computer and the board.
If that doesn't work, try pressing the Reset button on the Arduino and then immediately try to upload your code to it.
Let me know if these don't help