Bare Bones ATMega168
I've been playing quite a bit with Arduino based stuff over the last while. It's an awesome way to get started without a huge amount of low level knowledge of the micro required to get an LED to blink. I wanted to try some bare bones bits though with some ATMega's as well. I found a few different tutorials online that explain the gap that the Arduino bootloader fills. One of the ones I liked the most is the Hack a Day series on AVR programming . I ordered a few ATMega168 's from Core Electronics . I've been buying a bit from them lately. They are here in Australia, with pretty good prices and very fast shipping. As for the AVR programming hardware I decided to use my BusPirate (fully supported by AVRDude). So I read through the tutorials and got to the section in Tutorial 02 where it's time to connect up and program the ATMega168. Dangerous Prototypes have a full page on using the BusPirate as an AVR programmer . There were two bits tha...