I want to program the ATTiny85 using my Arduino UNO as ISP. I followed this tutorial (ATtiny85 programmarlo utilizzando Arduino UNO configurato come ISP) that have told me to follow this procedure:
- Download the right library (Google Code Archive - Long-term storage for Google Code Project Hosting.) and install it in the correct folder
- Upload the ArduinoISP example to my Arduino UNO (using 0023 version of Arduino)
- Connect ATTiny85 to Arduino
- Select the correct board (ATTiny85 @ 1 Mhz)
- Upload the "blink" example
IDE gives me this message when i try to upload the "blink" example:
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85
avrdude: stk500_program_enable(): protocol error, expect=0x14, resp=0x50
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I also tried the option tool -> Burn bootloader -> w/ Arduino as ISP; Arduino gives me the same message .
What's wrong?
Thanks for the answers!