dgatwood
Reviewed in the United States on February 2, 2025
This board is a functional alternative to the various other MIDI boards out there. After some effort, I did get it working.My main complaint is that debugging any sketch involving MIDI is rather difficult because of the design of this board. Most Arduino hardware has multiple UARTs (serial ports). However, this board design only allows you to use the main serial port.What makes that problematic is that on Arduino, the main serial port is also shared with the USB connection. That means, among other things, that you cannot upload new sketches to the device without turning this off, that you cannot print anything to the console anywhere in your sketch, or you'll end up corrupting your MIDI output, and that you therefore can't usefully debug unless you add a separate USB-to-serial adapter and rig up custom wiring to connect it to one of the other serial ports.I know you can sort of work around that by adding a temporary wiring harness that wires specific pins from the MIDI board to the Arduino board, but that's also somewhat fragile and error-prone, so it would be way better to be able to use jumpers to make that change permanently. Unfortunately, making that change permanent would require soldering to micro-vias or unsoldering one of the connectors, neither of which is a great solution.A two-cent board change β putting a four-pin jumper block at pins 0 and 1 β would have made it utterly trivial to reroute this to the second UART on most Arduinos, which would make it much easier to debug code that uses this board. Instead, it's kind of a pain in the backside.Of course, it would be still better if they had added two extra pins on the adjacent Mega-only pins and provided a true jumper-based configuration, but I'd settle for being able to easily tap the serial lines and disconnect them from pins 0/1 without permanent hardware modifications.
Pgh Runner
Reviewed in the United States on February 4, 2024
The opto-isolator on the one I received did not work. I replaced it, and everything was fine, but basic QC is obviously not happening here. Beware!
BlakeAlbion
Reviewed in the United States on July 7, 2020
Given the price and unbranded look, and lack of documentation, I did not expect much. This is actually an awesome shield. Compared to my Sparkfun MIDI breakout shield, itβs a contender at half the price. And, it comes assembled. Truly plug & play shield for you midi library.