Core 2 Micropython usb-hid
-
Hi
Is there a way to make a Core 2 appear as a USB keyboard and perform key presses on devices it is plugged into?
It looks like the pyb library is needed for this with usb_hid but I can't seem to import these.
Any tips / tricks?
-
This is a limit of the current ESP32. Until the new version of the ESP32 is available which includes native built in usb support, ESP32's can be used as HID devices or USB drives like the Microbit.
-
@nzmillsto Esp32-S2 can do it but ESP32 can not