GMU:Connecting Max to the World/Sirin Unmanee

From Medien Wiki

Project

Organic Pulse Imagery is an installation art that unites the audience with parts of different organisms, an installation art for humans to experience different space, time and place. In this project, I will capture the electrical conductivity of the organisms in order to convey the message that there are various microorganisms everywhere around us. Then, I will send that input to Max/msp and generate a 3D/2D graphic of their electrical conductivity and project that graphic onto the wall, therefore the audiences can participate in the immersive space created.

This idea is more likely to be an exhibition approach, which people can choose the organisms by themselves and interact with it.

1550091367913.jpg

This project is related to my DIY Bio project. It can be found here:
Link to my DIY Bio Project

The graphic style is inspired from the imagery of bacteria and other organisms under the microscope, which are mostly seen as dots and particles.

Tech part

Arduino sketch : File:sensor_reading.ino

Max/msp patch: File:maxproject sirin 20190129.maxpat

I followed tutorials of prospective visual creation, but the difference is that input is the electrical potentials from organisms.

This patch is using jit.gen and jit.matrix to generate a particle effect. The jit.gen is used for calculating force and mass to drive the particles, as well as their movements. In the tutorial, the equation that he used is F = m*a and the particles will move in a vector quantity; in this case, to the center.

As a result, the particles are moving to the center when there are changes in electric potentials. On the other hand, when the input is unchanged, the particles will arrange themselves in a circle. The visual is inspired from the image of the organism that I cultivated inside a petri dish.

After testing on the organism's electric potentials, I noticed a tiny difference in the result in every organism. I will use that input to shift the visual which are, in this case, color and shape to represent their appearances in an experimental way, so I set the three conditions to differentiate them. However, the particles' movement will remain the same in every input.

This implementation allows many participants to be engaged in the installation at the same time. There are many possible ways to interact with it; for instance, in this sample scenario, one person is changing the input while another is playing with the visuals and guessing which organism it is.

In conclusion, there are many possible potentials for this project. For example, it can be used to cultivate a larger variety of organisms which also have different electric potentials, in order to generate other visual styles.

Further Research

References