EspTinyUSB icon indicating copy to clipboard operation
EspTinyUSB copied to clipboard

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).

Results 84 EspTinyUSB issues
Sort by recently updated
recently updated
newest added

Available layouts: BE_BE DA_DK DE_DE EN_UK EN_US ES_ES FI_FI FR_FR IT_IT PT_BR PT_PT TR_TR Replace hidkeylayout.h of the EspTinyUSB library with the hidkeylayout.h file of the new layout or implement...

Would it be possible to have the ESP32-S3 show up as a USB Sound card? Then whatever audio it receives from the host would get sent out as I2S to...

examples/host/remote_pendrive i tried this code on esp32 s3 compiled ok but when insert pendrive to esp32s3 device get reset my errors are ELF file SHA256: 0cf01760fb528cb7

Under Windows 11, MIDI can be recognized by the device manager, but MIDI messages are not seen in various DAW software and MIDI-OX

I am looking at creating a IoT device which will have it's own vendor and product ID, but who's description does not fit in with the included defined device classes....

Hello @chegewara, thanks for your great library. I'd like to get some clarifications because I can see a lot of examples and I'm a bit confused. I have an ESP32-S3...

Hello @chegewara, I've been using your library, EspTinyUSB, to interface a USB camera with an ESP32-S2 module. First and foremost, I appreciate your work on developing this library, as it...

# Good day Im trying to make a controller for my device(NUX-MG30) and I need to send {12,192,4,88} to the usb interface of this device: ``` #include "hidgeneric.h" #if CFG_TUD_HID...

Hello, When I tried to use the MIDIusb class to send notes (by calling the noteON) with different values of channels, it seems that it only worked for channel 0....

bug

Hello, I'm using esp32 arduino core v2.0.11 and ESP32S2 board. When I'm trying usb msc host example I'm getting next error: ``` 18:53:52.766 -> entry 0x4004c18c 18:53:53.299 -> [ 991][I][msc.ino:86]...