A. Project Information Reviving – Ruilin & Xiao – Rudi B. Context and Significance Speaking of how my previous research impacts or inspires my midterm project, I believe it is the concept of invisibility and imagination. In group project,…
Recitation4: Actuators and Mechanisms
Part One: Building Process During the recitation, my partner and I first cut the cardboard according to the instruction. Then, we set about building the circuit. However, due to the complexity of the wiring, we spent several minutes organizing the…
Midterm Project: Proposal
A. Project Information Project title: Reviving Ruilin Wu Instructor: Rudi B. Sketch C. Project Explanation Since the exhibitionis going to take place in NYUSH, where students come from different countries and cultural backgrounds, I believe it’s a perfect opportunity…
Group Project: Report
Part One About our ideas When my team members and I first brainstormed together, we actually came up with a lot of interesting thoughts. Luckily, we shared similar opinions and quickly reached the consensus by narrowing down all our options and focusing on…
Recitation3: Workout
Step 4 (biceps curl) Step5 (triceps curl) int SENSOR_PIN = 2; int tiltVal; int prevTiltVal; int count; void setup() { pinMode(SENSOR_PIN, INPUT); // Set sensor pin as an INPUT pin Serial.begin(9600); Serial.println(“Start your WORKOUT!!!”); } void loop() { //…