alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
484 stars 84 forks source link

[Feature idea] Pressure sensitive foot switch #350

Closed FelixCodeStorage closed 1 year ago

FelixCodeStorage commented 2 years ago

I did some testing with a simple foot switch which sent a midi note to my ipad which then triggered a drum sound. The latency was so amazingly low that you could absolutely do a live performance with it.

My idea is now, to build a pressure sensitive foot sensor using a piezo or a force sensor. The goal is to be able to change the midi intensity value from my foot stomping on the 'drum' pedal.

With the piezo some debouncing would certainly be necessary as the piezo picks up all the vibrations from the stomp on the pedal. Furthermore, maybe a protection circuit with a Zener diode and resistor would be necessary.

If you're interested in this idea I would do some tests with the hardware and then get back at you.

alf45tar commented 2 years ago

Yes, I am. Which hardware are you planning to use? I suggest to start testing configuring the pedal as Analog or Momentary and check the result.

FelixCodeStorage commented 2 years ago

Awesome, as of right now I'm using a ESP32 dev board. I want to order some lolin32s together with the piezos.

I will order from China, so it will take a few weeks. I will update when I have results.

alf45tar commented 1 year ago

I am closing the issue. Reopen if you have update.