-
### Please describe your issue.
It happens after putting the device into dfu mode. Gives this error.
Processing arduino_uno (board: uno; platform: atmelavr; framework: arduino)
----------------…
-
https://github.com/shorepine/amy/issues/176
-
### Related area
I would like to have tinyUSB support USB Host on ESP32-S3
### Hardware specification
ESP32-S3
### Is your feature request related to a problem?
I have USB MIDI Host working under…
-
### Operating System
Linux
### Arduino IDE version
2.3.2
### Board
ESP32-S3 Dev Kit
### ArduinoCore version
3.0.2
### TinyUSB Library version
3.3.1
### Sketch as ATTACHED…
-
Wouldn't it be cool to be able to attach a USB MIDI controller (keyboard) directly to the Pico?
This code may be able to do it:
https://github.com/rppicomidi/midi2usbhost/tree/main/C-Code
-
Today if we compare your project with commercial one like discontinued iConnectivity iConnectMIDI just only one thing is missing: parallel bidirectional connection with computer over cable used to pr…
-
Tinyusb already supports usb midi host, I wonder if it would be much trouble to port it to Arduino?
Myself and I imagine many many others would very much appreciate it. ESP32-S3 is a very powerful …
-
Hello
I'm building a midi controller using Arduino Uno and USB host shield for control a Zoom g1xOn, but the midi command only is sent sucessfully when the arduino is powered by 5V usb. When I use…
-
im not even sure what im doing wrong. all i know is that while i can upload code to the rp2040 usb host feather fine, after i have done so i cannot get the serial monitor to work. i tried using putty,…
-
Hi, i am trying to to get the [ESP32USBMIDI](https://github.com/esp32beans/ESP32USBMIDI/tree/main/examples/ESP32USBMIDI) example running.
But unfortunately, I can't find an example of how to config…