GMU:My Computer, Max, and I/Kaël Skyhawk Hauptmann: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 1: Line 1:
= First Assignment =
= First Assignment =
I made a simple little drum beat for my first Max patch.
[[First Max Patch]]
[[First Max Patch]]


= Main Project =
= Main Project =
== Project Idea ==
== Project Idea ==
For my project I would like to create a drum set. The drum setup would be to have a kick drum, a snare, a tom and two hi-hats; one hi-hat that is open and one hi-hat that is closed. The idea would be to install piezo sensors into different cylinders. When each cylinder is struck it would produce the sound from a different piece of the drum kit.
For my main project I am creating drum set. The drum setup would be to have a kick drum, a snare, a clap, a tom, and a hi-hat. The idea is to install Piezo sensors into different plastic cylinders. When each cylinder is struck it would produce the specific sound that I assigned to that Piezo sensor.


[[File:piezo_kael.jpg|400px]]
[[File:piezo_kael.jpg|400px]]
Line 12: Line 13:
== Arduino Knock Test ==
== Arduino Knock Test ==
For the beginning test of my project I followed the knock tutorial found on Arduino [https://www.arduino.cc/en/Tutorial/Knock].
For the beginning test of my project I followed the knock tutorial found on Arduino [https://www.arduino.cc/en/Tutorial/Knock].
The hardware setup for the example was simple enough. Unlike the example, I used a breadboard and taped my Piezo sensor to the bottom of a lid from a mixed nuts container. With this test, when I tap on the lid of the container, Arduino should output knock! and the LED light should toggle on/off.
The hardware setup for the example was simple enough. Unlike the example, I used a breadboard and taped my Piezo sensor to the bottom of a lid from a plastic container. With this test, when I tap on the lid of the container, Arduino would output knock! and the LED light would toggle on/off.


[[File:knock_sensor.jpg|400px]]
[[File:knock_sensor.jpg|400px]]
Line 27: Line 28:


== Setting Up Arduino Software to Output Sensor Data ==
== Setting Up Arduino Software to Output Sensor Data ==
Although the knock test worked, I realized that I need to output the numerical data that the piezo sensor detects. Here is the coding  and output:
Although the knock test worked, I realized that I need to output the numerical data that the Piezo sensor detects. Here is the coding  and output:


[[File:kael_arduino_piezo.jpg|400px]]
[[File:kael_arduino_piezo.jpg|400px]]