Skip to content
Michael P. Flaga edited this page Nov 1, 2016 · 8 revisions

Welcome to the Arduino-harpsi-gourd wiki!

20161016_171406<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>

Build your own Harpsi-Gourd to play just like Lurch of the Addams Family, trading the over-rated touch sensitive banana for the season appropriate Pumpkins, that generate musical notes.

This Harpsi-Gourd was built to be exhibited at our local "How-to Halloween" expo. The size of the actual panel was designed to fit onto a piano's keyboard with the lid closed. The Music Shield used has a built in audio amplifier which eliminates the need for external amplifier.

The provided Arduino sketch plays assigned MIDI notes for each Pumpkin. When left idle for greater than 60 seconds the sketch will begin to pluck off random notes at random intervals. When the keyboard is left idle for only 5 seconds the MIDI processor is changed between the 127 different instruments. This allows a Maestro to play continuously on the same instrument, uninterrupted. but still allows for the diversity of the music shield to be experienced. Additionally, if a key is continuously depressed it will randomly change the color of that LED.

While only 15 keys are physically implemented 24 keys are logically implemented, allowing the immediate use of additional keys. The same design and code can accommodate a total of 48 keys if desired. Almost a whole piano. Which would be a lot of pumpkins.

The project has a modest difficulty level as it was created with readily purchased components that require only a little soldering and crafting. (shout out to Hot Glue). I personally would rate it 2.5 out of 5 as it does have some soldering.

Full build instructions at http://www.instructables.com/id/Arudino-Harpsi-Gourd/

Clone this wiki locally