DIY pedals

Just a rabbit hole I've been down recently. Found some good resources:



Okay, so what I ended up doing instead was actually building one myself. I was bored, and came into a spare ~$250, and with a Pi lying around and an old circuitry kit I hadn't done anything with, I was like... you know what? It's cyberdeck time.
I'll attach my original drawing when I get time, but I decided that the cool thing about mine would be I'd include a DSP guitar pedal, programmable within. Instead of the daisy seed, though, I'm using the Teensy 4.1, which I got on Amazon for ~$33. Most of this stuff you can Amazon or Adafruit; the PikoKey keyboard I got from Tindie, though. Parts list: Current proj: Pikokey serves as keyboard plugged into Teensy, typing shows up on 12864 LCD

I found these two tutorials where people built guitar pedals slash instruments generally with a teensy, which is the board I'm using, so I'll attach them here: Stanford, SparkFun.

The linked Sparkfun article also mentioned using op amps & linear voltage regulators, so I just bought those parts off of mouser which may be my favorite online electronics part shop.

I have heard that some effects (fuzz, overdrive, spring reverb, tape delay) are better analog than digital. So I have decided I'm going to build those analog circuits and then allow my Teensy to run signals through them (with a DAC, of course)! Resources:

take me home