MiniProg
Design by: 5138
A mini ISP Programmer based on attiny85. It is usbtinyisp compatible.
Instructions for programming chip (attiny85 or 45)
1. Download hex file from http://tinyurl.com/usbtinyisp-hex
2. Write hex file to chip with command
avrdude -c
-F -p t45 -U flash:w:.hex:i:
3. Write fuse bits to chip with command
avrdude -c -F -p t45 -V -U lfuse:w:0xe1:m -U hfuse:w:0x5d:m -U efuse:w:0xff:m