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

Default output report LED effects are incorrect #365

Open
nefarius opened this issue May 30, 2024 · 1 comment
Open

Default output report LED effects are incorrect #365

nefarius opened this issue May 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working LED related Regarding controller player LEDs
Milestone

Comments

@nefarius
Copy link
Owner

nefarius commented May 30, 2024

This is still working fine for official Sony hardware, however quite a bit of aftermarket devices in my recently acquired stash display a weirdly mangled charging effect like shown below:

VID_20240526201157.mp4

With the following output report example...

{
  "Instructions": [
    {
      "OutputReport": "000000010000000000FF77000002000000000000000000000000000000FF00010001000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1,
      "WaitPeriodMs": 1000
    },
    {
      "OutputReport": "000000010000000000FF7700000400000000000000000000FF000100010000000000000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1000,
      "WaitPeriodMs": 1000
    },
    {
      "OutputReport": "000000010000000000FF770000080000000000FF0001000100000000000000000000000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1000,
      "WaitPeriodMs": 1000
    },
    {
      "OutputReport": "000000010000000000FF77000010FF00010001000000000000000000000000000000000000000000000000000000000000",
      "SendXTimes": 1,
      "RepeatDelay": 1000,
      "WaitPeriodMs": 1000
    }
  ]
}

...the effects are displayed properly:

VID_20240527182939.mp4

Fixed example provided by @Kanuan

Details of the controller under test can be found here.

@nefarius nefarius added bug Something isn't working LED related Regarding controller player LEDs labels May 30, 2024
@nefarius nefarius added this to the Version 3 milestone May 30, 2024
@nefarius
Copy link
Owner Author

nefarius commented Jun 9, 2024

Users reported that the CECHZCE A1 can be affected (and fixed) as well:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LED related Regarding controller player LEDs
Projects
None yet
Development

No branches or pull requests

2 participants