Step 4: Program the Chip Part 2: Code
Download the firmware v1.1 from Ladyada.net at http://ladyada.net/media/tvbgone/tvbgone11.zip. This is for their kit, but I used it to program this and it worked. Unzip the folder and find the tvbgone.hex file. Copy this and put in C:\users\username where AVRdude can find it. Now, in AVRdude, type...
avrdude -c usbtiny -p attiny85 -U flash:w:tvbgone.hex
...and wait for it to put the code on the chip. Now let's get building!
Remove these ads by
Signing Up



















































Visit Our Store »
Go Pro Today »




http://www.instructables.com/id/Program-an-ATtiny-with-Arduino/
avrdude -c avrisp -p insert_part_name -P insert_com_port -b 19200 -U flash:w:filename.hex
I just was browsing the Arduino forums, for more information try http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1277933355