Kathryn Franks ART 150 Creative Switch Project and Directions The directions to make this creative switch are as follows: 1. Gather two different colors of wire – one will be the ground, the other will be the power. A battery, battery cap, two LEDs, and a resistor will also be needed. If using flashing LEDs,…
Category: Past Student Work
Numero Uno
I realized that New Media Art really spans many mediums and forms. I feel that this art form is much more freeing when compared to others such as painting or sketch. However, I realize I’m incredibly naive about art in general and don’t deny that I could be terribly wrong. Wrong Schmong anyways let’s talk…
SIR KUT-BENN THE MUSIKAL KITTY :3
FINAL PROJECT: sir kut-benn the musikal kitty :3 components; Kitty Keyboard (Donated by Ms. Raaf) WirePushbutton ALTERNATIVEWireArduinoComputer(Hacking buttons code, variable times) HELLO FELLOW HUMAN. DO YOU LIKE NOISE?DO YOU LIVE ON ANNOYING OTHERS WITH YOUR HYPER-ANALYTICAL ANTI-MUSIC? WELCOME, ID LIKE TO INTRODUCE YOU TO MY COMRADE SIR-KUT BENN, HE WILL CHANGE YOUR LIFE. (Arduino Board…
Final Project Documentation
So as you all know, my final project did not function the way it was intended to. With this outcom, though, I am not discouraged. I want to continue my work with muscle wire and create project that work and amaze people. During the summer, I am going to make this piece…
Code for Final Project
#include “LPD8806.h” #include “SPI.h” #include <Adafruit_NeoPixel.h> // Number of RGB LEDs in strand: int nLEDs = 12; // Chose 2 pins for output; can be any valid output pins: int dataPin = 2; int clockPin = 3; int inputPin = 4; // choose input pin (for FRONT Infrared sensor) int inputPin2 = 5; // choose…
Final Project – Network Music
Joseph Burnitz “Network-Music” Creates audible ‘music’ based off of what your computer is doing online Programmed in C and C++ Using the Qt framework for graphical elements Uses the pcap library produced by tcpdump for packet capturing Code stored on Github at github.com/jburnitz/Network-music/ Code documented with Doxygen, jburnitz.github.io/Network-Music/html Compiled on Debian “wheezy” with gcc 4.7.2…
Final Project – VR Play Space
Tom Leahy – final project demo and preview images Demo link: https://www.youtube.com/watch?v=aUt-Skokuok early version of the space a view from outside the room south end of the room carrying objects code snippet of the grab and drop script code snippet of the auto walk functionality
Documentation video
The videos are in bits and pieces because I couldn’t figure out how to make the files open in iMovie.. https://www.dropbox.com/sh/l57b8two1cmnwx7/AACD6HherPIl7ZCFgTZAU_w1a?dl=0
Code for final
//#include <Adafruit_NeoPixel.h> #include <Button.h> //#define PIN 13 #include <Adafruit_GFX.h> #include <Adafruit_NeoMatrix.h> #include <Adafruit_NeoPixel.h> #ifndef PSTR #define PSTR // Make Arduino Due happy #endif #define PIN 6 // People seem to make their matrixes in two modes… // Seeedstudio – flip each row (uncomment) // Adafruit – don’t flip each row // #define FLIPMODE // Used…
Final Documentation
Here is the video for my final documentation. https://www.dropbox.com/s/s4y8gdljscz9rnp/Movie%20on%205-1-15%20at%2012.45%20AM.mov?dl=0
Final Project Documentation & Code
Here is the video of my final documentation. I am sorry it is a little longer over the maximum time. https://www.dropbox.com/s/w5xj2nrwgz6kp19/Final%20Documentation%20Video%20.mov?dl=0 Here is the code I used: int sensorPin = A1; // select the input pin for the electret mic int ledPin = 5; // LED connected to digital pin 5 int ledPin2…
Code for my Final Project.
#include <Servo.h> Servo myservo; // create servo object to control a servo // twelve servo objects can be created on most boards int pos = 0; // variable to store the servo position int inputPin = 2; // choose…