nikthefix

Results 63 comments of nikthefix

@ou2356 Hi there. I deleted my previous message as it turns out my suggestion only worked on my win11 machine and failed on win10. Maybe try this (which seems to...

@ou2356 You're welcome and thanks for feeding back.

@jhsa I had the same problem and then noticed that my 'device' was being enumerated as ESP-DEV or JTAG. I removed this device in Device Manager and scanned for changes....

@jhsa Take a look in device manager (with the S3 board disconnected) and select 'show hidden devices' from the View drop down menu. Expand 'Universal Serial Bus Devices' If you...

@hathach For what it's worth I don't think the problem is with Adafruit_TinyUSB. I use the S2 as much as the S3 and have never had issues with the S2...

@hathach @jhsa Tested with ESP V3.3.0 - all working. However, I'm still able to cause the problem if I deliberately set the build options wrongly, recovering only by deleting the...

@hathach I thought it might be something like this but the USB examples supplied with the ESP_Arduino core do enumerate correctly even when the dreaded JTAG device is present in...

@AtmosphEng When you see the JTAG device in Device Manager, delete the driver as well as the device. Something else to try is connecting your S3 board via a USB...

@AtmosphEng Ah!, for the Adafruit TinyUSB examples to work the build options should be: -D ARDUINO_USB_ON_BOOT=1 (CDC on boot enable) -D ARDUINO_USB_MODE=0 (OTG mode enable, USB-JTAG disable) Check the TinyUSB...