Lauren’s Final Project Proposal

Instructables Link Here
Google Doc Here

Ideation

Idea 1: Garden Accessory
My ideas are based around either a solar or wind activated hanging garden accessory.

I like the idea of a Mandala Wind Spinner but I know that those are usually made out of a thin metal which allows the parts to spin and am unsure if I’d get the same affect with an acrylic material.


Idea 2: Table Centerpiece – Continuing from Allan’s project
After reading blog posts from classmates I got really interested in making an artifact from my project in that class. Part of my project was centered aroudn timed dinners, so this project would be a plate or table centerpiece that glows on a timer to highlight the timeline of the meal: countdown to meal -> subtle pulse during duration of meal -> finale when the course ends. If not a plate i’d be interested in it taking the form of a vase or sculpture.

Building Idea 2

Instructables Link Here

Materials
Polyurethane Foam
Joint Compound
Reindeer Moss
Neopixel Button
Gemma M0
Small Glass Tube/Vase

Tools
Sandpaper
Belt Sander
Bandsaw
Handsaw
Soldering Iron


I need to write code for a light that works on a timer -> the functionality will be altered to work in my house and instead of being timed by course, it will be timed to inspire better eating habits-> so the light turns on at the start of dinner-eating period and maybe does a slight pulse until the end of the dinner-eating period. So in total the light in my house would be activated between 7-10pm.



Lauren’s Final Spear | Halloween Costume



My goal for this project was to create a staff/walking stick/spear based on Spinel from Steven Universe. I wanted it to be something fun to carry around to Halloween parties for the rest of the week. Something striking and eye catching, creating it in my own style while keeping the tone of Spinel’s [dark + twisted love].

I really enjoy how this project came out, it feels really true to me and I was able to experiment with a few different techniques [laser. cutting, 3d printing]. I’m super interested in making more variations of this object, maybe based on different characters or moods.

Materials + Parts

3/4 inch pvc pole

Acrylic 1/8 Acrylic scrap: I ended up testing multiple various sizes and colors of acrylic sheets to see how they diffused the light

Adafruit Gemma M0

1 RGBW LED Neopixel Stick

Electrical Wires

USB Battery Pack

Solder

1 Black Feather Boa

Hot Glue

Transparent PLA

Stuffing

3D Print File Credits

Spinels Scythe Rejuvenator

Struggles
My biggest struggle was probably the 3d printing. While trying to print I ended up going through multiple versions of my design in order to troubleshoot the most efficient way to include the supports. I really enjoyed exploring the 3d printing community files, I have some printing experience but it was never something that really excited me. However, I found it really fun looking through all of the 3d print files that people upload to places like Thingiverse.

++ clearing out the supports out of something so narrow + long like the gem was way more tricky than I was expecting.

++ I did have to re-solder my Gemma 3 times because I kept messing up the ins/outs. Shoutout to Mallika + Tristan for helping me figure out what was wrong.

Sketch + 3D Printing

Circuit Diagram:


Code:

#define PIN 1
#define NUMPIXELS 8

Adafruit_NeoPixel strip(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800);

void setup() {
strip.begin();
strip.show();
}

void loop() {
// two quick pulses then rest
heartbeat();
delay(1000);
}

void heartbeat() {
for (int i = 0; i < 2; i++) {
pulse(255, 20, 100, 600, 200); // pinkish pulse: r,g,b, rise ms, fall ms
delay(150);
}
}

void pulse(int r, int g, int b, int riseTime, int fallTime) {
int steps = 30;
for (int i = 0; i <= steps; i++) { float bLevel = (float)i / steps; strip.fill(strip.Color(r * bLevel, g * bLevel, b * bLevel)); strip.show(); delay(riseTime / steps); } for (int i = steps; i >= 0; i–) {
float bLevel = (float)i / steps;
strip.fill(strip.Color(r * bLevel, g * bLevel, b * bLevel));
strip.show();
delay(fallTime / steps);
}
}

**I do feel like the photographer that was in the VFL got more progress shots than I did of this project so I’m hoping we get access to those. This was the least amount of documenting I’ve done for a project, which was surprising because initially i felt like I was capturing every step.

Lauren’s – Spinel Scythe Spinoff

I’m going to create my own version of Spinel’s Scythe. It’s going to be more like a staff/walking stick with a 3d-printed gem at the top.

Intention: to be a cute prop that I can add to any Halloween costume I wear this season.


Inspo:

Materials:
Base staff: light pole // tension rod
Black Ribbon
Black/Blue Fur to wrap handles
LED


To-do list:
3D Print the Gem – option 1option 2
Solder the Led Strip – Attach to inside of pole?
Attach Gem to Pole
Wrap pole with fur to create handle
Tie ribbons on to the pole

Arduino:
I want to use a button to maybe toggle between two settings, both will be a fade through some gradient of pink light. I want to confirm, the best way to go about this.

Lauren’s Halloween Ideas

I decided to find inspiration in the styling of some characters I’ve always really enjoyed + I know that I want to make something using acrylic sheets, the way the lights look within the transparent frame feels very enticing.


Ice Headpiece
This is the ice queen from the early 2000s movie sharkboy and lavagirl. I’ve always been drawn to the world they created around her, the headpiece is actively the cherry on top. I would love to experiment with this concept and make some sort of pierced acrylic headpiece.

Shopping List:
Acrylic sheets
Metal hoops/accessories
Headband as base
laser cutting appointment


Steven Universe Spinel
Spinel is a scorned character in Steven Universe, the way they designed her character to reflect the arc of her character has always been so satisfying to me.
a. I want to make the axe that Spinel carries. theres a red Spinel gem in the middle of a transparent/translucent “blade”. I’m curious of playing with this design and making a glowing heart scepter.
b. Spinel also has these heart shaped hair puffs. Im curious about making a headband in the shape of a heart, that could possible be covered with my hair or just worn as a headband.

Shopping List:
some sort of staff/decorated stick
fabric to wrap handle
acrylic sheets
laser cutting appointment


—————

NeoPixel LEDs 


Thanks to Josh for the Neopixel help 🙂

Lauren’s Plush Light Proposal

In Class Design

Plush:


Circuit:


Final Idea:

Grumpers/Grumps

Grumps is a mood indicator. It is meant to convey a mood to your loved ones without needing to speak. Whether you don’t feel like speaking or you’re busy at work/school, Grumps allows you to ask for comfort without having to overextend yourself. The object will glow when activated which signifies to the room that you aren’t in a good mood. Grumps will be a weighted plush which will allow it to sit on your desk or provide comfort in your arms.

Bonus: It will have a small pocket that can store notes/letters of affirmation.

Update: Grumpers is going to be a set of two tear droplets.


Target Users: nonverbal/neurodivergent people | people who work long hours | people that live with their partners.

Parts + Materials:
1. Soft plush fabric in different colors
2. Led -> different colors to signify different moods
3. Some ribbon/chain that allows multiple grumps to be attached to each other + other things
4. Batteries
5. Heat Shrinking Tubing
6. Resistor


Arriss modem tm3202a TAKEDOWN

by Lauren Wedderburn

The modem is primarily made of plastic for the outer container, and contains metals like copper and aluminum in its internal electronic parts. The circuit board is made from fiberglass, gold and other materials.

The electronics all exist on a single circuit board.

Tools Used:
Hands
Small screwdriver
Pliers

Technique
To me, the takedown for this felt rather straightforward.

1. I used pliers to peel back the sticky tabs (feet) on the bottom of the modem
2. I used the screwdriver to take out the small screws holding the body together. Then I used my hands to pry open the body which revealed the circuit board.
3.I used my pliers to cut the rubber screws holding the Cable Modem chip in place, which released the springs and allowed me to remove it -> pictured below.

Parts
Note: I found it a bit difficult to find the exact model of my modem online, so I used similar devices to try and identify the electronic parts.

I inserted the quote below to provide context around the parts that I could not identify.

“The cable modem chip connects to two memory chips, one a synchronous DRAM, the other a Flash. The flash chip lets the cable company change aspects of the subscriber’s internet service without actually changing any hardware. In that regard, the flash chip holds configuration data and comes into play, say, when a cable subscriber buys more download speed from the cable company.”
https://www.microcontrollertips.com/teardown-inside-cable-modem/


From Lauren🦎

Hi, this is Lauren // Lo

  • born and raised in Queens, New York with roots in St. Catherine, Jamaica
  • studied computer science and interaction design at GWU
  • interned as an experience strategist with Code and Theory and then moved into freelance design (ux/ui +product +production)
  • i love making collages with paper, digital tools and video
  • favorite foods -> eating is one of my favorite pastimes so i have many favorites, top 3 are a good kbbq + anything soupy + saucy + jamaican oxtail

    I’m looking forward to making tangible projects that can be easily recognized as my work. I enjoy making things that have cultural resonance and encourage some form of storytelling. I imagine the things I have made exist in a carefully curated world and i’m excited to use this class as a way to expand on that. I have less interest in the creation of soft products. As someone who has avoided learning how to sew for most of my life that is where most of my apprehension lies. It is exciting that my first sewing project will be to make a plushie.