Archive for July, 2006

imomus blogs berlin

Monday, July 31st, 2006

a quote from the noteworthy livejournal of imomus

At the end of July a journalist will interview me about Berlin for a British newspaper. The article will ask how long the urban utopian idyll enjoyed by Berlin’s artists, musicians and hipsters can last, and whether Berlin won’t soon become a “free market”, as expensive as London or New York.

The “inevitable convergence towards Anglo-market norms” theme hinted at here will not set the tone of my answers. I don’t believe that’s the case. It’s Anglo-market norms which are in crisis, not the Berlin alternative to them. I plan to tell the paper that, far from being an endangered enclave or anomaly, Berlin is in fact a laboratory for future ways of doing things. This city is not just post-industrial, but post-imperial. It’s a divergence machine.

I think, if you asked around, you’d find a surprising number of the artists here would agree with that view. The post-imperial future is what we’re all brainstorming here. It’s why we’re not in New York or London. We’re working on very specific questions, questions of habitus. What will music sound like after the empire? What will food taste like? How will people dress? How many hours a day will they work? What will their houses look like? How will they dance?

some very good questions! To put them into further perspective, what of the londons and new yorks of the world after the oil crunch starts to happen? - (or maybe that should be the los angeles and sydneys in terms of car dependency). - see for eg any of the “peakoil” sites cropping up at the moment, though of course, you must interpret the concept for yourself

“physical computing” - microcontrollers for sensor interfaces

Friday, July 28th, 2006

yes, it seems that it’s all the rage to be using microcontrollers for sensor interfaces and to a lesser extent, control of external devices from a computer (commonly a powerbook running max/msp, pd or processing).

This trend seems to beg the question that if everyone’s doing this stuff, what is actually worth doing with these tools? It has actually been possible to do this since before laptops.. I remember a book called “how to control the world from your pc” or something like that, which used parallel port interfaces for input and output, with much the same effect. Now it’s a commodity, so we can expect to see more and more half-baked new media art ideas using sensor interfaces and external device control from max. What is actually worth doing? Where are the really interesting concepts that will overcome the techno fetishism of the process?

Having got that little rant off my chest, it’s time to jump on the bandwagon (already totally overloaded), and get a microcontroller and some sensors to play with. To help the process, here are some links I have gathered in my exploration of the options.

  • One of the first places to look should be sensorwiki.org, started by Prof. Marcelo M. Wanderley from McGill university’s IDMI Laboratory, where there is a good range of links and info surveying currently available sensors and microcontroller boards (sensor interfaces).
  • Some of the cheapest options from sensorwiki are: DIY Atmel based USB interface, then the open source Atmel based projects: Arduino (around US$30 for USB board) and Wiring (about US$80), both available from Sparkfun (under Development Tools). Both these boards use the simple Wiring programming language, which has a c like syntax, and is currently at a pre-beta stage of development.
  • Finally, there are a growing number of user-level tools for Arduino and Wiring boards: Hans-Christoph Steiner has developed Pduino: An Arduino firmware and matching PD object, with some more info here. There is also an extensive page of Processing examples here, coming from Anders Gran, Jacob Holst, and Melvin Ochsmann for K3, Malmö University and licensed under creative commons. Another great page of examples (here) comes from Tom Igoe at ITP, NYU.
  • On a slightly different tangent, it seems that i2c bus (or the non-proprietary name : two wire interface TWI) is rather neglected as a highly scalable sensor bus for new media art projects (though maybe not for high-rate capture). Apparently the Brainstem board from Acroname can be used for i2c interfacing. Also, Guido Socher has a project page for interfacing ic2 with Atmel AtMega8 microcontrollers - the same ones used in Arduio.
  • Another interface is the Create USB Interface from Dan Overholt from UCSB.
  • Another place to look is the Open Sound Control application page.