You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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,
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.
The text was updated successfully, but these errors were encountered: