schnoog

Results 23 comments of schnoog

What I'm seeing on your screenshot looks correct to me. (don't have ArduinoIDE installed at the moment, so assessment based on my memory) A news delivery of S3 should arrive...

@ChrGri opened a ticket for that issue https://github.com/espressif/arduino-esp32/issues/10307

Hi, I use the library on an ESP32S3 for my flight-throttle for one and a half year and didn't had that problem yet. How does your code look like?

The code looks good to me and I wouldn't expect any issue with it. However, different USB ports behave differently. Some keep the power on, some even the data line,...

Hi, using serial output in combination with the USB HID unfortunately can cause some problems https://github.com/schnoog/Joystick_ESP32S2/issues/12 An upstream issue was opened but not resolved (yet) and there's nothing I can...

Can you please post your code (as well as the settings you made in the ArduionIDE / Platformio.ini)

Hi, did you check the rudder axis with the windows built in USB-Gamepad tool or with a game /different tool? The Windows tool has some limitations which will not show...

It's only a guess, but Windows has a strange behavior if a HID device changes after it was seen by the system the first time. Try to change VID or...

Can you please share your complete code. Will try to identify the issue

Thank you very much for your feedback. Just came home from work and wanted to give it a try when I have seen your comment. I'll try to add the...