Hello World!!!
HELLO WORLD!!! Continue reading Hello World!!!
Welcome!
HELLO WORLD!!! Continue reading Hello World!!!
Final Project Sound Wave Visualization Freddie Instructor: Rudi My ideas and the concepts of the project I was first inspired by a Youtube video called Mirror + Laser + Sound. https://www.youtube.com/watch?v=C-V1uXeyGmg It is my first preparatory research project. The main idea of this project is to visualize the vibration of sound. Simply put, it … Continue reading Final Project Report
Recitation 10: Image & Video Freddie For Arduino, I made a three-potentiometers circuits that controls three values respectively. The code for Arduino is quite simple. It is based on the serial example SendMultipleValues. So the only thing I do is to add one more values and change all the input into A0, … Continue reading Recitation 10 Documentation
Recitation 9: Digital Fabrication Freddie This is the design of two Fabrication on cuttle: This is how it looks when the laser is cutting: This is how it looks like when assembled with Arduino: Continue reading Recitation 9 Documentation
Recitation 8: Serial Communication Freddie Task 1 The first task is to use two values in Arduino and send to the processing to draw a string sketch. First, I connected a circuit with two potentiometers that controls two different values from 1 to 1023. Then, I opened the SendMuitipleValues in Arduino examples … Continue reading Recitation 8 Documentation
Three Project Proposals Freddie 1. The figure of the sounds I researched the project called Laser + mirror + sound carried out by a YouTube blogger called Steve Mould, here is the video: The project used sound vibration to record different frequencies of the sound, used a little mirror … Continue reading Three Project Proposals
Recitation 7: Neopixel Music Visualization Freddie Task 1: Since all the FastLED, Sound, Serial Record library in both Arduino and Processing were being installed in advance, I quickly assembled the circuit and done. Task 2: Step 1: As is mentioned above, the SerialRecord Library was installed in … Continue reading Recitation 7 Documentation
Final Project Step 1: Preparatory Research and Analysis Freddie The first project I would like to research on is Nike Music Shoe created by Daito Manabe which was in the slides of class 17. Those music shoes are each connected to a certain type of instrumental sound such as drum, gong, angle iron, … Continue reading Preparatory Research and Analysis
Recitation 6: Animating an Interactive Poster This is the screenshot of my poster: 屏幕录制2022-11-09 19.18.40 This is the video of myself operating the poster: As is shown in the video, I used both fixed patterns and random color in every small pattern that assembles the big letter. I also used mouse press … Continue reading Recitation 6 Documentation
Recitation 5: Processing Basics Kevin From Minion Freddie I choose Kevin from Minion as the image I want to draw. This is my sketch. And this is the image I’ve drawn by processing coding. Here are the codes: void setup() { size (600, 600); background(255); … Continue reading Recitation 5 Documentation