Final Project

In my last post I shared the basics of soft switches and soft circuits. For this post, I wanted to talk about my wearable prototype, but also where you can find some good resources if you, yourself want to get into this stuff. Firstly, watch this video. And secondly, check out this site. Also, I’d like to say thanks to Kate Hartman for showing us the ropes on conductive textiles. It really opened up a lot of possibilities in terms of the way I think about making circuits and sensors.

For my textiles prototype I wanted to create a wearable fetal kick sensor that transmits real-time data to the web. My wife, Marina, is pregnant, and I want to image our baby’s kicks using wearable sensors for her belly. When I say image, I’m not talking about high resolution imaging or anything like that, but more of an abstract visualization that would show the baby’s movements along X and Y coordinates of a .p5js sketch. I also want the data from her wearable to be able to be transmitted wirelessly to a website that would run the P5 sketch. The ultimate iteration being that we could share a URL with friends and family where they could go and see the baby’s movement in real time (Isn’t that nice?). Also, tracking fetal kicks is an important part of monitoring the baby’s health, especially in the third trimester. So, this wearable has medical functionality as well.

I also decided to pursue this concept further as my Physical Computing final project, so you can read more in-depth about that and see some pictures of Marina at this link.

My original idea was to use Eeonyx, a sort of stretchy conductive fabric. I made a prototype of that in class, but it turns out that it’s really just kind of a stretch sensor, which doesn’t work for what I’m trying to do.

This is my original prototype using Eeonyx. It did generate data, but not the way I needed it to.

This is my original prototype using Eeonyx. It did generate data, but not the way I needed it to.

 

As an alternative material, I found a link on “How to Get What You Want” on how to make a pressure matrix using Velostat and fabric that I think will work nicely. I made a paper prototype (literally), based on one of their examples. I was only able to get a read from one contact because all of the alligator clips were gone in the bins on the floor (I suspect they were used up by other Textile Interfaces students scrambling to finish their prototypes), but it was enough to make a proof of concept at any rate. It will work as a starting point, and once I hammer out the finer points of that circuit, I can sew it into a wearable using conductive thread.

Velostat - based pressure matrix.
 

This sensor is made with a sheet of Velostat surrounded by a connective matrix. I made the circuit using copper tape on paper as a rough prototype. Eventually the copper tape will be conductive thread sewn on to two pieces of stretchy fabric with Velostat sandwiched in between. This will give me the X and Y pressure data I need to image my kicking baby!

This is the pressure-matrix in action.

This is the pressure-matrix in action.

 

Lab 2: Analog Sensors

Last post I showed you how to create a few soft switches. For the next lab, we created an analog pressure sensor that is made possible by a pressure-sensitive material called Velostat (available here). This stuff is pretty cool. The material itself is not very conductive, but it’s useful because it has variable resistance depending on how much you squeeze it. The pressure-sensitive button you see here is made by placing a piece of Velostat between two pieces of conductive material, and then that switch is housed inside of a neoprene sandwich.

GIF-191111_195146.gif
 

I also made a stretch sensor using Eeonyx. This is a stretchy fabric that changes resistance the more you stretch it. I wanted to use it to make a baby-kick sensor for my wife, so I also carried this project forward into my final project. Here’s a little slide show of me experimenting with Eeonyx and neoprene.

 
$R6ZFPGM.gif
 

Lab 1: Soft Switches

 
A felt circuit lighting up an LED.
 

This weekend we learned all about conductive textiles and all of the wonderful ways you can employ them. For the first lab we learned the basics of making soft circuits, and (among other things) we learned how to make three kinds of digital soft switches.

 
A felt finger-switch triggering an LED
 

In the above digital switch, you can see pretty explicitly how it works. Two pieces of conductive fabric are connected to the breadboard, and when the other piece of conductive fabric (in the form of a sort-of finger puppet) touches the switch, it completes the circuit and the LED lights up.

Soft button switch turning an LED on and off.
 

This is another digital switch. This one has conductive material inside that is separated by felt spacers. When you push the center, the conductive fabric touches and you get a connection, completing the circuit.

“Fold” switch made of felt turning on an LED
 

This is a “fold-switch.” You just fold the fabric square so that the connective parts make contact, and then you’ve completed the circuit.

Neoprene pressure-sensitive button dimming an LED on and off.