LED Music Visualizer

Music Visualizer Connor Burke May 7, 2020 Materials:   LED Strip (Wheel from Amazon) Milti-core wire Soldering Iron Arduino Circuit Playground Arduino Crickit Single Canvas White Gaff Tape White Card stock Board Thumbtacks Step 1: Connect your led strip to the Crickit NeoPixel connector with the soldering iron. Also, make sure the arrow in the…

Slow Design Principals

Images and videos capture two very different settings. One is just a still-life and the other has movements and sounds that make the “image” come to life. In a sculpture aspect, they capture one pose and are very detailed three-dimensional objects that are typically made out of materials that you can carve away. Peter Jansen,…

4 Color Cube – Creative Switch

  SORRY, THERE IS NO CLICKBAIT, YOU HAVE TO COMPLETE THE PROJECT TO SEE THE FINAL PICTURE.   MATERIALS: (EXCLUDE THE BATTERIES, CLEAR RUBBER SHEETS, AND WOODEN PLANK) 1 INCH WOODEN DOWEL 4 DIFFERENT COLORED FILM SHEETS (R,G,B,Y) 4 DIFFERENT LED BULBS (R,G,B,Y) 3 VOLTS WATCH BATTERY SMALL PINS COPPER TAPE ALUMINUM PUSH PINS WHITE PAINT…

Drawing Machine Assignment 1

      For this project, I wanted to create many different colored shapes that randomly bounced around using multiple variables and if statements and a command to change the background and stroke colors when the mouse is clicked. int rad = 60; // Width of the shape float xpos, ypos; // Starting position of…

Beginning of Assignment 1

In our first assignment, I really just wanted to make a still abstract image with colors from the ’90s. My main goal was to just get the hang of how to use code. I then wanted to create a simple design consisting of different shapes. I added the opposite color for the stroke and it…