Here are the build notes for my Arduino Pro Mini MIDI USB CV PCB Design. 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 and microcontrollers, see the Getting Started pages. Bill of Materials Arduino Pro Mini … Continue reading Arduino Pro Mini MIDI USB CV PCB Build Guide
Tag: usb host midi
Arduino Pro Mini MIDI USB HOST PCB Build Guide
Here are the build notes for my Arduino Pro Mini MIDI USB HOST PCB. https://makertube.net/w/fenpgiuXnZrcCwgVFeVXkU 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 microcontrollers, see the Getting Started pages. Bill of Materials Arduino Pro Mini MIDI … Continue reading Arduino Pro Mini MIDI USB HOST PCB Build Guide
Arduino Pro Mini MIDI USB HOST PCB Design
I've finally decided to create a PCB for my Mini USB-MIDI to MIDI USB Host MIDI converter based on an Arduino Pro Mini and a Mini USB Host Shield. Whilst I was at it, I've also included an option to support the USB-MIDI to MIDI Revisited build based on an Adafruit Trinket M0. Here is the Arduino … Continue reading Arduino Pro Mini MIDI USB HOST PCB Design
XIAO SAMD21, Arduino and MIDI – Part 5
This part looks at USB host device support on the SAMD21 based XIAO. This means that rather than plug the XIAO into something else, like a computer, instead other things, like USB MIDI keyboards and controllers, can be plugged into the XIAO. Unfortunately this wasn't as smooth and successful as other posts, but there still … Continue reading XIAO SAMD21, Arduino and MIDI – Part 5
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
Simple MIDI Serial Monitor – Part 2
In this second part of my Simple MIDI Serial Monitor I show how to use MIDI callbacks to handle the data and show how an independent serial interface could be used as the diagnostic port, thus allowing the hardware serial port to be used with MIDI. Warning! I strongly recommend using old or second hand equipment … Continue reading Simple MIDI Serial Monitor – Part 2
Simple MIDI Serial Monitor
This blog is full of MIDI projects, but I've just realised that I've never really done a "MIDI Data Dumper" type project, so building on my Simple MIDI Monitor and using the many MIDI transport options from Arduino Multi MIDI Merge, here is a serial MIDI data dumper. In Part 2 I show how to do the … Continue reading Simple MIDI Serial Monitor
Arduino and USB MIDI
I've been dabbling for a while with USB MIDI on an Arduino, but I've never really walked through all the options available or pulled together in a single place all the projects I have, so this post looks at all that in a bit more detail. Warning! I strongly recommend using old or second hand … Continue reading Arduino and USB MIDI
Arduino Multi MIDI Merge
I've already had a basic MIDI merge project, combining USB MIDI and serial MIDI into a single serial MIDI out (see Arduino USB MIDI Merge). This project takes that forward to provide the options for a whole range of MIDI IN interfaces merging to a single MIDI OUT. In Part 2 I develop the code … Continue reading Arduino Multi MIDI Merge
Arduino USB MIDI Merge
This project uses two off-the-shelf Arduino shields to provide a USB and Serial MIDI merge to a single Serial MIDI OUT. https://youtu.be/AB49UNDIrcM Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to expensive instruments! These are the key Arduino tutorials for the main concepts … Continue reading Arduino USB MIDI Merge