BSonghurst Posted December 12, 2018 Report Share Posted December 12, 2018 Hey, My aim is to use the "MIDI in" on a WATCHPAX 20 with a Arduino board. The board is discoverable and selected but it seems the complete drivers are not present Does anyone have any ideas for a work around or have had this issue before with this product Help appreated.. Thank you Quote Link to comment Share on other sites More sharing options...
ZLD Posted December 12, 2018 Report Share Posted December 12, 2018 There is a lot of things that could be going wrong here. 1) Is the arduino board an actual genuine/"genuino" board? 2) What type of arduino? Uno? 3) When you say its discoverable, in what way do you mean? 4) Are you sending MIDI commands from the Arduino? If so, what type of commands are you sending. MIDI syntax can sometimes be a pain. 5) Lastly How is the arduino interfaced to Watchpax machine? Windows requires specific MIDI drivers for a MIDI device. If you are interfacing through the USB cable then you need to use the MIDIUSB library for Arduino, and you also need to read the article here. I'm not familiar enough with the embedded Windows environment on Watchpax to know if this setup will even work on USB. It may not. In that case, I would suggest getting an official MIDI input device and sending your commands from the Arduino to that device. Quote Link to comment Share on other sites More sharing options...
arsomartinera Posted December 24, 2018 Report Share Posted December 24, 2018 Ok, I had to change the arduino.inf located in the drivers folder to this: Code: %mkr1000.sketch.name%=DriverInstall, USB\VID_2341&PID_804E&REV_0100 %mkr1000.bootloader.name%=DriverInstall, USB\VID_2341&PID_804 DigitalOcean Siteground iPage Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.