DS5 Audio Haptics BT — Configuration App v0.1.0
Cross-platform Electron app to configure the DS5Dongle firmware over USB HID.
Features
- Auto-detect DS5Dongle on plug/unplug (no manual connect needed)
- Live config — read/write all firmware settings over HID feature reports
- Sections: Haptics gain, Auto-haptics (mode/intensity/low-pass), Audio (volume/buffer), Controller (mode + polling rate), Power management, Button shortcuts, Lightbar battery color
- Presets — save/load/delete named configurations as JSON files
- USB reconnect — polling rate and controller mode changes trigger automatic USB soft-reset and re-enumeration
- Telemetry — battery % and RSSI updated every 30 s
Downloads
AppImage (Linux x64) and NSIS installer (Windows x64) are attached below by CI once the build completes.
Linux — udev rules
To access the dongle without root, install the bundled udev rules:
sudo cp /path/to/70-ds5dongle.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm triggerThe .rules file is bundled inside the AppImage under resources/.