-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino-based Spinner not Working on MiSTer #807
Comments
There is no support of such kind spinner. If it implements mouse for wheel, then it should use buttons as a mouse buttons. |
I learned how to flash the Arduino code. I did that using this code: I updated the button pins according to what I found on my device. And MiSTer still refuses to use its spin. In Windows, it works just fine in all four modes. But MiSTer only sees the buttons no matter which modes I run. |
What VID/PID of your board? MiSTer expects Arduino Micro, though new vid/pid can be added |
2341/8037 |
Make sure uniq (or name) field has string Line 4613 in 4236d70
|
You can connect USB console to MiSTer and check debug messages. When you use Menu core, it gives many messages from input devices. There you may see how your spinner getting recognized and what messages it generates. It may help to understand the problem. |
This is the output I get when I connect the spinner in MiSTer Spinner mode, press the buttons, and turn the wheel. The wheel doesn't generate any output: = |
And this is the output in the default mode: The file mouse1 was created. |
According to logs you didn't try to turn the wheel to check what events are generated |
But I did. I guess that's the issue. MiSTer doesn't see the wheel movements. But Windows does. |
If there is no debug info about wheel move, then linux driver doesn't supply them. |
Sonik helped me too understand the pins code and I flashed it with your code: https://github.com/MiSTer-devel/Retro-Controllers-USB-MiSTer/tree/master/PaddleTwoControllersUSB I still only get the button working on mister and the wheel is ignored. On Windows the wheel work just fine, moving both the axis. |
I bought an Arduino-based spinner from AliExpress ( https://s.click.aliexpress.com/e/_Den7Cox ) and MiSTer only recognizes its four buttons, but not the wheel. The controller test core also detects nothing from the wheel.
I tried putting its VID/PID in the mister.ini file like this:
But it didn't help.
On Windows, the wheel works as the mouse's x-axis, while the buttons register as joystick buttons.
The text was updated successfully, but these errors were encountered: