Re: Diskokugel (icosahedron 2) [Updated]

April 8th, 2011

I can’t believe how much time this took. I tried to find someone to help me weld theicosahedron but whatever I tried, something always went wrong. So, finally, I did it by myself. The result is pretty ugly (compared with how it started) and I guess I’ll have to invest some money to have someone professional do this once it proves to be a working concept. Thank god I don’t rely on my soldering talent to survive…

Not pretty. But robust.

UPDATE:

I took a part of the frame and used some acrylic compound to attach some bodies to it. I am not quite satisfied with the looks of the compound. I’ll try black hot glue the next days. Another alternative could be silicone.

Then I started to solder shims to the points where the frame will be attached to the icosahedron. Lot of work. Lot of progress.

full view from above. You can see the icosahedron inside.
From the inside you can see the chrome bodies
another full view

(Deutsch) A little LED-Lamp

February 28th, 2011

Sorry, this entry is only available in Deutsch.

(Deutsch) Diskokugel Progress

January 23rd, 2011

PD Video Player with Sound

November 13th, 2010

I had the idea to build a kind of solid state video player using Linux and Puredata with an Arduino. The educated reader might ask “Why PD?” and, of course, is right. The simple answer is: Because I can and its easy.

I take the latter back. When I came up with this I had totally ignored, that Puredata/Gems Pix_Film object doesn’t play sound. This means, video and sound have to be played in separate players and then be synced. Some research in PDs list gave me an example I started working with and I was partially successful. Video and sound sync well with a [vline~] but with high resolutions the sound glitches. This can be reduced by trying different video codecs (motionjpg is supposed to work pretty well) but still I wasn’t able to play 1280×1024 videos without the sound dropping sometimes. I didn’t have this problem using the [pix_buffer] object, but this way the video is loaded into the RAM uncompressed, which takes up tons of space and limits the possible length of videos loaded/used. This was on my MacBook with 2x2GHz and an onboard Intel 9400m graphics card. I will try it on Linux in the next days, lets see, if it works better.

However, I expect no wonders and theres no sense in building a solid state video player that needs hardware this expensive (and energy intensive). I want to use one of these fit-pcs, loving their small design and power consumption. For them to work with videos of that resolution I need to use their hardware acceleration, which might prove difficult on Linux (I heard nothing good about the support of intels gma500) and even worse when relying on PD/Gem, which uses OpenGL to render video. So the plan now is to use a common video player like VLC or mplayer and remote control it via network/localhost. That should take care of the hardware acceleration and still make use of the serial interface and interaction possibilities of PD. Stay tuned…

This patch syncs video and audio

Solar Collect Call by Thomas Saraceno

November 6th, 2010

A friend from Studio Saraceno called because some solar panel mirrors had to be assembled here in Berlin. Those are actually large frames with solar panel foil behind a glass coated with some reflecting film. Inside the frame is a battery thats loaded by the solar foil and provides power to load cell phones and such. Looks quite nice but the efficiency is greatly reduced by the fact that the foil has to laminated to be applied to the frame without folding and breaking. The film on the glass further reduces the amount of UV light that reaches the foil. since we worked indoors there was no way to do some measurement.

the solar foil

the mirror

To apply that film they extra sent the stuff from Frankfurt to Berlin, but apparently the guys who did it here didn’t do their job too well, judging from the scratches on the glass and dirt behind the film. There seems to be some kind of magic to it, since even the manufacturer of the film doesn’t seem to know how to handle this.

Tech Stuff

November 3rd, 2010

My current task is to build some stuff for the Computerspiele Museum. Thats not as exciting as it sounds, however it totally fits to the stuff I’ve been doing over the last months. An interface/video player is to be controlled using a joystick while LEDs are lit correspondingly. Again, Christian was very helpful here and provided me with a basic idea, how to build this. The plan changed various times since at first I was told I had to work with 12V LEDs, no one knows why. That sounded easy at first because I thought I could simply take those LED clusters that replace common halogen lights. But it turned out that most of them are not dimmable, unless you take really expensive ones (~€ 30,-). So now I use 3W ones on a heat sink. looks quite nice.

I even found a shop to buy arcade hardware such as knobs, joysticks etc. Sure there’ll be more fun with that soon :-)

to illustrate the current affairs

Back to School (on my own)

October 18th, 2010

Working with Christian on my “Diskokugel” I decided I need to earn more about the basic electronics behind it. In fact, since I started with the project I have already learned more about it than in my electronics classes at the university, but it all remains some kind of esoteric half knowledge when one knows nothing about the rules behind it. So I started to teach myself intensely, reading and doing tests at home.

I found an open book project that has written a complete compendium for electronics education in a way that is totally understandable and their website even provides tests and exercises to check on your knowledge. Awesome!

PD and Arduino

October 18th, 2010

I explored some ways to use PD to communicate with an Arduino. There are wo ways to interact with an Arduio from PD: serial communication via the [comport] object and controlling the Arduino directly with [pduino] using the firmata firmware.

[comport] simply sends and receives serial messages. I found it a little difficult to convert those messages into the right format as to understand and further process them. The PD help file isn’t exactly helpful to that extend, but I found a patch called ArduinoPDMessageSystem that makes sense of the serial messages, even though I haven’t understood every objects function there yet.

So far, I have managed to send messages to the Arduino to interface a HCF4094 shift register controlling 8 LEDs. I use the same register to control my “Diskokugel”, so I heres for the next step to its completion :-)

Crazy AV Machines Workshop

October 4th, 2010

The past week I participated in a PD workshop run by Oscar Martin and Luca Carruba at NK gallery. The workshop lasted one week and ended with a collaborate performance where all participants used their patches made during the workshop. I can’t tell you how that turned out because unfortunately I had to leave two days early to finish another job. However, the workshop was quite inspiring. Oscar and Luca rushed us through the possibilities of the software so fast that I imagine it hard for an actual newbie to keep up. For me it was quite informative, especially since I had my own agenda, wanting to know how to communicate with an Arduino with PD as means of an interface.

I’ve worked with Max/MSP and VVVV before and also had a look at JMax and PD back in 2002. PD has evolved a lot since then and since it is a piece of true open source software it has all my sympathies. The community is active and I´ve found the mailing list extremely patient and useful.

My Tammes Problem

August 30th, 2010

After a two weeks pause I urgently needed, I got back to my problem of the equally distributed circles on a sphere. Some more research revealed that it is a problem yet unsolved. It is called Tammes Problem, a specialization of the Thomson Problem. Wikipedia shows some solutions, which is quite convenient. I still struggle with the practical application though…