Be My Light 2021 By Sherry Wu Instructor: Rudi Video: Be My Light- 20211210 Part I: Conception and Design Project Description: Got hurt? Emotional breakdown? I got a friend for you. Nothing’s a big deal. Your heart will be lightened. Project…
Recitation 9: Media & Controls
Part I: Arduino to Processing Video:IMG_3246 Circuit: For this exercise, I chose to use potentiometer as the interaction service. I remember we did an exercise on the potentiometer as controller in our previous recitation session. So I used that source…
Recitation 10: Workshops
I chose to attend the neopixel workshop, because I thought it is the most helpful for my final project. Recitation 10- neomatrix Arduino Code: ///setup for Neopixel #include <FastLED.h> // declares to use the FastLEB library #define LED_PIN 10 #define…
Final Project Step 3: Essay
Interaction Lab Fall 2021 Final Proposal Essay Concept and Inspiration: My aim for this project is to connect Arduino (sensors) with processing (content) and show some artistic approaches that processing could display. Therefore, since the beginning of brainstorming, I have…
Recitation 8: Serial Communication
Exercise 1: Potentiometer x2 Many Cables Breadboard Processing Arduino Circuit: Video: Potentiometer drawing Arduino Code: void setup() { Serial.begin(9600); } void loop() { // read the input on analog pin 0: int sensor1 = analogRead(A0); int sensor2 = analogRead(A1); //…
Final Project Proposals
1. Make Your Rainbow Project Statement of Purpose: For this project, I was inspired by one of my pass artwork using multiple acrylic boards that combines elements in side an artwork to ONE artwork. And I thought that this is…
Recitation 7: Functions and Arrays
Gucci Array practice (Because the initial color looks very gucci-ish). Step 1: //rec 7, gucci star; for (int i = 0; i< star.length; i++){ star=new star(); } } void draw(){ background(bg); for…
Preparatory Research and Analysis-Research for Interaction Lab Final Project
In my point of view and attitude toward interactive arts, it will be more focused on “art” than on interaction technically. Undoubtedly that interaction techniques are significantly essential to complete an interactive project. The two projects I researched for that…
Recitation 6: Processing Animation
Inspiration: I was attracted to this gif on the recitation page and decided to remake this animation for documentation. Steps: I first created a void setup and void draw, and set the canvas size to 600×600. Then I need a…
Recitation 5: Processing Basics
For this activity, I chose an artwork found in the Guggenheim Museum’s official website: Study for Homage to the Square I chose this artwork because it catches me by its simpleness. So I believe it will be a simple exercise…