Recitation #9: Digital Fabrication
Step 1: Design I teamed up with Nicole and I was in the role of Student A, which designs the lower part of the kinetic pattern. I started by creating … Continue reading Recitation #9: Digital Fabrication
Just another Web Publishing @ NYU site
Step 1: Design I teamed up with Nicole and I was in the role of Student A, which designs the lower part of the kinetic pattern. I started by creating … Continue reading Recitation #9: Digital Fabrication
PROJECT TITLE: A Robot Psychiatrist PROJECT STATEMENT OF PURPOSE: I was inspired by THIS meme that was at one time commonly seen and shared in my moments. It showed us … Continue reading Proposal Essay
Project 1 Title: The World In Your Hands Project statement and purpose: The project is deeply inspired by THIS project called interactive gloves that I had researched. And I thought … Continue reading Three Project Proposals
Task #1: Make a Processing Etch-A-Sketch In task 1, I built a circuit with two potentiometers. Then, I opened an Arduino example “SendMultipleValues” and replaced the line using millis() into … Continue reading Recitation #8: Serial Communication
Task #1: Test the NeoPixel I connected the NeoPixel Led strip to my Arduino and then tested the Blink example with the following code. And the first light blinked in … Continue reading Recitation #7: Neopixel Music Visualization
The first project I researched is “A Simple Interactive Project with Processing on SBC” by Haoming Weng. Interestingly, it only uses two softwares: Arduino and Processing, which we both have experience … Continue reading Final Project: Research (Preparatory Research and Analysis)
Recitation: void setup() { size(1024, 768); background(180); } void draw() { int r = int(random(200, 255)); int g = int(random(200, 255)); int y = int(random(10, 35)); fill(255); if (millis()<1454) { … Continue reading Recitation #6: Animating an Interactive Poster