0

So for a while I get some Arduino IDE problem which I can't solve. When I try to upload any kind of code to my Arduino, Arduino IDE just stay at "Uploading". I tried to use another Arduino but I get the same problem. I used Pro Mini, Nano and Uno but it's the same. Then I decided to upload my code from another PC but I get the same problem and so I can't find where the problem is.

Is the problem in all my Arduinos or in my computers?

Note: The code which I was uploading, was from Arduino examples.

I am using Windows 10 Pro x64 and in my console I get this error:

 avrdude: stk500_recv(): programmer is not responding 
 avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x57
Greenonline
  • 3,152
  • 7
  • 36
  • 48
Nikimiskata
  • 3
  • 1
  • 3

2 Answers2

0

To solve this problem, you should google the error message "avrdude: stk500_recv()". The web shows countless records where this error comes up. The message indicates that the serial communication has malfunctioned, but incorrect driver or serial port is not the only way this can happen.

During upload, (1) Have you tried to reset the arduino, (2) ensure that the RX/TX pins are not in use?

MichaelT
  • 887
  • 3
  • 8
  • 22
0

You tried different PCs and different Arduinos, so the only constant is the Code and the USB cable I guess:

  1. Try another USB cable
  2. Try to upload another code

Do you have the same problem with any code you try to upload?

Greenonline
  • 3,152
  • 7
  • 36
  • 48
Holger
  • 1
  • 1