Skip to content

Tiny capsense touch MIDI keyboard controller from a Raspberry Pi Pico

License

Notifications You must be signed in to change notification settings

todbot/picotouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picotouch

Tiny capsense touch USB MIDI keyboard from a Raspberry Pi Pico

PicoTouch on Tindie

If you're looking for the synthesizer version, that's at github.com/todbot/picotouch_synth

Demos

picotouch_smd_demo1.mp4

Also see videos in this Twitter thread : https://twitter.com/todbot/status/1382469033061093377

And check out picotouch videos on my Youtube channel

Materials needed

If you buy a black 'picotouch SMD' board from my Tindie store, the resistors are soldered for you, so you only need to solder the Pico.

If you're building one by hand, you will need:

How to solder the Pico

It's not too bad! A pretty easy first-time SMD soldering project. Here's how to solder the Pico down. The technique is: line up the Pico solder one corner, solder the other, then finish all the rest. In the video you see I don't get it aligned perfectly straight (hard to see around the camera), but it still works great! (Youtube version of the below video)

picotouch_smd_solder.mp4

Firmware Installation

  • Install CircuitPython

  • Install CircuitPython libraries onto Pico

    • If you have Python on your computer you can do:
      pip3 install circup
      circup install adafruit_midi adafruit_debouncer adafruit_ticks
      
    • Otherwise, download the CircuitPython Libraries Bundle at https://circuitpython.org/libraries and copy over the adafruit_midi, adafruit_debouncer, & adafruit_ticks libraries to the CIRCUITPY/lib folder on the Pico.
  • Install picotouch code.py

    • Via commandline:
      cp picotouch/circuitpython/picotouch/code.py /Volumes/CIRCUITPY/code.py
      
    • Or you can drag-n-drop using your computer's GUI
    • Note: this will delete the previous code.py on your Pico. Normally this is fine, but if it's not, be sure to save it if you want to keep it!

Going further

There's other things you can do with the picotouch board.

Press