I was always interested on how musical stuffed animals were made, so I decided to try it for myself 🙂 The successful goal of this project was to create a conducted system that would react to temperature. The reaction being different colors and songs for a certain temp. Once the stuffed animal is squeezed, a…
Author: nmart9
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…