So I have decided to start classifying a lot of the new art I see as Postanalog (Post-analog). It is the only way I can describe or categorize things like Art Robotica or projects such as Mortal Engine
Postanalog is similar to the term Postdigital but with a dramatic difference. Postanalog is art that embraces digital technology. This is that art that sees humanity and digital technology as symbiotic. It is when you see a natural element and an algorithmic digital element combine and for a new beautiful form.
Postanalog will revolutionize the world as we see it.
A couple of years back I made the WAMI which is a simple digital wave modulation instrument, which really means that it can make a bunch of cool sounds by waving your hands over it. Last month I saw a blog post on it on MAKE zine. The WAMI Dome was a project commissioned by my friend Jim Heekin Jr. for his leisurely use =)
Jonah Brucker-Cohen Wrote a brief description of it on the Make Zine Blog.
We are making good progress in the Pianocktail. There are 2 more weeks left in the semester and about a month left to do in work. Thankfully we have around 10 or 20 coffee shops around NYU. Can’t wait to take the first sip out of a cocktail mixed by the Pianocktail.
While I write the code, Florica is wiring the circuit together.
As you may see in the pictures there are a bunch of wires that we have to deal with. For every input switch there is a wire and for every output switch there will be 4 wires. There will be 88 input signals and 48 output signals coming and going from the Arduino. This means we have to connect over 280 wires!
What all this means is that we have a lot of wiring to do! Lucky Florica is on it. Oh and did I mention we are re-painting the piano and still need to add the liquid dispensing mechanism?
The WAMI Dome got some exposure at the Electronic Social Club’s Annual Exhibit at Hunter College. Everyone really enjoyed to play with the little dome and its square wave sounds.
We have begun to make modifications on the Piano to allow for the drink mixing mechanism to be installed. We made a bunch of holes on the wood cover flap to use as a bottle holders.
Florica was so exited about starting to add the switches to the keys that she took off all the keys with out mapping where all the keys belonged. Luckly we realized that the keys are numbered in order and eventually we untangled the mess, literary! =)
Once we added the metal pieces, that will serve as a switch to the keys, we began the tedious process of putting the keys back on to the piano. Patience played a big part during this assignment.
Finally all keys where in place and we tested out the switches to see if they where working properly.
Surprisingly, they are not working as smoothly as we expected, but its not a big set back since we can adjust the switched to work better.
The most exiting thing about the circuit is that it works!
Now if those solenoid valves and relays get here eventually, we can get started on the liquid dispensing mechanism.
We are making some good progress on the circuit for the Pianocktail. It may all look like a bunch of components thrown together (which they are) but they are working in semi-harmony.
This is an image of the circuit:
I got stuck trying to make the 11 shift registers work, it seems that I was loosing the signal of switches after the fifth shift register.
The solution to the problem was to set up groups of 5 shift registers going into the Arduion via Serial, Clock and Latch. This is not the best case scenario, since I am using 3 more pins of my Arduino, but its a quick fix to the problem. I was told to use a 1µf capacitor to boost the signal, but I have not tried that yet.
How do you know what key a person pressed on a piano, and then translate that information on to making a cocktail? Our approach to the first part of that question is making a circuit that has 88 input switches to detect every single key in the piano. This is what the circuit is looking like so far. You can see 11 shift registers(shift-in) in a parallel set up to detect the keys and 6 shift registers (shift-out) to trigger the liquid to flow. I am having trouble with the signal past the 5th shift register. I have yet to figure out if its a voltage issue or a software issue.
I’ll keep you posted.