Arduino uno r3 error on IDE 2.1.1

I keep getting an error message. My port is correct and my driver is updated on the arduino. Here is the error:

Sketch uses 3378 bytes (10%) of program storage space. Maximum is 32256 bytes.
Global variables use 190 bytes (9%) of dynamic memory, leaving 1858 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x34
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x34
Failed uploading: uploading error: exit status 1

Welcome to the forum

Which board are you compiling for ?

Hello

  1. Which operating system are you using?
  2. Which version of the IDE are you using?
  3. What is the TTL-to-USB converter on your board? It's the chip closest to the USB connector. Some possible option are Atmel 16U2, CH340 or FTDI.
  4. If your board is not using the CH340, what are the results of the loopback test?
  5. Is anything connected to pins 0 and 1 of the board?

Please explain; drivers reside on a PC, not on the Arduino.

See topic title :wink:

never mind, the arduino I was using was broken. I just got new one. Thanks though!

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