Step 4Program the Chip Part 1: Fuses
I use AVRdude to interface between the programmer and my computer. A tutorial on how to use AVRdude can be found here.
If you are using an oscillator, use
Avrdude -c usbtiny -p attiny85 -U lfuse:w:0xfe:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m
If you are not, use
Avrdude -c usbtiny -p attiny85 -U lfuse:w:0xe2:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m
Proceed to the next step for programming the real code!
| « Previous Step | Download PDFView All Steps | Next Step » |
![]() |
Add Comment
|































































