schnoog / Joystick_ESP32S2

Joystick library for ESP32 S2 & S3 devices (native USB) for the Arduino framework.
GNU Lesser General Public License v3.0
34 stars 3 forks source link

Not visible or working #13

Closed gagagu closed 2 months ago

gagagu commented 2 months ago

Hi, thanks for your library. I have made some tests with my Esp32-S3 which has two Usb-c connectors (flight controller test example). I have first used Arduino Studio and made all Usb Settings (cdc on boot) in Menu but the game controller was not shown in the game controller settings list. I have add the usb settings in the setup() as shown in your readme but with the same result. I have installed Visual Studio Code and made the same settings and upload the code. The device is shown as TinyUsb i. the gamecontroller list but the valuex (axes) and buttons are not shown anything (changing values). Do you have any idea what i‘ve doing wrong? I do nat have any knowledge in plattforio.ini

Greetings from germany

gagagu commented 2 months ago

Got it working with Arduino Studion, I have made a Board reset and start from the beginning. Thx