Ryochan7 / DS4MapperTest

GNU General Public License v3.0
7 stars 2 forks source link

Fix SC Dongle connection showing multiple controllers #29

Open Ryochan7 opened 7 months ago

Ryochan7 commented 7 months ago

Got around to testing the Dongle connection since migrating the SteamControllerTest code over. I must have left something out because all 4 exposed interfaces show up in the app rather than only showing the interfaces with synced controllers. SteamControllerTest is still able to skip any interfaces with no controllers synced.

Dont-Know-Nothing commented 7 months ago

I knew the dongle supports up to 4 controller so I thought those 4 entries where there by design :) I've never seen them before because never used the dongle with SteamControllerTest or DS4MapperTest. Dongle is working OK in my end, I started using it because BLE is giving me ghost inputs and sometimes not responding to them. Don't know if it's me so I've tried different BT drivers without luck.. My other controller is working fine tough.

Ryochan7 commented 7 months ago

Normally I do not use BLE mode for the Steam Controller because it has a lot slower response time (~16 ms on average) and less consistent connections compared to the Dongle. Also, most full input reports take 2 packets to be sent from the Steam Controller to get all the actual input data; the SC only uses 20 bytes for the input report when connected via BLE. Been using BLE while playing Red Faction and it works well enough for me except for Touchpad as Mouse; tbf, even using the Touchpad in Lizard mode is a bit wonky when using BLE. Gyro Mouse works fine though.

I did not carry over the BackendManager changes that take device sync state into account. Now everything seems to be working.

Dont-Know-Nothing commented 7 months ago

When I first got it, I played some games on steam over BLE without issues IIRC. I was just testing the BLE connection with the latest commits to check battery reading, don't know if it's fake but seems to be working. Different sets of batteries gives different readings. I been playing Silent Hill 3 these days over BLE and I get no input response or inputs that I didn't make at all (also tested with https://hardwaretester.com/gamepad) and same results. But hey can't complain, it's working really good with the dongle.

Can confirm, just replaced with a full charged set and now reading is 89%, it was 49% with the previous batteries.