esp-iot-bridge icon indicating copy to clipboard operation
esp-iot-bridge copied to clipboard

Host Vendor Class API (AEGHB-582)

Open Docfch opened this issue 1 year ago • 1 comments

I am currently working on a project where I use a USB cable for communication between my stm32 in vendor-specific device mode and a PC software with libusb, and I want to replace it with a connection of my board to the USB of the esp32 s3 to communicate through WiFi. For this, I wanted to know when will we have the complete host vendor class API library?

Docfch avatar Mar 05 '24 19:03 Docfch

Hello, we currently have some USB Host related examples in another repository. Please refer to: https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host

tswen avatar Mar 07 '24 11:03 tswen