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

Hi there i am trying to make a caller ID USB device into a WIFI WebSOCKET via ESP32-S2 USB HOST. the device works on CDC ( when i connect it...

using the ACM example on an Espressif ESP32-s3 dev kit. Arduino 1.8.19. Library version = 2.00 Example compiles fine and uploads ok. Plug in any USB device (powered locally as...

Fixes the problem of buffer processing. Correction affects the function `size_t CDCusb::write(const uint8_t *buffer, size_t size)` Crashes due to the use of this function are avoided. Likewise, crashing due to...

All I am attempting to do with this library is change the manufacturer string. I haven't found any other examples for Arduino platform other than for this library. My includes:...

I have the problem that when I send too much data via USB CDC without delay, it happens that data is lost or the entire connection crashes. Apparently I also...

I'm developing a FIDO security key with esp32s2, and I need to perform write of buffer with length greater then max HID_REPORT_COUNT (64 bytes). I have extended HIDusb, with a...

I'm tryng to use ES32-S2 as usb host device to read a flash drive, but alway get de error below: 14:45:32.663 -> ESP-ROM:esp32s2-rc4-20191025 14:45:32.663 -> Build:Oct 25 2019 14:45:32.663 ->...

Hi, Where can I find the USB host exmaple for reading data from USB HID device? I want to make soemthing with USB keyboard for input. THanks, Ziv

hi is it possible to receive data from barcode scanner ? thanks rizki

Hi, I found your post here: https://esp32.com/viewtopic.php?p=94610#p94610 I am *very* interested in this. I am trying to build a reliable software platform for Raspberry Pis and they are a small...