Archive

Posts Tagged ‘tv installation’

Journey through a burning brain

May 26th, 2009

Last Saturday as part of the 2009 Symposium on user generated content, interaction and design I had the opportunity to road test my installation piece ‘Journey through a burning brain’ which until I was forced to choose a title for the printed materials was previously known as my ‘youtube TV installation’.

IMG_0683.jpg

Similar to my previous radio piece I chose an old piece of hardware to form the interface which I could then go about subverting. This time a 1970’s Hitachi TV that I found languishing under the stairs when I moved into my flat was put into service along with a gigantic space age TV remote that I found in Maplins. On reflection the space age remote might go next time around as it sort of breaks with the conceit of interacting with an aged decrepit telly.

The central idea behind the piece was to use the content of youtube to provide a navigable database of content which could be reinterpreted through algorithmic cut ups. Again as with my radio piece it’s about the idea of browsing, channel hopping, surfing, constantly hunting through media for the next thing that will satiate us for a moment.

Technically the installation consisted of three laptops running MaxMSP/Jitter, my IR ardiuno box, the telly and remote.  The first laptop took care of downloading, transcoding and analysing videos from youtube, the second receiving and interpreting the user’s clicks and re-sequencing and playing the audio while the third played the videos through my Rutt Etra jitter synth and visualized the youtube database.

It was well recieved at the symposium but I feel that the remote control button’s mapping to the indivual features of the piece needs a little work before I find a gallery where it can sit for a week. I’m now hoping to move the piece online and use google’s youtube API to automatically repost my algorithmic video mashups and then incorporate video rating/play counts as a fitness test for genetic algorithms controlling the sequencing and sample selection.

Other stuff , , , , , ,

Introducing the ir2midi box

January 12th, 2009

Another part of my forthcoming interactive tv installation is the hardware infrared to midi box I built for interfacing old tv remotes with max and jitter. This was a pretty simple project based around the now ubiquitous Arduino microcontroller and a rather handy i.r. receiver chip I picked up for next to nothing from Sparkfun.

The IR remote control to midi tool box.

The IR remote control to midi tool box.

The box plugs in to my computer using USB and a max patch takes care of churning out the midi to whatever application I fancy. As well as using it for my installation I use it for controlling Ableton while standing a.f.k practicing bass. I included a hardware reset switch on the top which I hardly ever use since the latest Arduino’s support software reset when loading firmware and seem much happier with Max’s port object.

I stuck on two LEDs to give some user feedback, green for power and red for code received. I initially tried to write my own firmware for decoding the signals but after googling around a bit I came across this guy’s code which worked much better than my own attempts and saved me about three weeks work. Basically the box just chucks out a unique hex code for any button on any remote that’s sufficiently close to the RC5 Philips standard which seems to be most of the ones in my house. Max takes care of assigning each code/button to a MIDI message, like note, program change or continous controller but I might in the future go back and shift this functionality from Max into the hardware. When I’m using it with Ableton I just route the midi back from Max to Live using midiYoke.

Under the hood of the ir2midi.

Under the hood of the ir2midi.

Looking inside you can see there’s not much going on here, just the Vishay TSOP85 receiver and the circuitry for the LEDs and reset switch (this is on the flip side of the vero board but it’s just some pull down resistors). The nice thing about the receiver was it came with the neccessary circuitry integrated so all I had to do was wire it up to the power and one of the digital inputs on the Arduino. I’ve recently become obsessed with socketing things so I can pull them out and swap/replace them as I see fit so I used a few of these yummy modular connectors from Maplin. That’s where I got hold of the frosted blue enclosure which lets through the i.r. signal unimpeded as well as looking quite shhhexy (as much as a blue see through box can).

Introducing the Vishay TSOP85

Introducing the Vishay TSOP85

That pretty much covers it. I’m pretty pleased with it as it is, the whole thing only cost about £30 and took not too long to build. In the future I’ll post up the Max patch, circuit diagram and a video showing it’s integration with Ableton. Changing scene with the channel change and controlling volume, stop, start, record, etc by remote is really quite handy for me as I play double bass and constantly putting it down just to stop/start is a pain in the arse.

Hardware , , , , ,