Apple Macbook M2 Arduino Uploading Issues

I have been working with my Arduino UNO for about 2 weeks now and out of nowhere when I plugged it in someday I started getting the error:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding

This is bizarre given that it was working fine. I tried some remediation for this issue such as using the reset button. Restarting my mac, re-downloading Arduino IDE, and of course replugging the wire but it seems like nothing is working. Is anyone else having issues on Mac M2 chip?

Does anyone know any good debugging tips for this one? I am new to Arduino so would be highly appreciated! Thanks!

When the board (MKR WiFi 1010) didn't work for me, I had to go to the bootloader and upload an empty file. Then it worked again. The problem was also an error in the code. To open the bootloader in the Arduino UNO, you can follow this tutorial: Maybe this will help:

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