Archive for November, 2006

linux phone

Wednesday, November 22nd, 2006

last week i went by when a cell phone rebooted linux at frankfurt airport. the cell phone in korea last year was stuck in the bios.
linux_phone.jpgbios_phone.jpg

relative translation in 2d

Wednesday, November 22nd, 2006

angle a = 1.1;
step = 5;
new_x = Math.sin(a) * step;
new_y = Math.cos(a) * step;

wikipedia.de – dreieck

my lectures & my students

Wednesday, November 22nd, 2006

i am giving two lectures this semester: “experimental interfaces: everyday interfaces” for the graduate students and “interactive media basics” for the undergraduate students.

exint06_elektronik_02.jpgexint06_elektronik_01.jpg

grundstudium_table_02.jpggrundstudium_table_01.jpg

ftir multitouch with led fairy lights

Wednesday, November 1st, 2006

today i found some cheap led christmas fairy lights in the supermarket. they are ideal for building jeff han’s multitouch displays. it’s a line of 40 leds in a row with a 3V power supply. each blue led can be easily replaced by a IR led without soldering.

i built a small setup in 10 minutes. it works. the edges of the plexiglass have to be polished and the blue leds replaced by IR ones..

for prototyping i am using processing with the blob detection library until i get the visionlib plugin for finger detection. reactivision will get finger detection soon, too.

ftir_leds_01.jpgftir_leds_04.jpgftir_leds_03.jpgftir_leds_02.jpg