Skip to content
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

Library doesn't retrieve data from PS4 clone #29

Open
akintunde-abdulrahman opened this issue Jul 17, 2024 · 1 comment
Open

Library doesn't retrieve data from PS4 clone #29

akintunde-abdulrahman opened this issue Jul 17, 2024 · 1 comment

Comments

@akintunde-abdulrahman
Copy link

I have a clone PS4 controller connected to Arduino mkr1000 wifi via a USB OTG cable.
I added the line below to the PS4usb example program,

If PS4.connected() { SerialDebug.print("Ready if you are")}

The serial monitor prints the text when the controller is connected and stops printing when the controller is not.

However I am unable to retrieve any data from the controller. (No button presses are recognized or shown on the serial monitor).

When the PS4 pad is connected via OTG to other devices the light bar pulses yellow and then blue when the connection is complete .

With the mkr 1000 the PS4 pad only pulses yellow for a few seconds before it goes off.
As the light bar never turns blue, I assume the connection between the mkr 1000 and the PS4 is never completed.
Any help/advice on this is appreciated.

@akintunde-abdulrahman
Copy link
Author

I have also tried checking the VID and PID in device manager and they are the same as those in the USB.cpp file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant