I (1065) example_connect: Waiting for IP(s) E (2415) HUB: Bad transfer status 1: CHECK_SHORT_DEV_DESC E (2415) HUB: Stage failed: CHECK_SHORT_DEV_DESC I (3815) wifi:new:<6,0>, old:<1,0>, ap:<255,255>, sta:<6,0>, prof:1, snd_ch_cfg:0x0 ...
(from a ESP32 example, but have tried other versions). I have tried multiple libraries sourced from different places but with no success and always the same behavior. I did read that the sensor is better run on 5V so have used a level shifter to allow it to connect to the ESP32. ...
I (1065) example_connect: Waiting for IP(s) E (2415) HUB: Bad transfer status 1: CHECK_SHORT_DEV_DESC E (2415) HUB: Stage failed: CHECK_SHORT_DEV_DESC I (3815) wifi:new:<6,0>, old:<1,0>, ap:<255,255>, sta:<6,0>, prof:1, snd_ch_cfg:0x0 I (3815) wifi:state: ...
Postbymano-30»Thu Aug 29, 2024 5:41 am I was trying out the uvc example project by connecting the webcam to a custom PCB with the ESP32S3 chip. I used a USB breakout board to connect the webcam to the ESP32S3. I connected D- to GPIO19 and D+ to GPIO20. I connected VBUS...