Tears Sensor

by xuhanart in Circuits > Art

752 Views, 7 Favorites, 0 Comments

Tears Sensor

Screen Shot 2018-12-01 at 11.22.16 PM.png

I made a tears sensor for my recent project “Five Facts About Tears”. This tears sensor can detect tears and map tears into sound.

Five Facts About Tears is a video for art performance with five series of speculative wearable installations which have interaction with human extreme emotion carrier–tears. You can find the video here . My webisite .

Material List:

Conductive Tape;

Arduino Nano / Arduino Uno;

* DFPlayer Mini;

9V Battery;

Speaker;

Breadboard;

Audience: Who wants to make art or design piece that needs to detect their tears :)

Design the Circuit on Face

IMG_5732.JPG
Screen Shot 2018-12-19 at 10.23.32 PM.png

Try the Circut

IMG_3452.JPG
Water sensor

I used Arduino, breadboard, some jumper wires, buzzer, and conductive tape which already have been cut to make this work. The water connects the gap inside the conductive tape. So when water drop, the buzzer ring. And buzzer rings louder when water gets more.

The code is here:

int piezoPin = 8;
void setup() {

}

void loop() {

tone( 8, 2000, 500);

delay(1000);

}

Design the Tattoo and Vinyl Cut the Conductive Tape

IMG_5380.JPG
Untitled-1.png
IMG_5782.JPG
IMG_7091.JPG

I used a Vinyl Cutter (Silhouette Portrait 2) to cut a 2-inch width conductive tape.

Attach the Conductive Tattoo on Face and Set Up Others

IMG_0132.JPG
IMG_3595.JPG

Wait for Your Tears

Screen Shot 2018-12-19 at 10.34.43 PM.png