-
Notifications
You must be signed in to change notification settings - Fork 10
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
Dualshock 4 controller not registering events #28
Comments
I have also tested this with the cable plugged into an Ubuntu VM, exactly the same thing happens. |
@tiferrei Resolved your issue? I am trying use the cylon-joystick com PS4 controller. It works with buttons, but with axis it goes into infnit loop. Ex: my.controller.on("right_x:move" ... |
@manoelfilho nope, still having issues with it. |
I'm having this issue on an intermittent basis with a DS3 connected via USB. Any solutions? |
I fix similar problem by edit node_modules\cylon-joystick\lib\driver.js(47:7) commenting check by description && d.description === this.description. Because on my RPi dualshock is recognized like "Wireless Controller" but in config it's "PLAYSTATION(R)4 Controller". `/**
var devices = this.connection.getDevices(); // assign first controller matching description
} callback(); |
Hello there, I opened an issue from my replies on issue #27, when I connect my Dualshock 4 controller to my Mac, wireless or with the cable, events are detected by
cylon-joystick-explorer
, however with this code:I only get the output:
Node Version:
7.0.0
macOS Version:
10.12.2 Beta (16C41b)
Am I doing something wrong in here?
Thank you,
tiferrei
The text was updated successfully, but these errors were encountered: