——– Interactive Project ——– For my project I wanted to prototype a game on the Arduino and make something interactive for people to enjoy. At first, I was going to do an installation where two people would play a game, but I wanted to do something a little different than a game on display. After…
Tag: final project
Final Project – Punch-Counting Boxing Gloves
Punch-Counting Boxing Gloves Mackenzie Carlson What You’ll Need: Gorilla Glue two coin cell batteries 30 pixel neopixel strip Circuit Playground Express (CPX) Pair of boxing gloves Ninja Flex (for 3D printing) https://learn.adafruit.com/case-for-circuit-playground – CPX container .stl files Code: input.onGesture(Gesture.ThreeG, function () { light.setPixelColor(Punch,0xff00ff) strip.setAll(0xff00ff) Punch += 1 if(Punch == reps){ light.showRing( `black black black black black…
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…
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…
Final Project Proposal (Updated to Octotouchy)
UPDATE: Erica Ruleau and I decided to work together, building an OctotouchY <—Click here to see post I plan on building upon the diatonic scale builder by adding MIDI functionality and possibly a touchscreen interface. By adding a MIDI jack I will be able to control an external hardware/software synthesizer and control the sound timbre by…