Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Releases: robertosw/gamepad-bridge

PS5 DualSense Gamepad working on Win10

17 Sep 19:22
Compare
Choose a tag to compare
Pre-release

Bluetooth connection has to be established manually, because of that its still beta.
See "Current state" in Readme.md for more info of whats working

Full Changelog: v.0.5.5-beta...v0.5.6-beta

Changed multi-thread communication

17 Sep 14:56
Compare
Choose a tag to compare
Pre-release

Switched from using Arc to flume channels. This way the output thread can block until a new message from the input thread is available. Additionally the thread reading input was also switched to blocking until new input arrived.
This obviously reduced power draw and heat generation, since these two threads dont run in an endless loop

Full Changelog: v0.5.4...v.0.5.5-beta

Randomized DualSense inputs working in Steam (Win10)

15 Sep 08:57
Compare
Choose a tag to compare

Full Changelog: v0.5.1...v0.5.3

Gamepad-Bridge can simulate joystick and trigger movement of a DualSense Gamepad correctly for Steam on Windows 10 to detect

Gadget mode works

26 Aug 14:55
Compare
Choose a tag to compare
Gadget mode works Pre-release
Pre-release

Using only Rust code, its now possible to configure the Raspberry Pi as a USB gadget using the Linux Kernel Gadget Driver.
The host device correctly detects the Raspberry Pi (using lsusb) and there are no errors from dmesg anymore