- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
AirMIDI – hand motion MIDI controller using Arduino
Control any MIDI parameter value of your DAW through hand movements. The first controller was made using the knobs of a potentiometer, however the functionality of the knob is only to send values from 0-127 and this can be done by any means, so we thought of using the ultrasonic sensor.
This design has been made in such a way that simply holding your hands over the sensor and moving them away/closer it behaves similarly to turning the knobs of the potentiometer from side to side.
You can add many more sensors and map them with your DAW to control any MIDI level. We use the Arduino Uno microcontroller (however any other Arduino will work, we only need four digital pins and 5V Vcc), 2 ultrasonic sensors HC-SR04 (you can use any number of sensors and make the necessary changes to the code), a digital audio workstation.