2

I've been using my Arduino UNO without a hith for a few days now, but suddenly I can't program it anymore.

When I try to programm my Arduino on Mac, I get the following Error:

avrdude: stk500_recv(): programmer is not responding

The USB option under serial port has disappeard (It was there before). Has anyone an idea on how to fix this?

The last thing I did is use the serial port for some communication. A reboot hasn't improved anything.

I tried programming Linux, but it resulted in the exact same result.

asked Jun 18, 2014 at 20:03
3
  • Related: arduino.stackexchange.com/questions/804/… Does that solve your issue? What board are you using? Commented Jun 18, 2014 at 20:12
  • No is doesn't solve the problem. Besides that: I use an original Arduino Uno. Commented Jun 18, 2014 at 20:17
  • On Linux go to computer>var>lock and delete the serial port lock files Commented Jun 19, 2014 at 22:44

2 Answers 2

3

It seemed to be a hardware problem on the board. Thanks for the effort.

answered Jun 18, 2014 at 21:33
1
  • You could try re-flashing the firmware for the usb-to-serial chip (atmega8u2) on the uno board. Commented Jun 21, 2014 at 12:00
1

If I try to upload with no device connected, I get a dialog with the message "port is blocked" and a message in Eclipse's console window that the port is not found.

So I'm guessing you've got a sync problem. UNO should reset automatically when avrdude connects. Try manually resetting it just before you click to start the download. If that works, then the automatic reset has failed.

answered Jun 18, 2014 at 20:54
1
  • If I try to upload with no device connected, I still get: "avrdude: stk500_recv(): programmer is not responding" Commented Jun 18, 2014 at 21:06

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.