ESP32 HID Keyboard USB
Posted: Fri Aug 02, 2019 10:37 am
by dunato
Hi, is it possible to use ESP32 (any ESP32 dev. kit) as HID keyboard with a help of Arduino Keyboard library or other when connected via USB to PC? Similarly to Arduino Leonardo, Zero...
Re: ESP32 HID Keyboard USB
Posted: Fri Aug 02, 2019 1:59 pm
by rudi ;-)
dunato wrote: ↑Fri Aug 02, 2019 10:37 am
Hi, is it possible to use ESP32 (any ESP32 dev. kit) as HID keyboard with a help of Arduino Keyboard library or other
when connected via USB to PC? Similarly to Arduino Leonardo, Zero...
Hi
you could connect to esp32 pins
USB HID controller
also you could use
V-USB ..
last but not least, you can use instead CP.. IC an cheap USB IC which support USB Serial, USB HID and so on,
what ever you need in the moment.
the comming new ESP32-S2 support USB itself, not sure when it comes out, but
we get native USB on ESP in near time.
hope this helps
best wishes
rudi
edit:
further info:
ESPUSB32 Full-speed USB Approach
ESPUSB
ESPUSB ESP32?
Re: ESP32 HID Keyboard USB
Posted: Thu Aug 08, 2019 9:44 am
by dunato
So the external chip is needed till S2 is out. Thanks.
Re: ESP32 HID Keyboard USB
Posted: Mon Jan 24, 2022 5:33 am
by Angeliccare