I am using the Adafruit_TinyUSB on the Adrduino IDE, on ESP32-S3 board.
The second usb is connected to HID device, so I want to us USB HID.
Adafruit_USBD_HID usb_hid;
But the:
while(!USBDevice.mounted()) delay(1);
Doesn't finish.
TinyUSB
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- adafruit_support_mike
- Posts: 66616
- Joined: Thu Feb 11, 2010 2:51 pm
Re: TinyUSB
As a sanity check, verify your USB cable by using it to connect some other, known-working device to a computer.
There's a plague of charge-only cables out there with USB connectors at both ends, but no wires for the data signals. People get caught by them every day.
Just swapping cables has no diagnostic value. The current record is someone who had to try ten cables before finding one that worked. Only a working USB connection can rule out a charge-only cable.
There's a plague of charge-only cables out there with USB connectors at both ends, but no wires for the data signals. People get caught by them every day.
Just swapping cables has no diagnostic value. The current record is someone who had to try ten cables before finding one that worked. Only a working USB connection can rule out a charge-only cable.
Please be positive and constructive with your questions and comments.