Is ESP32-S2 support USB HID?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
Meekdai
Posts: 45
Joined: Mon Jan 29, 2018 12:45 pm

Is ESP32-S2 support USB HID?

Post by Meekdai » Thu Sep 09, 2021 3:43 am

I am very happy that ESP32-S2 can run mpy now. I want to use ESP32-S2 to make a HID keyboard. Does it support?

p_j
Posts: 102
Joined: Mon Aug 23, 2021 1:08 pm
Location: Sydney

Re: Is ESP32-S2 support USB HID?

Post by p_j » Mon Sep 13, 2021 11:49 am

According to the tinyusb docs it does support HID devices however there is only a C example in the code so I'm not sure where you would start with python.

https://github.com/hathach/tinyusb

Post Reply