ESP32 Help

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
smit6
Posts: 1
Joined: Sun Mar 07, 2021 6:40 pm

ESP32 Help

Post by smit6 » 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

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: ESP32 Help

Post by jimmo » Thu Mar 11, 2021 6:00 am

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).

Post Reply