I got it working!!!!
Big Thanks to JT!
I successfully made a DIP circuit using an ATTINY85-20PU.
The hardest part was figuring out the fuses with avrdude.
but, the avr calculator helped me out.
http://palmavr.sourceforge.net/cgi-bin/fc.cgi?P_PREV=ATtiny85&P=ATtiny85...
anyway... I figured out the fuses. (thanks to JT's suggestion to "disable the Clock Division by 8 feature)
The correct values are:
avrdude -c usbtiny -p t85 -U lfuse:w:0xc1:m -U hfuse:w:0xDF:m -U efuse:w:0xFF:m
-Andrew (keen101)
More information about formatting options
I got it working!!!! Big
I got it working!!!!
Big Thanks to JT!
I successfully made a DIP circuit using an ATTINY85-20PU.
The hardest part was figuring out the fuses with avrdude.
but, the avr calculator helped me out.
http://palmavr.sourceforge.net/cgi-bin/fc.cgi?P_PREV=ATtiny85&P=ATtiny85...
anyway... I figured out the fuses. (thanks to JT's suggestion to "disable the Clock Division by 8 feature)
The correct values are:
avrdude -c usbtiny -p t85 -U lfuse:w:0xc1:m -U hfuse:w:0xDF:m -U efuse:w:0xFF:m
-Andrew
(keen101)