I'm looking for more knowledge about using MCUs as USB devices with custom name appearing when connected to PC. One of the devices I want to build is MIDI controller and I think which MCU to choose. I like ESP32, but I'm not sure if MIDI over BLE will be reliable.
I know there are MCUs with hardware USB support (Teensy, ESP32-S2, Micro, Raspberry Pico, STM32). But I also saw software USB - V-USB. There are also UART bidges: MCP2221 and CP2110. It seems it's not possible to use bidges as HID devices (mouse or keyboard). And SPI bridge MAX3421.
Is there anyone who could write advantages and disadvantages of hardware vs software vs bridge?
PS:
Any links of mine to hackster.io should be disregarded as I severed my relationship with them over their insistence that users were forced to have a (free) login before reading full article or downloading. This ran afoul of my desire to host openly accessible projects (as was originally promised.)
Ray
PPS:
Any links to flicker are dead after the Yahoo deal.
I think you should probably forget about software USB solutions at this point; they're apparently "not quite conformant", and increasingly fail to work with newer host-side USB chipsets (USB3, USB-C, etc.) besides, chips with HW USB support have become much more common, much cheaper, and with better library support.
It seems it's not possible to use bidges as HID devices (mouse or keyboard).
Agreed.
However, I pulled out a 10 year old ATtiny85 running V-USB and My Surface Pro running Win-11 enumerated it fine. So, as long as the USB hub can do USB 1.1 it still works.