Hello
I am trying for the first time to program a ATtiny85. I am using a Arduino nano and I followed this tutorial :
http://forums.4fips.com/viewtopic.php?f=3&t=1080
I managed to upload the ISP sketch on the Arduino (red led is heart beating) but when I tried to upload to the ATtiny the blink sketch I have this error :
Sketch uses 686 bytes (8%) of program storage space. Maximum is 8192 bytes.
Global variables use 9 bytes (1%) of dynamic memory, leaving 503 bytes for local variables. Maximum is 512 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x15
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x15
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x01
avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0x10
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500_disable(): unknown response=0x12
the selected serial port avrdude: stk500_disable(): unknown response=0x12
does not exist or your board is not connected
I have double checked the wires and my settings which are
Card : ATtiny22/45/85
Processor: ATtiny85
Clock : Internal 1Mhz
Port : /dev/cuwchusbserial14310
Arduino as ISP
Can someone help me to solve my issue ?