Hi,
I have a problem for burning the Arduino bootloader on a ATTiny85 :
I've an arduino mega 2560 and I followed this tutorial http://hlt.media.mit.edu/?p=1695 but I get this error:
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
Please help me.
Thanks you in advance
Thanks you for your quick reply!
Which programmer you suggest me to buy?
Thanks
Wilfish
Check out these two links:
http://hlt.media.mit.edu/?p=1695
I'm using the UNO with the MIT instructions and no issues. Just remember, you "flash" the Tiny from the 1.0 GUI but you are only setting the fuses, not actually downloading the bootloader.
Thanks Ray,
I've tried to follow the instruction of the MIT but now I get this error
avrdude: stk500_getsync(): not in sync: resp=0x00
What method did you use to disable auto-reset?
Are you using the Arduino 1.0 IDE?
Are you using the updated version of ArduinoISP?
Wilfish:
To disable auto-reset, I have a 1µ capacitor between gnd and reset.
They may not be big enough. There are accounts that 10 uF (or bigger) are required.
But I'm using the ArduinoISP already present in the IDE.Where can I download the updated version of ArduinoISP?
https://github.com/arduino/Arduino/blob/master/build/shared/examples/ArduinoISP/ArduinoISP.ino
Right-click Raw then click Save Link As
Thank you very much it works.
I'm relieved.
Wilfish