For my output device I am making an LCD, liquid-crystal display, which will also be used for my final project. To deign the board to control the screen I went back to my basic controller board from week 5 (which I'd fixed along the way). I removed the 6x1 header that was used for serial communication and added a 5x2 header to connect to the LCD screen and a 2x2 header for a battery pack. Below is my Eagle schematic. I made the 2x5 header by placing a 2x3 header and a 2x2 header next to each other. I referenced the examples on the class page and and basically just recreated it.
I copied the board layout, cut out the board, soldered on the components and connected the 5x2 header to a ribbon cable and to the LCD. To program the board I used the Arduino examples for LiquidCrystal and started with the HelloWorld code just to show something on the screen. I couldn't find a 9V battery in the lab so I connected the board to a power supply. Immediately it got amazingly hot and there was a little puff of smoke. I looked up and realized I set the power supply to 12V without thinking... I replaced the 5V regulator and the Attiny. To remove the Attiny I used the heat gun and held the board up by the Attiny with tweezers. Within seconds the board dropped and the Attiny was off.
With a new regulator and ATtiny I reprogrammed the board, but it still didn't work, it just shows the first row all black. I checked to make sure the Attiny is powered with 5V, that all the leads from the LCD are connected correctly to the Attiny, double checked the solder joints, replaced the attiny... No cigar this week.