rodneybakiskan / ps5-esp32

Use a ps5 controller with an esp32
104 stars 10 forks source link

Couldn't get example 'ps5SendData' to work for updating controller #25

Open jp222jp opened 4 months ago

jp222jp commented 4 months ago

I wasn't sure where to leave this question (it may not be an issue). I uploaded example 'ps5SendData' to a 'ESP32-DevKitC-32UE', and was able to successfully connect after changing the MAC address; however, I wasn't able to update the LED color, LED flash, or Rumble.

I saw this note on your GitHub page: "Note: Only buttons and analog inputs have been tested. Other functions like rumble/lights/IMU might not work, but could possibly be implemented using the 'ps5ViewIncomingBits.ino' example."

I just thought I would ask if this was still an outstanding issue (mainly asking since I see there are functions for it in one of the examples), or if it was more likely something that I wasn't doing correctly that had worked for others?

Thanks, and just let me know if you need any more information.

HeinzBenjamin commented 4 months ago

Hi there, same question from me. Would love to have this functionality working, too.

If it's too elaborate to implement these functions, maybe you could give us a few hints on how to approach the issue ourselves? From the ps5ViewIncomingBits.ino I couldn't really get a clue on how it could work.

Any guidance would be greatly appreciated.

Cheers