Daniel Bombin
Daniel Bombin
I tested with windows usb controller tool (the application you linked does not start in my system, W11, some System.InvalidOperationException). If I remove any of the axis it is immediately...
In case it helps, if I try the following test sketch with my ESP32S3 Dev, it only displays the same 7 axes. `#include Joystick_ Joystick; void setup() { USB.begin(); Joystick.setXAxisRange(0,...
And finally, I see changes in the missing axis reported in IO Ninja, but neither windows, nor DCS seem to get them. 
I actually tried the joystick in a fresh windows and got the same thing, rudder is not showing.
I’m happy to share my code, but the code I attached in a previous post reproduces the problem without any other noise from the handling of actual inputs If you...
OK, I checked with linux and it does show the 8 axes, the only thing is that is shows throttle as 7 and rudder as 8 (6 in 7 in...
More information, I checked my WW UFC, that is the only "joystick" I have with more than 7 axes and they seem to be using slider and dial, instead of...
Wow, that was fast, thank you, I’ll try to test it when I get back home! Thanks a lot!
OK, I tried it and it's not working for me. With the code I'm pasting below I get the following error in Serial Monitor: [292900][E][USBHID.cpp:362] SendReport(): report 3 wait failed...
OK, this is very weird, I finally decided to take a look at the hid descriptor spec and checked the raw descriptor for my button box, for some WEIRD reason...