“Bare Metal” Raspberry Pi MiniDexed DX7 – Part 2

This is a continuation of my exploration of MiniDexed.  In part 1 I built a basic breadboard version.  In this part, I've built a DIY "MiniDexed HAT" for a 40-way GPIO Raspberry Pi. Update: There is also now a custom PCB too: MiniDexed Raspberry Pi IO Board. https://youtu.be/7gKDfDWLHzw Warning! I strongly recommend using old or second … Continue reading “Bare Metal” Raspberry Pi MiniDexed DX7 – Part 2

“Bare Metal” Raspberry Pi MiniDexed DX7

One project I've had my eye on for some time is Dexed: "Dexed is a multi platform, multi format plugin synth that is closely modeled on the Yamaha DX7". More specifically I noticed there was a version for the Teensy called microDexed that I really wanted to try; that it is also one of the synth … Continue reading “Bare Metal” Raspberry Pi MiniDexed DX7

Raspberry Pi Pico Multi MIDI Router – Part 3

The obviously missing part of my Raspberry Pi Pico Multi MIDI Router is the use of USB MIDI.  The Pico should support both USB host and device functionality, but I think you need to get into the C software development kit to do that properly, something I've not looked at yet. One of the easiest ways … Continue reading Raspberry Pi Pico Multi MIDI Router – Part 3

CircuitPython USB to Serial MIDI Router

I've indirectly used USB and Serial MIDI with CircuitPython a few times now, but haven't explicitly shown how to use it as a simple USB (device) to serial MIDI converter.  This project shows how to do that.  Any CircuitPython device should be usable like this, but I've used this as an excuse to do something … Continue reading CircuitPython USB to Serial MIDI Router

Arduino MIDI Telephone Ringer – Part 2

Following on from part 1, I've added BT style sockets and upgraded the ringer to ring two phones.  Polytelephony if you will.  In part 3, I switch to an Arduino Nano and put all the circuitry into a box. https://youtu.be/IBBd9z4hKYw Warning! I strongly recommend using old or second hand equipment for your experiments.  I am … Continue reading Arduino MIDI Telephone Ringer – Part 2

Arduino Serial MIDI Program and Control Messenger

I believe I have all the components of both sending and receiving MIDI Program and Control messages over the full range of serial interfaces from previous projects, but I'm not sure I've ever written it down in those terms.  So this project aims to put that right! Warning! I strongly recommend using old or second … Continue reading Arduino Serial MIDI Program and Control Messenger