INVISSIBLE PIANO

by Electro Code in Circuits > Arduino

31 Views, 1 Favorites, 0 Comments

INVISSIBLE PIANO

ChatGPT Image Apr 1, 2025, 03_01_25 PM.png
ChatGPT Image Apr 1, 2025, 02_51_02 PM.png

Have you ever wanted to play a virtual piano without physically touching any keys? In this project, I built a MIDI controller using an Arduino Leonardo and 10 IR sensors to detect hand gestures and play different musical notes on a virtual piano app. This allows for a touch-free, futuristic way of making music, perfect for musicians and tech enthusiasts alike!

Supplies

Screenshot (12).png
Screenshot (15).png
2133071-40.jpg
IR-sensor-Module-2.jpg

How It Works

This MIDI controller uses Infrared (IR) sensors to detect when a finger is above a certain position. Each sensor corresponds to a specific MIDI note. When a finger moves close to a sensor, the Arduino detects it and sends a MIDI signal to the computer, triggering a note in a virtual piano app. When the finger moves away, the note stops.

The Arduino Leonardo is used because it can act as a native USB MIDI device, making it easier to communicate with music software.

Materials Needed

  1. Arduino Leonardo (Required for USB MIDI support)
  2. 10 IR Sensors (To detect finger movement)
  3. USB Cable (To connect Arduino to PC)
  4. Jumper Wires (For connections)
  5. Virtual Piano Software (e.g., GarageBand, Virtual MIDI Piano Keyboard)
  6. Arduino IDE (For coding the Arduino)

Circuit Diagram

Screenshot (16).png
3883bb7434f8599d1a1adf2185dfad04445e733e.jpeg
IR-Sensor-Pinout.png

The IR sensors are connected to different digital pins of the Arduino Leonardo. Each sensor outputs a HIGH or LOW signal based on whether a finger is present, and the Arduino translates this into MIDI note signals.

Code

Screenshot (13).png
Screenshot (14).png

The code reads the IR sensors and sends MIDI note commands when a sensor is triggered. The Leonardo is programmed to communicate with the computer as a MIDI device.

Downloads

How to Set Up and Use

MIDI DEVICE USING ARDUINO & IR SENSOR aka || INVISIBLE PIANO 2 ||
  1. Assemble the circuit as per the diagram.
  2. Upload the Arduino code to your Leonardo.
  3. Connect the Leonardo to your computer via USB.
  4. Open a Virtual Piano App like GarageBand or Virtual MIDI Piano Keyboard.
  5. Start playing by moving your fingers over the IR sensors!



Conclusion

This project demonstrates how to build a touch-free MIDI controller using an Arduino Leonardo and IR sensors. It’s a fun, interactive way to play music and explore the possibilities of gesture-based MIDI control!

Let me know in the comments if you have any questions or ideas for improvements!