Student Name: Joanna Kim Title (tentative): Edelweiss Project or Assignment Summary: There will be a painting with six Edelweiss flowers. I was envisioning the flowers to light up according to the pitch of the note being played in “Edelweiss”. In the song “Edelweiss” there are seven notes (E, G, D, C, F, A, B). I…
Category: All Posts
Creative Switch
The goal of my assignment was to create a scenery while lighting up led’s. I decided on creating a pond. The pond consisted of a swan, two ducks, three koi fish, and lily pads that would light up. The swan and the ducks were origami, and all the materials were decorated using watercolor paint. step…
software
Tiktok is a video sharing software that many people around the world use. People are able to record and edit videos up to 3 mins and share it to something called the FYP (For You Page). Many people have became widely known just for participating in a popular trend or posting something someone may deem…
Assignment 2 – Making a lighted flower using LEDs
Choosing an idea was not as difficult as I thought considering the shape of a flower Is decently easy :). I thought it would have been fun to add fun colors too the petals. Materials copper wire a battery, 3V DC purple coin cell Tube Copper Tape LEDs Tape Zip tie Sauter machine Multimeter Materials First,…
Assignment 1
PImage img; float theta; Rain r1; int numDrops = 50; Rain[] drops = new Rain[numDrops]; // Declare and create the array void setup() { size(1000, 780); img = loadImage(“bet.jpeg”); smooth(); noStroke(); //Loop through array to create each object for (int i = 0; i < drops.length; i++) { drops[i] = new Rain(); // Create each…
Creative Switch: Light-up Butterfly
I wanted to create an interactive piece where it is shaped like a butterfly, and when you make its wings flap, the LEDs turn on. The switch aspect in this project is the loop made out of conductive fabric tape touching the copper tape to close the circuit and turn the LEDs on. Supplies: 4 red,…
Processing Drawing
PShape Shapes; void setup() { size(500,400); background(10, 80, 100); } void draw() { background(50); stroke(255); fill(150); rect(mouseX, 180, 100, 50); translate(mouseX, mouseY); ellipse(0, 0, 40, 40); // Note that this ellipse will move twice as fast as the previous, // because transformation accumulate fill(0, 255, 0, 100); translate(mouseX, mouseY); ellipse(0, 0, 40, 40); if (mousePressed)…
Creative Switch –
CREATIVE SWITCH – FAIRY WAND – Mackenzie Carlson For my creative switch project, I decided to build a fairy wand. To build one yourself, you’ll need: 5 LEDs Copper tape/conductive tape Soldering Kit 4 coin cell batteries The first step to building a fairy wand switch is laying out your circuitry. I decided to use…
Creative Switch
My creative switch is a Christmas tree. Its two parallel circuits connected at the bottom of the project. It is powered by a 9v battery connected together by wires. First I cut out my tree out. After that I laid down the fabric tape as my conductor, and that’s shown in the picture. Once the…
create switch : greeting card
in this project, I want to create a connection in a greeting card. it will have a paper flipping switch. so when the greeting card is open, the LED will be connected with the battery and turn on. Materials Two LED light Two button batteries Copper tape Card board paper solder and solder wire …
Creative Switch – Inventory Storage
My initial idea for this project was to create something that would be helpful in some way for me. I began by thinking about making some sort of mechanism that would somehow remind about items or things that I usually forget to take like my wallet or keys. Through some brainstorming I ended up with…
Creative Switch: Light Up Jewels
For my creative switch I wanted to make a necklace that lit up. Specifically I really wanted the clasp to serve as the switch. So the motion of closing the necklace would light up the LEDs. The LEDs also take place of gems/charms that are usually on a necklace. Materials: Necklace 3 LEDs Wire (green…