Page 1 of 1

Raspberry Pi with Neotrellis

Posted: Thu Dec 05, 2019 10:40 pm
by mobeets
I've been working on a little project I'm calling the "loop baby" that's essentially an interface between these nice squishy silicone buttons and Sooperlooper. It's been a lot of fun to work on, but it has taken a while to get all of the pieces working together! I thought I would share some details in case others find it helpful.

Basically, the key components are:

- silicone buttons
- adafruit neotrellis pcb, which handles the button presses and turns on the pretty lights
- raspberry pi, which runs a python script to control button colors, and relay OSC messages to SL
- usb audio interface, for audio in/out
- sooperlooper

Image

By far the most fun though was designing the enclosure and making it with a laser cutter. I'd never used a laser cutter before, and oh man, it was a lot of fun. Took a lot of trial and error, but it was worth the multiple trips. The bonus is that I'm now a lot better working with Illustrator than I was before!

Here's the final product:

Image

I will try to share a video once I have it all up and working. The last piece I'm trying to finish is getting midi sync working, so that I can integrate it into my synth setup.

Code and more details are on github. Hope it helps someone!
https://github.com/mobeets/loop-baby

Re: Raspberry Pi with Neotrellis

Posted: Fri Dec 20, 2019 10:44 am
by jesse
Very cool!!