Search found 2 matches

by kwaingwu
Thu Jul 11, 2024 7:53 am
Forum: General Discussion
Topic: How to implement safety remove usb on device.
Replies: 0
Views: 959

How to implement safety remove usb on device.

I trying to using esp32s3 to implement a multiple role USB device which are HID keyboard / mouse And flash drive. I am using a switch to select the USB connector usage for HID by esp32 or usage as flash driver. after a few time switching PC cannot identify my HID device. can I do something like "saf...
by kwaingwu
Thu Jul 11, 2024 5:39 am
Forum: General Discussion
Topic: How to re-initial USB driver
Replies: 1
Views: 849

How to re-initial USB driver

I am using IDF 5.1 version with tinyUBS, which using USB as HID device like keyboard and mouse. and we are using the same USB header as flash driver . we are using a switch to selected connection of USB between flash or ESP32. I would like deinit the USB driver when I using flash . but I cannot init...