This project builds on part 2 and takes the generic I2C MIDI interface and turns an Arduino into an I2C MIDI to serial MIDI relay. Note, in part 4, I show how one I2C MIDI controller can send to two I2C MIDI peripherals. https://youtu.be/ppDWNh1-FkY Warning! I strongly recommend using old or second hand equipment for … Continue reading Arduino I2C MIDI Interface – Part 3
Year: 2022
Arduino I2C MIDI Interface – Part 2
Following on from my Arduino I2C MIDI Interface, this project looks at what is required to get "raw I2C MIDI" working between two Arduinos. In part 1, I used a I2C/IIC to serial module to develop an I2C MIDI interface. In this part, I've developed a "raw" I2C to MIDI transport layer. In part 3, I … Continue reading Arduino I2C MIDI Interface – Part 2
Pico Dual-core MIDI Visualisations
I started this project as I had just bought two new toys from The Pi-Hut: Waveshare RGB Full-colour 16x10 LED Matrix Panel Waveshare 4-Digit 8-Segment Display Module My initial thinking was to re-run the Pico Unicorn MIDI Visualiser and the Arduino MIDI 7 Segment Controller with these new devices and a Pico. But whilst playing around, I … Continue reading Pico Dual-core MIDI Visualisations
Arduino I2C MIDI Interface
This is one of those "I wonder if..." projects. There is little reason for anyone to really do this, but I have a board that only has I2C for IO and naturally I got wondering if it was possible to do MIDI over the I2C interface. This is starting simply, trying it with a standard … Continue reading Arduino I2C MIDI Interface