The System is based around a series of programs called AVR Dude. And simply installing AVR Dude isn't enough. What I did was I installed the newest version of WinAVR (comes with AVR Dude, as well as programmer's notepad) now this is all command line stuff at this point, and requires the ability to use a makefile. I'm no Guru and there are most definitely more elegant ways to get the job done, but here's the pudding.
I make the light blink!
So that's the uC version of hello world. remember your 330k resistor. The chip is one of the attiny13s and FYI I had to define my usb port weird, 'avrdude -c usbtiny -p attiny13 -P #port_#0001.Hub_#005 -U flash:w:test1.hex' I would do a post as to how exactly I got it to work, but honestly I'm not bloody sure.
No comments:
Post a Comment