This project started as a bit of a test for my ESP32 WROOM Mozzi Experimenter PCB but ended up a little more functional, so I thought it worth writing up in its own right. Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to … Continue reading ESP32 Simple MIDI Monitor
Category: Intermediate
Arduino Euclidean Gate Sequencer – Part 4
In this posts I describe a version of the Arduino Euclidean Gate Sequencer that implements the same user interface and most of the features of HAGIWO's brilliant build. Part 1 covered all the theory and main functions of the code. Part 2 included some hardware suggestions for connecting it to other devices. Part 3 added a rotary encoder … Continue reading Arduino Euclidean Gate Sequencer – Part 4
Arduino Euclidean Gate Sequencer – Part 3
This is another variant of my Arduino Euclidean Gate Sequencer this time using a rotary encoder and I2C display rather than a potentiometer for control. Part 1 covered all the theory and main functions of the code. Part 2 included some hardware suggestions for connecting it to other devices. Part 3 added a rotary encoder and I2C display … Continue reading Arduino Euclidean Gate Sequencer – Part 3
Cheap Mini Amplifiers
When I'm looking around for an off-the-shelf module to do something I can sometimes be a little guilty of seeing a range of cheap implementations and just getting one of each to have a go with them, rather than research them first. Small, cheap amplifiers was one such set or purchases a while back, so … Continue reading Cheap Mini Amplifiers
AIY Voice HAT and MiniDexed
Someone asked on the MiniDexed forums if the Google/Raspberry Pi AIY Voice HAT could be used with MiniDexed. This reminded me that I had V1 of the kit tucked away in a corner somewhere, so decided to finally take a look at it! Warning! I strongly recommend using old or second hand equipment for your … Continue reading AIY Voice HAT and MiniDexed
Arduino Euclidean Gate Sequencer – Part 2
I covered all the theory and main functions of the code for my Arduino Euclidean Gate Sequencer in my previous post. In this one I look a little more at some hardware that hopefully lets me use this to actually control something useful! Part 1 covered all the theory and main functions of the code. Part 2 … Continue reading Arduino Euclidean Gate Sequencer – Part 2
Arduino Drum Trigger to MIDI
After playing with my Arduino Euclidean Gate Sequencer I started to think about how to turn that into MIDI. One option, naturally, is to add MIDI to the sequencer itself, but I thought the more versatile approach would be to build a second Arduino that took trigger pulses and turned them into MIDI drum messages. This … Continue reading Arduino Drum Trigger to MIDI
“Baby8” CV Step Sequencer – Part 1
A common early project for anyone starting to play around with analog synthesis is a "Baby8" step sequencer. There are many designs out there on the Internet and many ready-designed kits that can be bought and made. I can recommend the Rakit Baby8, which has some neat features. I've used it with my Educational Synth … Continue reading “Baby8” CV Step Sequencer – Part 1
ESP32 DAC Envelope Generator
I'm continuing my series of experiments with the ESP32 by considering how I might use the twin DACs onboard the WROOM module as a Lo-Fi, 8-bit envelope generator. I've not looked at envelope generation before, so this is a good excuse to see what it is all about. Important Note: This is NOT an envelope … Continue reading ESP32 DAC Envelope Generator
ESP32 and PWM – Part 3
I'm continuing my look into the ESP32 and PWM. This time I'm adding in some analog control to introduce an element of frequency modulation to the synthesis. Part 1 - All the theory and research around PWM and the ESP32. Part 2 - Generating different waveforms on multiple channels. Part 3 - Introducing analog control and frequency … Continue reading ESP32 and PWM – Part 3