Xinyuan-LilyGO / T-Encoder-Pro

T-Encoder-Pro is a smart control knob equipped with a AMOLED screen, developed based on the ESP32S3R8 chip, which is controlled by a dial.
GNU General Public License v3.0
14 stars 5 forks source link

USB Host capabilities ? #8

Closed jhordies closed 3 weeks ago

jhordies commented 1 month ago

Hello, Is it possible to use USB Host via the USB C connector? The esp spec seems to indicate it is possible but on the product sheet I only read CDC/JTAG. If it is possible could you provide an example?

PS: I got a t encoder pro hoping to make a project using a USB midi keyboard

Llgok commented 1 month ago

@jhordies You can refer to the examples provided by the arduino-esp32 team: HIDVendor or USBVendor.