TinyUSB

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
shlomoaran
 
Posts: 1
Joined: Mon May 01, 2023 9:36 am

TinyUSB

Post by shlomoaran »

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.

User avatar
adafruit_support_mike
 
Posts: 67391
Joined: Thu Feb 11, 2010 2:51 pm

Re: TinyUSB

Post by adafruit_support_mike »

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.

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”