XIAO SAMD21, Arduino and MIDI

I've had a few Seeedstudio XIAO SAMD21 boards (previously known as the Seeeduino XIAO) for a while but haven't really done much with them.  I had a brief go with Circuitpython to build a CircuitPython USB to Serial MIDI Router but that is all so far.  Having been inspired by a recent post on the … Continue reading XIAO SAMD21, Arduino and MIDI

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

Arduino MIDI Logic Analyser

After having a few issues debugging the MIDI connection for my Multi-Mode MIDI Step Sequencer I started wondering about the possibility of building a simple Arduino-based tool to help debug MIDI serial links. I'm thinking something like a MIDI "logic analyser".  This is the result. Warning! I strongly recommend using old or second hand equipment … Continue reading Arduino MIDI Logic Analyser

TFT MIDI Display – Part 3

This display is inspired by the sound and light show at the end of Close Encounters of the Third Kind.  It uses the TFT MIDI Display once again. https://youtu.be/hEpZ7Zy03Vo Warning! I strongly recommend using an old or second hand keyboard for your MIDI experiments.  I am not responsible for any damage to expensive instruments! These are the … Continue reading TFT MIDI Display – Part 3

OLED MIDI Display – Part 2

As I mentioned in my previous post, it should be possible to connect multiple displays to the same microcontroller. This projects looks into that in a bit more detail. Spoiler - it almost works, but has software limitations!  Read on for details. Warning! I strongly recommend using an old or second hand keyboard for your MIDI … Continue reading OLED MIDI Display – Part 2

TFT MIDI Display – Part 2

Building on my previous project adding a colour display to an Arduino, I thought I'd use the graphics a little by adding one of those "show the note on the stave" displays you quite often get on modern keyboards. In Part 3 I preset an alternative visualisation. https://youtu.be/p_eLd95G4zc Warning! I strongly recommend using an old or … Continue reading TFT MIDI Display – Part 2