Hello,
I am looking for a library that lets me control my esp32-s3 with a usb connected gamepad/controller/joystick that’s based in the Arduino framework.
I am using platformio in VScode on windows 11.
Anyone know of anything?
Hello,
I am looking for a library that lets me control my esp32-s3 with a usb connected gamepad/controller/joystick that’s based in the Arduino framework.
I am using platformio in VScode on windows 11.
Anyone know of anything?
Look at tinyUSB. It’s included in the board support package, and supports client and host mode (I forget the terminology).
There’s probably a better joystick/gamepad specific library, like GitHub - ricardoquesada/bluepad32: Bluetooth gamepad, mouse and keyboard support for ESP32 and PicoW