Midterm Project | The Video Machine

Class 8|  Midterm  Presentatin  |  The Video Machine



The Making of The Video Machine


Test 02


Test 01

MIDTERM: Shake the Pigeons

Week 6
Assignment  |  MIDTERM  |  Test_01


Me and Dror decided that we're going to make a game, a shaking + shooting pigeons game. We used the accelerometer to get the data of the shaking gesture. There is a bit of calculation to calibrate the percentage of the shaking, so sensor data wouldn't be too sensitive. We also want to play with sound, so we added the speaker but we couldn't make it louder yet.

 

Test  |  Sound

Test  |  Shoot + Delay + Sound

Close-Up  |  Test  |  Shoot + Delay + Sound

My Sketch: Serial Input to P5.js IDE

Week 6
Assignment  |  My Sketch  


I worked on this week's labs in relationship with the Midterm Assignment. The goal is to used to read the Accelerometer sensors value on p5. But right now, I'm playing around with potentiometer to get the readings and how to apply the sensor values in p5 coding language. Simply put to understand the code and train my brain to split my thinking in half, Arduino side and p5 side. 

Working with p5.js IDE takes a lot of patience.......(I couldn't even save when I want to) but after a few hours of getting to know how to use Sublime and using terminal, things are smoother.

Labs: Serial Input to p5.js

The shaking pigeon is controlled by random() function through p5 at the moment. It will be controlled by Accelerometer for the midterm assignment.

Labs: Serial Input to p5.js

The input data from Arduino (potentiometer) works fine for a while, then the LEFT pigeon and feathers that are controlled by potentiometer froze . [ Video below ]
 

Labs: Serial Input to p5.js  [ Froze ]