VL53L0X time of flight and Midi library for a theremin

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Mekscin
 
Posts: 2
Joined: Fri May 19, 2023 6:24 am

VL53L0X time of flight and Midi library for a theremin

Post by Mekscin »

Hi guys,i'm really new to all this world but i'm doing a project for building a theremin device with an esp-32 devkitc v2 and two time of flight sensors VL53L0X .
I need to use one sensor for changing the frequency of the sound and the other one for changing the volume.
My teacher said that i have to use a Midi libray but idk how to use it with the tof sensors.
I've already installed adafruit and the sensors are working,but idk how to implement the sound and also how to use them togheter with only one esp-32.

User avatar
barshatriplee
 
Posts: 200
Joined: Wed Mar 22, 2023 10:11 am

Re: VL53L0X time of flight and Midi library for a theremin

Post by barshatriplee »

I think you have use ADafruit MIDI library: https://docs.circuitpython.org/projects ... t/api.html
Since you are using ESP32, you can also use ESP32-BLE-MIDI
https://www.arduinolibraries.info/libra ... 2-ble-midi

User avatar
Mekscin
 
Posts: 2
Joined: Fri May 19, 2023 6:24 am

Re: VL53L0X time of flight and Midi library for a theremin

Post by Mekscin »

barshatriplee wrote: Fri May 19, 2023 11:17 am I think you have use ADafruit MIDI library: https://docs.circuitpython.org/projects ... t/api.html
Since you are using ESP32, you can also use ESP32-BLE-MIDI
https://www.arduinolibraries.info/libra ... 2-ble-midi
Because i'm using arduino ide,i should try with the second one?

User avatar
barshatriplee
 
Posts: 200
Joined: Wed Mar 22, 2023 10:11 am

Re: VL53L0X time of flight and Midi library for a theremin

Post by barshatriplee »

Yes. The first one is for circuitpython.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”