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

MCU - ESP32-S2 IDE - Arduino IDE 2.1.0 Library - EspTinyUSB 2.0.2 dev.sendRelease() not working, keycode keeps appearing on Host PC Notepad forever after dev.sendKey(HID_KEY_A); Tryed to investigate a bit...

Hello. I connect usb card-reader to ESP32-S2 D+ --> GPIO 20 D- --> GPIO 19 VCC --> v5 GND --> GND how I can send HEX data for it and...

Hello. I'm new to github and and it's the first time I'm approaching USB management. I hope I'm asking for help correctly: I started from the example /examples/host/msc/msc.ino I would...

I need an example how to read midi notes and program changes. please help me. :-)

tud_midi_available() not working I tried using tusb midi and found that it works fine to sending MIDI message . But when I want to receive the data it doesn't work...

It works with USB 3.0 hubs and also with powered USB 2.0 hubs. After some debugging, it seems that my OS complains that there is not enough energy to feed...

https://github.com/chegewara/EspTinyUSB/blob/master/examples/device/hid/generic/generic.ino What software should I use on my computer?

Hello, I encountered an error when using the tinyusb example "sd_msc.ino". An error will occur if the file size of the SD card exceeds 512 bytes. Can you teach me...

When compiling on VSC+Platformio with ArduinoEspressif 4.1.0 I get errors for missing FS.h and SD.h, which could be fixed by simply adding #include lines. Next error is trickier: ` Compiling...

Quick fix to solve https://github.com/chegewara/EspTinyUSB/issues/133