Hi:
I am following these instructions to program Attiny85:
http://hlt.media.mit.edu/?p=1229First of all, I have realized that we cannot use arduino IDE 1.0. So I downloaded version 0022. There are no compiling errors in this version.
However, as I try to upload the simple blink example, moving the output to pin 2, I obtain these results:
Problem uploading to board:
Binary sketch size: 658 bytes (of a 8192 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I am doing exactly the same steps and connections as that webpage states... what is wrong?
Thanks in advance