Just starting out

Hello,

I am a complete newbie to all of this electronically stuff. I have spent a day trying to connect my computer to the arduino uno board. I am using windows 8, i have turned off my internet security and i can now verify the blink sketch. I have no idea what the below error is referring to after hours of trolling the internet. I tried the loop back test and it failed. The driver appears to be installed correctly and the arduino software can see the COM port 4 when I connect the arduino pcb.Has anyone any ideas on what I need to do next?

Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20

avrdude done. Thank you.

An error occurred while uploading the sketch

Many thanks in advance! :slight_smile:

That is puzzling. It could be that you got a bad board. Can you upload a screen shot of what you see in device manager for that com port? And photo of your Uno board?

Hi, Please find attached photo's of Uno board and of my device manager screen com port

and a short film... :confused:

Thanks for your help.

I not sure what the problem was, but all is well. It's seems to have fixed itself.

Hopefully it will stay that way..!

Thanks again!

Back again.... :frowning:

everything seemed to work fine and now all I get is the below error message. I am able to compile sketches and then when I try and upload it starts by saying 'uploading' then all I get is the below.

Anyone any thoughts? :confused:

Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

An error occurred while uploading the sketch
avrdude done. Thank you.

Intermittent problem like that makes me think about loose connections, such as the connection between the USB socket and the printed circuit. Or worn out USB port, try a different port on the computer. Or bad USB cable. USB cable is easy to change first. If possible, see how the board works with a different cable and different computer. In the IDE preferences you can check show verbose output during upload, and it may show you more info about the failure.

DBEST:
(...)
Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
(...)

occasionally I also have issues with upload and the message seems to be similar. Changing USB ports helps. But sometimes after I plug it into a different USB port and it still doesn't upload, then I plug it back into original USB port and it works again :slight_smile:

Check also here: https://www.arduino.cc/en/Guide/Troubleshooting2#toc8 as there is a step by step troubleshooting.