Hello all!! I'm following projects from the Arduino projects book included in the starter kit. One of the projects (specifically project 07) uses four buttons and a theremin to make a four note keyboard. I was intrigued by this, and was wondering if it was possible to make a full octave using the included 30 pin breadboard?
Code looks like this (usually running on the four buttons it only uses four frequencies in the "int notes[]" line)
I'm still new to the coding aspect as well, so I'm also not sure how to continue the list of values that are telling the buttons how to operate.
Any explanations or just a simple answer of if it is or isn't possible with my hardware would be appreciated!!
Sorry but it doesn't tell what the matter is. Also don't know the starter kit.
There is the tone function as You already know. I see no limit why You can't make a 30 tone/note array. Just increase the array and fill it with values I suppose.
But, one octave is 13 keys.?
Twelve buttons should not be a problem. An UNO has sufficient pins to use separate inputs for each button, or you can use a single analog input and a network of resistors similar to how it is done in the project book.