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…
Tag: art
An Extremely Bipolar Device
By Cassie Ogburn & Katrin Svadlena Our goal for this project was to make an interactive art piece to argue with/ let off steam. Inspired by Ulay and Abramović’s AAA-AAA; a performative art piece of which is a video of them just yelling at each other. So, we wanted something to prompt you, and suddenly…
Interactive Art Project Code, Pictures and Parts – Erica Ruleau and Dustin Drenk
Code: #define NOTE_C 262 #define NOTE_CC 277 #define NOTE_D 294 #define NOTE_DD 311 #define NOTE_E 330 #define NOTE_F 349 #define NOTE_FF 370 #define NOTE_G 392 #define NOTE_GG 415 #define NOTE_A 440 #define NOTE_AA 466 #define NOTE_B 494 #define ACTIVATED LOW const int PIEZO = 13; const int BUTTON_C = 12; const int BUTTON_CC = 11;…