SkillAgentSearch skills...

Picotouch

Tiny capsense touch MIDI keyboard controller from a Raspberry Pi Pico

Install / Use

/learn @todbot/Picotouch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

picotouch

Tiny capsense touch USB MIDI keyboard from a Raspberry Pi Pico <img width=700 src="./docs/picotouch_photo1.jpg"/> <img width=700 src="./docs/picotouch_smd_top1.png"/> <img width=700 src="./docs/picotouch_top2.png"/>

<a href="https://www.tindie.com/products/todbot/picotouch-capsense-midi-keyboard-for-raspi-pico/"><img src="https://d2ss6ovg47m0r5.cloudfront.net/badges/tindie-smalls.png" alt="PicoTouch on Tindie" width="200" height="55"></a>

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

Demos

https://user-images.githubusercontent.com/274093/216477797-90a1e4ca-b68f-4eb2-be46-de1d6d81551e.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 <b>resistors are soldered</b> 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)

https://user-images.githubusercontent.com/274093/217670870-b04d55ed-e37d-4be2-bea7-4985d2b3f8c4.mp4

Firmware Installation

  • Install CircuitPython

    • Hold down BOOT button while plugging in Pico to get RPI-RP2 drive
    • Download CircuitPython UF2 from https://circuitpython.org/board/raspberry_pi_pico/
    • Drag UF2 to RPI-RP2 drive. CircuitPython is now installed!
  • 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

  • https://www.hackster.io/news/tod-kurt-s-ultra-slim-picotouch-is-a-button-free-23-key-raspberry-pi-pico-powered-midi-keyboard-700a3ce2227b (26 Feb 2023)
  • https://www.raspberrypi.com/news/picotouch-synthesiser-magpimonday/ (22 Nov 2023)
View on GitHub
GitHub Stars131
CategoryDevelopment
Updated2mo ago
Forks8

Languages

Python

Security Score

100/100

Audited on Jan 27, 2026

No findings