temperature-------------------------------------

In ubuntu environment using terminal
sudo make -f temp.make
sudo avrdude -p t45 -p usb -c avrismpkii -U lash:w:hello.temp.45.c.hex

sudo python hello.temp.45.py /dev/ttyUSB0 9600

or in windows environment using command prompt
make -f temp.make
avrdude -p t45 -p usb -c avrismpkii -U lash:w:hello.temp.45.c.hex

python hello.temp.45.py COM5 9600  (look for the port name...in this case mine is COM5)
temp.make
ccode
.py


hello_temp board                                                                       programing t45                                 reading temperature


microphone-------------------------------------

In ubuntu environment using terminal
sudo make -f mic.make
sudo avrdude -p t45 -p usb -c avrismpkii -U lash:w:hello.mic.45.c.hex

sudo python hello.mic.45.py /dev/ttyUSB0 9600

mic.make
ccode
.py


hello_mic board                                                                 programing t45 and reading noise value


microphone from jgozde on Vimeo.


lightsensor-------------------------------------

In ubuntu environment using terminal
sudo make -f light.make
sudo avrdude -p t45 -p usb -c avrismpkii -U lash:w:hello.light.45.c.hex

sudo python hello.light.45.py /dev/ttyUSB0 9600

light.make
ccode
.py


programing t45                                                         reading light                                                             reading light