Skip to main content

small fun light up pouch enacting forest scene [WIP]

 

As part of my BWSI summer course we were prompted to build a light up purse with embedded neopixels. It was supposed to be an introduction to machine sewing, e-sewing, and integrating electronic parts into textiles. As someone who had never sewn before, I found that to be the most challenging part of this exercise.



1. The idea

prototype sketch 

  I came up with a forest scene for my purse, since I wanted it to tell a story. The idea is that the snap on the purse (that I would hand sew on) would act as a switch, which turned on the lights on the front side of the purse. These lights would have bear paws going to trees embroidered on them, and would light up sequentially to make it seem like the bear paws are "going" to the trees. Then, when you opened up the purse, the switch would be "off" and sensing this, the circuit would direct another neopixel which is stationed on the nose of a bear print inside the fold of the purse to blink red (simulating a "rudolph the bear" kind of look). 

Circuit diagram/schematic/tracing 
^^^This is my schematic diagram. This was my first time using components that were sewable such as neopixels and the circuit playground. E-sewing can be tricky because wires CANNOT intersect for risk of shorting since they are not insulated. So, along with just wiring as in a regular circuit diagram, I had to conceptualize where on the purse I would be 'tracing' my e-sewing thread. I had to manage three different lines: data, power, ground, and make sure they were properly routed to the inside of the purse (where circuit playground was), under the fold to the bear's nose, and prettily under where the bear paws would be. 

2. Sewing : ) 

machine sewed purse, hand stitched snap 
I have a new respect for sewing machines and their users. a) they seem like a hugely innovative piece of technology b) they are still complex to operate in my opinion. I machine stitched individual pieces. First, I created patterns (which I cut out in accordance with grain lines etc), then I stitched a double layer back (house shape) and a single layered front (rectangle shape). I forgot to take picture of this process unfortunately but above is the sewn purse. I also hand stitched the snap on there (which I might have to go reinforce since it is terribly loose right now). 

e-sewing in progress, data line complete 

I started e-sewing with conductive thread according to my circuit diagram/tracing plan. These are the four neopixels in a row where they would blink sequentially to simulate bear paws going to a tree. The top neopixel (the one on the bear's nose) is still just tacked on waiting to be sewed. You can see how getting a thread link from the bottom to the top without sewing the purse shut or crossing the threads can be difficult (especially for an amateur sewer). 



e-sewing done! 

Here I've finished e-sewing. It took a few hours, but I've also connected to my metallic/conductive snap to my microcontroller (which is underneath the front flap, lightly outlined if you can see it). Making sure there were no shorts was the hardest part, especially as my design had a closing/opening mechanism so I had to make sure thread from the top of the flap did not touch the purse when closed as well. I completed a continuity check with a multimeter and sealed my threads/insulated them with nail paint afterwards.


plugged in and coded! 

I coded up a quick neopixel sketch and had them blinking sequentially when plugged into my computer. 

TO DO next [I'll probably get to this next week but I've been so busy this week lol]

*Add in the analog input function so that the switch can play its part of having some neopixel light up when connected etc 
*Add in the coincell battery after loading on all the code 
*Embroidering it! [this will be time intensive and I can probably keep up with it during downtime but it will pull my forest scene together!]
^^I'll update this post after doing these action items : ) 

I guess the craziest thing about this project is that while it was (is?) technically simple, it was a new experience to integrate circuit components with textiles through e-sewing. I also can't believe that I'm actually DABBLING in the e-textiles I read about in research papers just a few months ago (this is quite different but STILL!)


Comments

Popular posts from this blog

Undershirt to mitigate + monitor late effects of breast cancer [Seamless]

This was my final project at BWSI, and part of the reason I received the Dr. Bob Berman Disruptive Tech Award for e-textiles this year for BWSI. I'm so excited about it and plan to continue it in the coming months.  I have so much to say in this post, but for now I'll just share screenshots of my portfolio document and go on and on about it when I'm not compromising on sleep lol: Up Next:  -Experimenting with more motors  -Inserting batteries  -Expanding health monitoring UI! 

NOTHOLE

nothole in the making...still integrating the sensor and ESP here what is a...nothole? Nothole is a sensor system on a car that can sense potholes + their severity + their location, and send this back to a central server application that can consolidate this data for usage by government officials and construction workers to provide for more efficient repavement of roads. This project won my group 1st place in HackMIT Blueprint's beginner track!  we had two parts: sensor (ultrasonic sensor) + server system via ESP8266   So technically...pothole detection has been done before (there are whole articles on it). What HASN'T been done before is consolidating it on a server. Ideally, we wanted to make a Google Maps application (using the JS API) but couldn't since we ran out of time in the 7 hours we had to build this. My partners, Jasper and Alex, focused on making the ultrasonic sensors work without fault + setting up the demonstration. On the other hand, I spent my hours figu...

Pennapps '25 + Sunscreen Reminder Shirt (Soliss)

^^meet wearable Soliss  So I spent most of last weekend on the floor of UPenn's Levine building (crazy deja vu I was literally right here for Upenn scioly in March). I slept 7 hours of the 36 hour hackathon and coded like mad for the rest of it (no seriously I fell asleep while CODING). I didn't win an award this time, but built a super cool FUNCTIONAL WEARABLE : D (I applied skills from BWSI!)  1) What is Soliss? Over my 36 h - 7h = 29h journey, I built Soliss with a team I found at the hackathon. This was a wearable that could track excess UV radiation hitting the skin and remind the wearer to reapply sunscreen. The wearable also connected to an app which allowed the user to track overall danger levels of UV radiation on their skin (calculated via a formal algorithm, and personalized to the user's demographic etc). Personally, I created the wearable part of the project (so all the hardware etc). In my 29 hours I prototyped/designed, breadboarded, coded, and the hardest pa...