Pages

Showing posts with label project. Show all posts
Showing posts with label project. Show all posts

Wednesday, May 4, 2011

May Update

After a bit of a break at Easter it's back to work. Currently I am developing the concept for my project and working on building a basic prototype using PD, Flash and Arduino.
Also I've been scavenging old discarded electronic devices for pieces that I can use for the Hunt Museum project. I got my hands on 2 old CD players and a digital TV box and busted them open this morning. Some pics...

CD player 1



CD player 2


Digital TV box



The whole bounty!

Wednesday, April 13, 2011

Initial Project Presentation

Yesterday I presented my initial research and concept for my final project to Gabriela Avram and the rest of my class as part of the Principles of Interactive Media module. Here are the slides.
I'm thinking of starting a new blog solely for the project as I can only add static pages to this one and would like to keep things separate.

Friday, March 4, 2011

Three Interesting Talks

I attended to three interesting talks in the last week.

The first was a talk by Stelarc AKA Stelios Arcadious  in the Crawford Art Gallery Lecture Theatre in Cork and was absolutely fascinating. Stelarc is an Australian performance artist probably most known for implanting an ear created from cells into his fore-arm. He also had a wireless mic fitted into the ear so that anyone could hear what the arm-ear was hearing through the internet. He took the concept even further by implanting a small wireless speaker inside his mouth so that he could make calls through the web, speaking into the arm-ear and listening through the speaker in his mouth!  lot of his work explores the bouderies and relationships between technology and the physical body. Food for thought. Check the Stelarc site for more. A very interesting character.

The second was delivered by Fabiano Pinatti, a PhD student at the Interaction Design Centre in UL. He discussed his area of study and his research methods. He is looking at the idea of Digital Nomads and the Knowledge Economy: "how place, activities and the social world constitute the experience of nomadic users; in what way technologies are shaping people's work/life on the move; what the aspects of mobile interaction that design could meaningfully support are." It was helpful to hear his approach to choosing research paradigms and epistemological and ontological assumptions.
Nomadic Work / Life in the Knowledge Economy website.

The third talk was at the monthly IxDA event at the Absolute Hotel and was given by Prof. Mike Phillips from the University of Plymouth. He focused on sustainable interaction design and towards the end talked bout the ongoing projects by the i-DAT research group at the Centre for Art, Media and Design Research in Plymouth. I picked up some great leads that will be useful for my own research at this.

Wednesday, February 16, 2011

Masters Final Project

I had a chat today with course director Mikael Fernstrom regarding my final project. I will be submitting a revised proposal this week and posting details here soon. I'm much happier with my slightly altered direction. Updates soon...

Thursday, February 3, 2011

Flash audio visualizer using ActionScript 3.0

For my final project I'm going to need to generate graphics based on user input using sensors that may detect motion, heat, sound, etc. Today I've been working with ActionScript 3.0 in Flash to create a simple visualizer that reacts to any sound file.
Using the computeSpectrum method from the SoundMixer class you can convert a sound file into graphics. The code looks pretty daunting if you're just learning ActionScript as I am but I found a great tutorial from Tom Green on Community MX that explains how it works really clearly.
I'm going to experiment some more over the next few days.
If anyone has any tips send them my way!