Arduino Multi MIDI Tone Module – Part 2

So, this is a stripboard version of the Arduino Multi MIDI Tone Module.  Code and functionality is exactly the same, but I've built a "holder" for four Arduino Nano boards with common power, linked RX and TX, and built-in resistors for speakers. Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments.  … Continue reading Arduino Multi MIDI Tone Module – Part 2

Arduino Touch Piano – Part 2

This is a minor update to the Arduino Touch Piano. I have some conductive copper tape so wanted to make an actual keyboard shape for the touch piano.  But adding copper has made the sensing a lot more unreliable, so one trick the Capacitive Sensor library suggests improves reliability is to add a small capacitor between … Continue reading Arduino Touch Piano – Part 2

Arduino Touch Piano

This is another variant of the Simple Arduino Music Keyboard but this time using touch capacitive sensors.  Basically a keyboard with touch sensitive keys.  This generates a tone internally, but it would relatively easy to change it out output MIDI commands. In Arduino Touch Piano - Part 2 I update the circuit for better performance and build … Continue reading Arduino Touch Piano

Arduino Tone Generator

This project uses an Arduino Uno and a potentiometer to create a variable-pitch tone. In Arduino Note Generator I update the project to play discrete notes. https://youtu.be/Azd64-3U5pI These are the key Arduino tutorials for the main concepts used in this project: Arduino Analog Input Arduino Tone Pitch Follower If you are new to Arduino, see the Getting … Continue reading Arduino Tone Generator