Final Project Reflection

Final Project Reflection By Xiaoyi Cai    Date: 5/19/2021 I. BRIEF INTRODUCTION  Project Name: “Drink Water!!” Designers: Mia & Amber Instructor: Eric Poster— II. CONCEPTION AND DESIGN  Here’s the video of how our project works: In current society, many people are so busy that always forget to drink water, which will do great harm to … Continue reading Final Project Reflection

Documentation—Recitation 10

Documentation—Recitation 10 By Xiaoyi Cai (Mia)   Date: 5/5/2021 Part 1: Arduino to Processing The color of the jellyfishes represents the emotions of people who stay in the city. Here is the code: Arduino— void setup() {  Serial.begin(9600); } void loop() {  int sensor1 = analogRead(A2);  int sensor2 = analogRead(A4);  Serial.print(sensor1);  Serial.print(“,”);    Serial.print(sensor2);  Serial.println();   … Continue reading Documentation—Recitation 10