Project Title: Light Up Jacket (“You are hot but you are cool”)
Project Team: Obasi, Jack
Weekly Accomplishment:
Obasi:
Worked on the sample jacket.
Search for materials and fabrics.
Design pattern for the jacket.
Jack:
Searched for ways to light.
Wrote basic code for Playground Express.
Purchased lights for the jacket.
Worked on ways to detect jumping motion through code.
Images
Code function: if the more pixels light up when the sound is louder (only if the sound is above threshold)
Changes to our approach
- We will try to make a light jacket (perhaps with less stuffing), so people can wear it indoor
- We will try to make it with transparent fabric so that the lights can have a glowing effect
- For now, instead of detecting the bass, we will detect loud sound since bass can be very tricky to detect
- We will add a “bounce” feature so that when the performer jump on stage the color changes as well
- We decide to make a vest instead of a jacket since a vest can be worn indoor and look cool at the same time.
Material List (Still deciding which to buy)
El Wire:
Blue, Green, Orange & Yellow colorways
$1.35 Each
6 wires in total
https://www.ellumiglow.com/electroluminescence/electroluminescent-wire
Neon Pixel Strip
LED light
$12.5 Each
0.5m – 2m
https://www.adafruit.com/product/3811?gclid=CjwKCAiAiJPkBRAuEiwAEDXZZdN0k6gopEcaCGBKvVWR_YBFFRyOOqmAiFx3_1TthxETDxXecGo_ZhoCfAwQAvD_BwE
Mini Skinny Neon Pixel Strip
mini LED light
$24.95 Each
1m – 2m
https://www.adafruit.com/product/2964?length=1
Lighting Tape Strip
Tape Strip
$8.95 Each
2 – 3?
https://www.adafruit.com/product/415?gclid=CjwKCAiAiJPkBRAuEiwAEDXZZQ3VhhcbDMvufS2GybwBge1zBLfJYWrOkZuZkYsYJYpU8I2vnJNpxRoCb5oQAvD_BwE
Lithium Ion Polymer Battery
Battery
$10 Each
2
https://www.adafruit.com/product/258
Areas of concern
What would be the best way to detect jumping motion (significant jumping motion) through code? I tried to use acceleration and shake function on MakeCode but none of them seem to work the way as intended.