Arduino uno upload forever and forever

hey guys, I'm with a issue to upload my Arduino code to my Arduino UNO...

I've already showed verbose output during the upload process, but I still with one problem that idk how to resolve.

when I try to upload the code, appears this following message:

     Using Port                    : COM3
     Using Programmer              : arduino
     Overriding Baud Rate          : 115200

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xda
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xda

avrdude done. Thank you.

Failed uploading: uploading error: exit status 1

I think is a programmer problem, but idk how to fix it. can someone help me please?

Something connected to pins 0,1?
Did it work previously?

yes, I've an 4-channel relay with esp8266 plugged in 0 and 1 pins, and yesterday was working normally

Hi @rbarbaroto. Please try this:

  1. Disconnect the USB cable of the Arduino board from your computer.
  2. Disconnect any shields, modules, external circuitry, etc. from your board.
  3. Connect the Arduino board to your computer with a USB cable.

Now try uploading a sketch to the board again. Does the upload succeed?

This experiment will determine whether the upload error was caused by interference from your external circuitry. If so, you can then focus your attention on identifying the specific problem with the circuit and resolving it.

1 Like

hey @ptillisch, thank u so much! idk what was wrong but when I separated all the external circuitry from my board I became able to upload my code! thanks!!

Arduino is using pins 0,1 for uploading so they have to be unused while the uploading process is in progress.
You have to disconnect other device every time you want to upload the sketch.

1 Like

nice! I'm a beginner in Arduino, so this forum and you guys helped me a lot! thanks again!

1 Like

You are welcome. I'm glad it is working now.

Regards,
Per

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.