The worlds first musical pumpkin!
This project originated from a digital arts class taken my sophomore year at the University of Iowa. The course had a final project which involved taking components learned throughout the semester to create something new and functional. This open-ended assignment allowed full creative freedom to build whatever we'd like, then present and demonstrate these projects to the class as our 'final'.
The direction of this project was to create an unconvential instrument. Leverging arduino and Max (by Cycling 74), my goal was to create a musical instrument out of a pumpkin (This was a fall semester course so it was somewhat relevant to Halloween).
The following was my initial sketch of how I imagined the design of this musical pumpkin:
As depicted, the pumpkin would consist of a left and right vibration sensor for detecting when the user hit the pumpkin, and displays for mouth and eyes which would respond acccording to physical interaction. Vibration intensity would be sent to a connected computer which would be running a Max patch processing it into audio output.
Vibration sensors were replaced with a single microphone for final design. Below is a basic outline of how the system was built:
- 2 x ELEGOO UNO R3 Board - Driving eye and mouth LCDs
- 2 x KEYESTUDIO TFT LCD - Eye LCD
- 1 x HiLetgo TFT LCD - Mouth LCD
- 1 x Microphone, connects to audio-in on computer.
- 1 x Speaker, connects to audio-out on computer.