Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MKR1010 won't show up as USB MIDI device #60

Closed
ArteFrancoMolina opened this issue Dec 22, 2019 · 1 comment
Closed

MKR1010 won't show up as USB MIDI device #60

ArteFrancoMolina opened this issue Dec 22, 2019 · 1 comment
Labels
type: imperfection Perceived defect in any part of project

Comments

@ArteFrancoMolina
Copy link

I'm trying to test the MIDIUSB_write example sketch on a MKR wifi 1010, but after uploading it to the board, it doesn't get recognized by my computer as a MIDI device, no matter what software or DAW I tried to use. It also stops being recognized by the Arduino IDE until I reset it with a double tap on the on-board button.

As far as I know, this board has USB capabilities, and the library is designed for samd architectures too. I've reinstalled and updated the IDE and the board both with firmware update and with the boards manager. The board is brand new and works fine when I test the blink and other simple sketches.

What am I missing? I hope I'm not asking a question asked a million times before. I tried to look for info online, but there's not much info about this board in relation to this kind of libraries.

Thanks.

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Dec 22, 2019
@facchinm
Copy link
Contributor

Hi @ArteFrancoMolina ,
if you are on Windows, it may happen that the drivers for the new composite device are not getting loaded correctly. Try uninstalling all the drivers currently loaded with the board (from Device Manager) and if you are on windows 10 it should reinstall the correct ones.
For further explanation, please read this thread that almost completely applies (webusb/arduino#44)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants