WujekFoliarz / DualSenseY-v2

A program for DualSense controllers that combines power and simplicity
MIT License
29 stars 0 forks source link

Polling rate over bluetooth when using xbox 360 emulation is at max 120Hz? #4

Open raktim-22 opened 1 week ago

raktim-22 commented 1 week ago

Any way to increase it ?

WujekFoliarz commented 1 week ago

How do you check the polling rate

raktim-22 commented 1 week ago

Hi Wujek, I will teach you how to check the polling rate of a controller. You will need a polling rate test for the above task. I have used 2 of them:

  1. PollingRateTester (Reddit) This one displays the polling rate immediately without any iterations of test and gets stable with more data sent.
  2. Polling by gamepadla you have the option to choose between 2k,4k and 8k tests.Once inside the software, choose the controller then the number of tests and the stick(left or right). At the end of tests the result will be shown.

Both of them are branches of the same project. I tested dualsenseY-v2 using Xbox 360 emulation over bt and it reaches a maximum of 125Hz with min resp time of 15ms. Vanilla Dual sense connected over BT can reach upto 1000Hz with max 1.6ms.

Dualsense polling.pdf

raktim-22 commented 1 week ago

Let me know if i could be of any help.