A few days ago I decided to do something for the Hackaday Business Card Challenge*. So I made a business card MIDI controller. Here’s kinda what it looks like:
* https://hackaday.com/2024/05/07/the-2024-business-card-challenge-starts-now/
#raspberrypipico #hackaday @hackaday
@hackaday And here’s a demo of the real thing. It works! Captouch pads with LED backlighting and even a rudimentary pressure sensitivity (that does the mod wheel)
https://www.youtube.com/watch?v=1QFjxGo58Xc
Code in CircuitPython: https://github.com/todbot/picotouch_bizcard/blob/main/circuitpython/midictrl/code.py
#circuitpython #raspberrypipico #midi #midicontroller