aed3 / PS4-esp32

Use a ps4 controller with an esp32
328 stars 103 forks source link

Simple way to get raw Data from PS4 #55

Open topherslater opened 1 year ago

topherslater commented 1 year ago

I am working on a PS4 to M5Atom to Pitsco Tetrix Prizm via I2C. I was wondering if there was a way to pull the raw data from the PS4 before it is parsed out. I could reconstruct the data before I send it to the Prixm to be parsed out again, but this seems extreme.

Specifically, I am looking for the 32-bit blocks of binary data that represent the inputs before it is bit shifted out.

HawkCollective2890 commented 1 year ago

Found it. ViewIncomingBits Example