Class 8| Midterm Presentatin | The Video Machine
Code Link | https://github.com/dodiku/the_video_machine
Tom Igoe | Fall 2016 | Wed 9.00am - 11.30am | Syllabus
Class 8| Midterm Presentatin | The Video Machine
Code Link | https://github.com/dodiku/the_video_machine
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.
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.
The shaking pigeon is controlled by random() function through p5 at the moment. It will be controlled by Accelerometer for the midterm assignment.
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 ]