Programming ATtiny85 with ArduinoISP

 

 

Download the Tiny-core here: code.google.com/p/arduino-tiny/ 

Follow the instructions in the readme.txt file

Connect your Arduino to the Attiny according to the picture above


Note: this step do not burn a bootloader to your chip, it is only used to set the fuses to another clock-speed.

 

ArduinoISP version 1.0 and later:
Coding Badly has made a solution. Get the sketch here:
ArduinoISP
reply #39

 

PWM pins are PB0, PB1 and PB4
Analog (ADC) pins are A1,A2 and A3 (physical 7,3 and 2)

 

Useful links for Atiny85:
Coding Badly's TinyISP reply #33
Coding Badly's TinyTuner
Servo library for attiny85