I am trying to get a simple blink sketch to work on the attiny85 to make sure that the ISP and everything is working properly
Here's the reference i'm using for the wiring: http://hlt.media.mit.edu/?p=1229
I am using an UNO.
I uploaded the arduinoISP code attached in this message that was provided by Coding Badly
I selected the Attiny85 @ 8Mhz
When i tried to burn the bootloader, this is the error message that popped up.
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf -v -v -v -v -pattiny85 -cstk500v1 -P/dev/tty.usbmodemfd131 -b19200 -e -Uefuse:w:0xFF:m -Uhfuse:w:0xD7:m -Ulfuse:w:0xE2:m
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 "/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/Darcyneal/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/tty.usbmodemfd131
Using Programmer : stk500v1
Overriding Baud Rate : 19200
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv: . [15]
avrdude: stk500_getsync(): not in sync: resp=0x15
avrdude done. Thank you.
Open Arduino IDE. Open File | Examples | ArduinoISP.
The version that comes with the IDE does not always work on Linux / Mac computers (the /Applications/Arduino.app directory is a good indication that @Drc3p0 has a Mac).
avrdude: Recv: . [15]
avrdude: stk500_getsync(): not in sync: resp=0x15
Huh. That's a symptom I've never seen. @Drc3p0, you sure have a knack for getting entangled with strange problems.
I suspect the Uno bootloader is responding instead of the ArduinoISP sketch. Make certain...
• The disable-auto-reset capacitor is put in place after uploading the modified ArduinoISP sketch
• The disable-auto-reset capacitor is making good electrical contact if, like me, you connect it directly to your Uno
It's an earlier attempt to get past a Linux / Mac related bug in ArduinoISP. The sketch in reply #39 is the latest (and apparently more successful) attempt.
I had instituted this file change based off of previous instructions. Not sure if it could contribute to the issue at hand... I am using arduino Uno version 1.0