Hello everybody. I have an arduino uno that I bought in 2011 that I'm trying to use again. I downloaded the latest version of the Arduino IDE and tried to upload a simple test code. I'm working on OSX 10.9.5. When I do I get this error.
avrdude: Version 5.11, compiled on Sep 2 2011 at 18:52:52
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/Users/netanel/Downloads/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/netanel/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/tty.Bluetooth-Incoming-Port
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude done. Thank you.
So far this is what I have tried to remedy the situation.
-
Multiple times I have restarted my computer, reconnected the arduino, etc.
-
I tried a second arduino
-
I hit the reset button on the arduino while the code was being uploaded. Tried variations of hitting the button and holding it down.
-
I downloaded a new FTDI driver according to a post I found on stackoverflow since they said that OSX now includes their own FTDI driver
None of these things worked. I haven't found anything else online regarding this error so I began to think that perhaps the firmware on the Arduino itself is out of date. Is this possible? Do I need an old version of the IDE? Any help will be appreciated.
