Cheap DIY solution to turn blown air into a MIDI signal sent through arduino's USB to any computer
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
For this project we'll need an Arduino Mega or UNO that has either a 16U2 or a 8U2 chip for USB communication. I'm using a Mega with a 16U2 chip. Many chinese manufacturers use a cheaper one on their arduinos, but only these work with the firmware we will be flashing in order for the computers to recognize our Arduino as a MIDI device without any tinkering.
Before flashing, we will upload the code that will translate the input from the pressure sensor into a midi signal:
https://github.com/andreykramer/MIDIBreathController/blob/master/MIDIV3.ino
MIDI library required: https://github.com/FortySevenEffects/arduino_midi_library
To flash HIDUINO onto the board you download the Atmel Flip software, put your arduino in DFU mode (here's how's it done with an arduino Mega, note that you may need to solder a couple of header pins if yours doesn't come with them already installed)
Then click on your arduino on the device manager, and install the corresponding driver to it. You will find them inside the flip installation. Open FLIP, click the chip icon, select your chip, click the usb icon, open the connection, press file -> load hex file and load the HIDUINO firmware (choose the appropiate file from the list). Then just click run and your Arduino will be recognized as a midi device the next time you plug it into any computer.
The hardware part of this build is pretty straightforward. It's mainly a shield for the Arduino consisting of a perfboard, a MPVZ4006GW7U pressure sensor (reads from 0 to 0.87 psi, from what my research has revealed it's the optimal range for capturing human blow), a melodica hose (that luckily for us just fits right onto the sensor and is sold separately) and, optionally (explained in step 3), three capacitors. The connection diagram looks like this:
And I believe the actual layout of the pcb will vary depending on the Arduino board, but mine looks like this:
The manufacturer of the sensor recommends to add three capacitors to the circuit in this fashion to decouple the power supply and filter out some noise from the readings
Why am I saying it's optional? Because experimentally, the noise reduction attained is neglegible as the arduino resolution on the analog pins is pretty low, and MIDI protocol has only 7 bits which is an even lower resolution. A change in a few mV won't affect the functioning of the breath controller.
Create an account to leave a comment. Already have an account? Log In.
Where can I buy these parts? I mean the two main electronic components. All I find online either dont ship to Europe or the min amount they sell is too high. Any tip would be appreciated.
Hi Andrey, very nice project! I will try to build it. Is there a way to avoid flashing the Arduino but still make it operates as a MIDI device (even if it needs some configuration before every use)? This would be good for testing. If not, how can you update the code on the Arduino once flashed (for instance to debug)?
Hi, thank you! You can just send the midi signals via serial port and then use some software to create a virtual MIDI device that reads from it. This link may be of help:
https://sites.google.com/site/bharatbhushankonka/home/diy-midi-over-usb-using-arduino-uno
Once you flash HIDUINO you can't modify the code loaded into the arduino without reflashing back to stock again. Had to do it more times than I'm willing to admit.
Thanks for the link! It sounds like a good alternative for debugging. Another idea might be to use a Due or a board with 2 USB ports, would that work? It however seems that these boards all are 3.3 V, which might be an issue with this sensor.
'Need 16U2 or a 8U2 chip for USB communication'
Is it so that 32u4 won't work?
Cool, but it's just a hack. I own one of these and it doesn't cost much more than building this project...
https://www.tecontrol.se/products/usb-midi-breath-controller
From where you will get that cheaper? For me it says 120€+VAT, which is much higher price than cost of this project.
Become a member to follow this project and never miss any updates
Hi every one, sorry about my english, i uploaded the sketch to my Arduino Uno V3, but im getting :
exit status 1 Error compiling for board Arduino Uno.
I have already installed Midi library...
Whats the problem? please....
Best regard