Hi,
I'm making a midi instrument and i need a usb midi device.
However, i have an arduino uno,
and i read online that i can't use the library with the uno.
Is there a safe way to use it with the uno ?
Regards
Hi,
I'm making a midi instrument and i need a usb midi device.
However, i have an arduino uno,
and i read online that i can't use the library with the uno.
Is there a safe way to use it with the uno ?
Regards
I don't know what library you're talking about.
There is a way to do USB MIDI on Uno boards that use the ATmega16U2 USB chip. That is what's used on the official Unos and faithful clones. The Uno derivative boards usually use a different chip like the CH340 and it is not possible on those boards.
Using the ATmega16U2 on the Uno for this purpose is quite complicated and offers a greater than normal chance of "bricking" your Uno, So I think it would be better to just use an Arduino board with native USB capability. The Leonardo, Pro Micro, and Micro are commonly used but most of the more modern Arduino boards (e.g. Zero, MKR, Teensy) should also have this capability.
There are a number of ways of getting the UNO to turn out MIDI stuff.
Or you can follow perts' suggestion. Of the four options available, it's the easiest and (possibly) the cheapest