I have a need to route MIDI to several Raspberry Pi boards at the same time, so I've hacked together a variant of my MIDI Matrix Patch Bay to give me a 3.3V level serial MIDI THRU interface. I've used it for my 8-way Raspberry Pi V1 MiniDexed in the following video. https://makertube.net/w/g8rw9XtF4Z377dsANRu5Yr Warning! I strongly … Continue reading 3.3V Serial MIDI THRU
Author: Kevin
The diyelectromusic blog is now on the Fediverse!
As of October 2023, my blog is now part of the fediverse! You can follow it directly using the address: diyelectromusic.com@diyelectromusic.com. I also have a video channel on MakerTube: diyelectromusic@makertube.net and you can follow my Mastodon too: diyelectromusic@mastodon.social. Just a reminder of some of the things you can find here on this blog: My microcontroller … Continue reading The diyelectromusic blog is now on the Fediverse!
Simple Square Wave Oscillator PCB Build Guide
Here are the build notes for my Simple Square Wave Oscillator PCB. https://youtu.be/1vpDoPMgUWA Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to expensive instruments! If you are new to electronics, see the Getting Started pages. Bill of Materials Oscillator components: Simple Square Wave Oscillator … Continue reading Simple Square Wave Oscillator PCB Build Guide
Simple Square Wave Oscillator PCB Design
I've now done several posts inspired by the Oskitone Poly 555, and I do plan to build one myself one day (I can't get a kit as they don't deliver to the UK, but I've had a PCB manufactured - watch this space!). This PCB is essentially the oscillator part of the Poly 555 in … Continue reading Simple Square Wave Oscillator PCB Design
Atari Punk Console PCB Build Guide
Here are the build notes for my Atari Punk Console PCB Design. https://youtu.be/OP9pHC1lsGw Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to expensive instruments! If you are new to electronics, see the Getting Started pages. Bill of Materials Atari Punk Console PCB (GitHub link below) … Continue reading Atari Punk Console PCB Build Guide
Atari Punk Console PCB Design
The Atari Punk Console is a bit of a "Hello World" build for DIY analog synthesizer fans. I looked up the circuit and read a little about how they work for my 556 Timer Light Theremin project I found on ebay, but the main background can be found in the following: Atari Punk Console on sdiy … Continue reading Atari Punk Console PCB Design
Arduino PSS-680 Synth Editor- Part 2
Following on from Part 1, this post looks at combining several of my previous projects to allow me to control the synth of a PSS-680 from a set of potentiometers. Part 1 - Goes into the detail of the MIDI implementation for the PSS-680 and how to handle the SysEx messages from an Arduino. https://youtu.be/aRfAQvwq8lc … Continue reading Arduino PSS-680 Synth Editor- Part 2
Arduino MIDI Foot Pedal for Peavey Vypyr Amp
I was asked to take a look at a Peavey Vypyr amp to think about how the foot pedal for it works. This is a set of links and notes by way of recording what I found out, and some initial experiments with an Arduino. Warning! I strongly recommend using old or second hand equipment … Continue reading Arduino MIDI Foot Pedal for Peavey Vypyr Amp
Arduino PSS-680 Synth Editor- Part 1
I'm still exploring the range of Yamaha (and a few others) keyboards from the 80s with interesting synth chips. So far I've looked at the YM2413 and the PSS-170. I also have some YM3812s and a PSS-460. But today I'm looking at the PSS-680 which has a YM3420 in it, with the eventual aim of … Continue reading Arduino PSS-680 Synth Editor- Part 1
Simple MIDI Serial Monitor – Part 3
This is a follow-up to the following posts: Simple MIDI Serial Monitor - which shows how to use SoftwareSerial as a MIDI port to allow monitoring over the default serial port. Simple MIDI Serial Monitor – Part 2 - which shows how to use SoftwareSerial as the monitoring serial port instead. This post takes one of my … Continue reading Simple MIDI Serial Monitor – Part 3