Final Report

BREAD BAND – Xiao Zhou – Rudi CONCEPTION AND DESIGN         For my final project, I want to achieve a combination of different senses, like transferring the touch to the listening or from the listening to the version. What’s more, I am also willing to make use of daily stuff with technology… Read more Final Report

Recitation 10

This combination of the Arduino and the Processing is actually a part of my final project. The circuits of the it are two buttons, when you press the button, it will blossom fireworks on the screen. So it is required to let the Arduino send the messages and the Processing will receive messages and appear… Read more Recitation 10

Recitation 7

It was so excited to perform my favorite songs in a visual way. First, following the instruction, I began to make LEDs work. It was so cool to order the LEDs light by importing their numbers. Also, the third step in task 2 was also wonderful: as the color of the LEDs can change randomly… Read more Recitation 7

Recitation 6

Here is the video: When you press the “a” on the keyboard, the picture will change. And both background and letters will change their color like a rainbow. Here is the code: int size=100; void setup(){ colorMode(HSB,360,100,100); size(1024,768); } void draw(){ for ( int y = 0; y<height; y=y+size) { for ( int x =… Read more Recitation 6

Recitation 5

I chose this picture as it was Halloween and the picture was so cute. Then, I began to draw the sketch and used processing to draw the picture. And in the processing, I used some functions like: arc, ellipse, circle, fill and so on. I draw a little ghost as the main character, and there… Read more Recitation 5