Page 1 of 1

ESP32 Help

Posted: Sun Mar 07, 2021 6:42 pm
by smit6
How to use USB HID on the ESP32, not the bluetooth hid, i wanted to ask about how to use wired hid with micropython on the EESP32

Re: ESP32 Help

Posted: Thu Mar 11, 2021 6:00 am
by jimmo
smit6 wrote:
Sun Mar 07, 2021 6:42 pm
How to use USB HID on the ESP32, not the bluetooth hid, i wanted to ask about how to use wired hid with micropython on the EESP32
This is not possible on the ESP32 as it does not have a USB peripheral. (It has an external USB to UART converter that only provides serial access).

The ESP32-S2 will support this (and I think the CircuitPython port already does).