Programmer for ATtiny85 with arduino UNO as interface

Programmer for ATtiny85 with arduino UNO as interface

- IDE tested 1.6.7

 

1) Open the preferences dialog in the Arduino software.

Find the “Additional Boards Manager URLs” field near the bottom of the dialog.

Paste the following URL into the field (use a comma to separate it from any URLs you’ve already added):
https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json

1.1) if necessary, put the file Boards.txt into "C:\Program Files (x86)\Arduino\hardware\tiny\avr"

or put this line into preference.txt

 

boardsmanager.additional.urls=https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json

 

2) Open Arduino IDE and find the sketch "ArduinoISP" in the example, upload this sketch into ARDUINO.

3) in the Arduino IDE select tools/board/ATtiny.......

4) open Tools/Programmer and set ARDUINO as ISP

5) open the example "Blinking led" change the pin 13 to pin 0 and upload.