Hello World 10.04

Simple microcontroller project that uses an Atmel AVR to transmit the string 'hello world' over a serial connection.

The circuit board was made using the Modella milling machine.

The whole thing got soldered together....

The code was compiled using avra. In windows command prompt:
avra filetocompile.asm

The microcontroller was programmed using UISP. In cygwin prompt:
uisp -dlpt=0x378 -dprog=dapa -dvoltage=3 -dt_sck=50 --erase --upload if=[filetoupload].hex