Mini Untztrument

miniuntz is based on the code at [Adafruit's Mini Untztrument tutorial](https://learn.adafruit.com/mini-untztrument-3d-printed-midi-controller) but miniuntz does not depend on Teensy USB code. It uses the Arduino MIDIUSB library by Gary Grewal which simplifies the software installation.

miniuntz has been tested on the SparkFun Pro Micro 5V which has the same processor (32u4) as the Leonardo. The Adafruit Itsy Bitsy 5V also has a 32u4 processor so it should also work.

miniuntz has been tested on the Adafruit Trinket M0 with bidirectional logic level changer.  Analog inputs are not tested. But the Trinket M0 should have 3 inputs for analog input, if desired.  This should also work with the Itsy Bitsy M0, Feather M0, SparkFun SAMD21, and Arduino Zero. All use 3.3V logic levels so a logic level converter is used.

https://github.com/gdsports/miniuntz

Comments

Popular posts from this blog

Defective Arduino USB Host Shield Boards

How to use USB RFID readers on an Arduino Uno