The concept behind this project was to make a shield that demonstrably does not want to be hit. It bleeds when you hit it, and if you keep hitting it, nature itself rises up against you for harming the shield. What did shields ever do to you anyway? (Original concept also included as a bonus goal…
Category: Final Projects
Final project: Call And Response
My final project was inspired by Camille A. Brown who is a performative artists and centers her work mainly around African-American experiences. For my project I wanted to do a call and response theme which is a performative act that is well-known in African-American music and rituals. The project is very simple; individuals who have…
Frequency To Light: Chromesthesia Abstraction
By Parvathi Krishnan Background: My interactive project is inspired by the ability of some people that see colors when listening to music. The set up aims to display different neopixel lights onto a reflective surface by matching the frequency it hears with the color of that note, creating an abstract mixture of colored lights. Materials:…
Final Project: Musical Instrument
The goal of this project was to make a musical instrument using wind-chime pipes and two servo motors. I was inspired to make something musically inclined by my Artist Presentation. I wanted to make something that interacted with light and sound such as in Janet Cardiff’s Experiment in F# Minor. Due to the COVID-19 pandemic…
Animated Trash
The idea of this project was to bring inanimate objects to life an give them a meaning that most people don’t associate them with, such as trash being involved in an ecosystem. this instructable will show you how to attach one piece of recyclable. Materials: Double male-ended wires (3 per neopixel strip) Neopixel strips Adafruit…
Internet Seismograph
For the final project, I attempted to make a device that captures the “shakes” of the internet. The work samples live twitter data and looks for tweets that match a set of keywords; any words that fit this register as “tremors” and are outputted as oscillations of a servo, captured on a turning spool of…
Questions for final project
Q1. Should I include humidity sensor as well with sound sensor? Q2. Is it better to use neopixel strip with neopixel ring? Q2. Should I include butterflies in the interface as well by using LEDs?
Questions for Final Project
Is it better to have multiple lights representing dots and dashes or to have single light? What material would work best for diffusing light in the jar? To display “stillness”/”waiting” should all lights be off or on ?
Final Turntable – Luisa Ruiz & Aryel Owens
IMG_1192 Materials : Arduino UNO board Motor Music maker shield board 1k ohm resistor cardboard spray paint SD card speakers jumper wires Code : // Voltages //const int minV = 5; // minimum voltage to start walkman //const int maxV = 180; // maximum output voltage to walkman const int maxFan = 100; //…
Addition to OctotouchY
2018.12.05-octotouchy-drenk-ruleau – HD 720p
Final Project_Interactive Mirror
Interactive Mirror -Materials: Wood Glass Servo Motor Stepper Arduino Wire Proto Board Code: int PULSADOR = 2; //BOTON int MOTOR=3; int estado=LOW; #include <Servo.h> //SERVO Servo name_servo; int servo_position = 0; #include <Stepper.h> //MOTOR 1 Stepper motor1(2048,8,10,9,11); //pasos completos Stepper motor2(2048,4,5,6,7); //pasos completos //MOTOR 2 void setup (){ motor1.setSpeed(3); // en RPM (valores de 1,2…
Final – Juan Rivera
“Piano Sleeve” – Final Materials: Copper tape red lose wire green lose wire Adafruit MPR121 capacitive touch sensors Adafruit Trinket Pro 5V Proto Board Tiny audio buzzer Adafruit liion/lipoly backpack battery 2 compression sleeves Sewing thread and needle velcro strips 2 Neopixel strips CODE: #include <Wire.h> #include <Adafruit_MPR121.h> #include “pitches.h” //#include <LED_animations.h> #include <Adafruit_NeoPixel.h> #ifdef…