Hi,
I’m trying to program an ATTiny85 with the Arduino ISP.
I have tried to follow the tutorial below but ran into a few problems.
In the tutorial they are using Arduino IDE version 1.0.5 but the “Arduino ISP’ programmer option is only available on Arduino 1.5 so I upgraded to 1.5.
The second issue I had is that the ATTiny support files in the tutorials do not work on Arduino IDE 1.05 so I found 2 versions that do and they both appear to work but when I try to upload the blink sketch I get the below error message.
Any ideas on what I’m doing wrong?
Arduino ISP: http://arduino.cc/en/Main/ArduinoISP
Arduino ISP Drivers: http://arduino.cc/en/Guide/ArduinoISP
Tutorial: http://scuola.arduino.cc/lesson/qX1117g/Programming_an_ATtiny_with_Arduino_ISP
ATTiny support:
https://code.google.com/p/arduino-tiny/
https://github.com/damellis/attiny/tree/ide-1.5.x
Error Message:
avrdude: verification error, first mismatch at byte 0x0040
0xe0 != 0x08
avrdude: verification error; content mismatch