mojin yu

Prototype video



A Data Problem

For the final project, my digital media professor told the class to connect air quality sensors to Arduino and translate the sensor data into effective representations.

I thought the hardest part was over when I finally got the sensor wirings to work, but the real problem, I quickly realized, was those lines of air quality data:

(examples)

raw data output:
12:15:40.255 -> 37 0 543
12:32:11.969 -> 29 128 782

data with added syntax:
12:15:40.255 -> Humidity=37%, TVOC=0ppb, eCO2=543ppm.
12:32:11.969 -> Humidity=29%, TVOC=128ppb, eCO2=782ppm.

The information shown in this format was definitely accurate, but imagine reading hundreds of lines of data like this. Without spending time searching online or asking an expert, one can’t even tell if these means “fair air quality” or “heavy pollution”. How are we supposed to interpret this? Is there a more "effective" way to inform people of the air quality condition?


sensor
Gathering baseline data in various environments

I solved this problem creatively by turning the data output into dynamic visual representations. Using Processing, I created an animated scene (Wizard of Oz themed!) that would gradually transition from looking peaceful to looking chaotic, in line with the air quality status. The algorism was tested with different users to make sure that the animation works as intuitively as possible. In this way, the final output format allows viewers to easily interpret the practical implications of scientific data. Good air, bad air? It only takes one glance.


sensor
Probably not a good sign?

I took a rather radical, nonpractical approach as it was supposed to be an art project. However, the experience really made me think and the takeaway is extremely transferable. It is not always enough to simply present “accurate information” or “scientific data”; a humanistic approach sometimes is necessary to effectively get the idea across. Especially in this day and age when crucial issues like global warming would still struggle to gain support, no information problem is solely technical.


a picture of me soldering
Soldering was fun.