This commit is contained in:
Ashley Strahle
2021-01-31 11:04:31 +10:00
parent a00d44d983
commit 1a1f113ded
6 changed files with 6 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

+17
View File
@@ -0,0 +1,17 @@
# Pi-Pico-ExpressionPedal2Midi
This is a Raspberry Pi Pico MicroPython project that takes an expression pedal input via a TRS 1/4" jack connected to ADC pins on the Pico, and outputs respective Midi CC messages via UART.
Midi channel, CC number, and maximum and minimum values are customisable.
The expression pedal is automatically calibrated. At startup, simply move your pedal from minimum to maximum. The values are determined accordingly, and CC messages will start being sent.
Ashley Strahle
https://github.com/ashstrahle
![](/docs/Pi-Pico-ExpressionPedal2Midi.gif)
![](/docs/Pi-Pico-ExpressionPedal2Midi1.jpeg)
![](/docs/Pi-Pico-ExpressionPedal2Midi2.jpeg)
![](/docs/Pi-Pico-ExpressionPedal2Midi3.jpeg)
![](/docs/Pi-Pico-ExpressionPedal2Midi4.jpeg)