Page 1 of 1

WebUSB with ESP32

Posted: Tue Jul 09, 2019 1:00 pm
by pswin.pouya
How can I create a WebUSB using ESP32? is there any ready-to-use library for it?

Notes: I've tried google's Arduino library but it gives me this error:
/Users/.../Documents/Arduino/libraries/WebUSB/WebUSB.h:27:26: fatal error: PluggableUSB.h: No such file or directory
You might say try to solve the problem. But My device (I mean any ESP32 and ESP8266 device is not in the list of the library)

Re: WebUSB with ESP32

Posted: Thu Jul 11, 2019 8:43 am
by ESP_Sprite
Not sure what you want to do, but note that the ESP32 does not have USB functionality: all boards with an USB plug use an USB-to-serial converter chip to provide a virtual serial port; these chips are not programmable.