rodneybakiskan / ps5-esp32

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

Gyro #2

Open yikkk12 opened 2 years ago

yikkk12 commented 2 years ago

hi How to use gyro

rodneybakiskan commented 2 years ago

Take a look at ps5ViewIncomingBits.ino under examples. Identify which bits change when you move around the ps5 controller's IMU, from that you'll be able to get the controller's orientation. This is just a guess from my end as I haven't looked into it, but it should be possible