-
### Port, board and/or hardware
rp2 port, pico 2 board
### MicroPython version
MicroPython v1.24.0 on 2024-10-25; Raspberry Pi Pico2 with RP2350
### Reproduction
This is the script I us…
-
It would be nice to have a USB MIDI in so that we can attach USB MIDI controllers (keyboards) that do not have a DIN-style MIDI connector. For this, the Pico would need to run in USB host mode.
-
When using a USB2 (or 3) hub, powered or not, the port order appears to matter when initializing the usb host.
When a keyboard and midi are both plugged in, only one of Midi or Keyboard will work.
…
-
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 …
-
https://github.com/shorepine/amy/issues/176
-
In SDK: sw-usc_audio-sw_v8_1-0,
array XUD_EpType epTypeTableIn [ENDPOINT COUNT-IN] doesn't match enum USBEndpointNumber_In,
The current issue is that HID messages cannot be reported to host when …
-
### 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)
----------------…
-
I am using the Raspberry Pi Pico board's native USB Host hardware to implement a USB MIDI Host driver for TinyUSB in the [usb_midi_host](https://github.com/rppicomidi/usb_midi_host) project. The drive…
-
What would need to be done to add MIDI USB Host support ...I have MIDI kit, time, patience, reasonable programming skillz, and very little knowledge about low-level USB.
-
**Describe the bug**
Tried the C-Example usb_midi_host and connected a Beat Step Pro, the device is recognized with 2 Midi Cables, but no midi data is received
**To Reproduce**
Steps to reproduce…