top of page

Interactive art installation 

dsdgwd.JPG

Concept:

Climate change is a pressing issue in our contemporary world. Although we might not realize it, our activities are affecting countless lives in mother nature. With the hope to inspire people to start taking action and interacting with nature, we decided to make an interactive wall installation that utilizes projection mapping and animation.

​

Users are expected to interact with each graphic and the corresponding animation will show up through projection while they do so. 

​

Input: Capacitive sensor

Output: Madmapper Projection

Live audience video:

Testing prototype video:

IMG_2057.jpg

Process:

5 steps were involved to achieve the final result by integrating the components and programming.

  1. Build a capacitive sensor circuit

  2. Connect Arduino Uno with Madmapper using the Firmata protocol

  3. Ideate painting and corresponding animation

  4. Fabrication: Purchase canvas, and create the paintings

  5. Revision after feedback (invitation & idle state code)

Conductive ink and Capacitive senor circuit were the main physical setup while MadMapper software was the virtual setup

Untitled_Artwork 25.jpg
IMG_0101 (1).jpg

Learning:

  1. For multiple capacitive sensors, pins 0,1 and 2 on the Arduino board should be avoided as they are reserved for RX/TX and cause errors.

  2. For Madmapper and Arduino software to gain serial communication, Firmata protocol is used and the sensor pins have to be declared HIGH for action.

  3. P5.js and Madmapper cannot be used at the same time as they share a common port.

  4. For any installation, there must be an inviting state as well as an idle state to gain the viewers' attention.

bottom of page