Nice video!!
Don't tell me they made this piano with a PIC. What are the round buttons? Are they touch sensors?
Robert
Nice video!!
Don't tell me they made this piano with a PIC. What are the round buttons? Are they touch sensors?
Robert
It is done with a PIC, a 16F688. The buttons are capacitive sensors, in this case it looks like he used coins. They can be pretty much made out of anything metal. This guy has done some nice work. Check out http://www.pic24.ru/doku.php/en/osa/.../pk2_osa_piano for more info.
Everything (except for the speaker amplifier) is done with a PIC. A PIC16F88 is used to scan 36 capacitive touch switches (using coins), an 8-channel PWM generator for polyphonic tones (chords) and voices, etc. They key to getting all of this to work is the use of a Real Time Operating System.
Bookmarks