update README

This commit is contained in:
awalol
2026-05-17 14:59:54 +08:00
parent 0a33aaedb4
commit b1019fb5c2
2 changed files with 42 additions and 23 deletions
+20 -19
View File
@@ -13,8 +13,6 @@ This project enables the Raspberry Pi Pico2W to function as a Bluetooth bridge f
- 🎮 Full DualSense connectivity via Pico2W
- 🔊 Supports HD haptics (advanced vibration feedback)
- 📡 Wireless Bluetooth bridging
- ⚙️ Adjustable haptic gain via microphone volume
- 🔕 Configurable LED and disconnection behaviors
## Getting Started
@@ -31,25 +29,14 @@ This project enables the Raspberry Pi Pico2W to function as a Bluetooth bridge f
2. Wait for the Pico2W to detect and connect
3. Once connected, the device will appear on the host system
***You may need to replug the Pico when the controller is in pairing mode.***
## Configuration
The following controller settings are repurposed:
You can modify the Pico settings via the web config.
### Microphone volume
Controls haptic gain multiplier
Range: [1.0 2.0]
### Speaker mute
Disables LED connection indicator
Takes effect after controller reconnects
### Microphone mute
Disables silent disconnection behavior
- For release: https://ds5.awalol.eu.org
- For development: https://ds5-dev.awalol.eu.org
## Notes
@@ -63,6 +50,20 @@ When the connected DualSense reports its battery at or below 10% (and it is not
To opt out at build time, configure with `-DENABLE_BATT_LED=OFF`. Default is ON.
### Pico W Version
Pico W only has haptics support, no speaker. You can enable Pico W firmware compilation with `-DPICO_W_BUILD=ON`, or download precompiled firmware from GitHub Actions.
### USB Wake Feature
This feature is experimental. If you need this functionality, please check out the feat/usb-wake branch to compile it, or use the precompiled firmware from GitHub Actions under that branch. The `ds5-bridge-wake.uf2` is the firmware with this feature enabled.
It is recommended to read #60 and #61 before using this feature.
### Community Fork
https://github.com/MarcelineVPQ/DS5Dongle-OLED-Edition
https://github.com/zurce/DS5Dongle-OLED
## Known Issues
- ⚠️ Audio may experience slight stuttering
@@ -85,7 +86,7 @@ If your device fails to boot:
To build the project from source:
1. Update TinyUSB in the Pico SDK to the latest version
1. ***Update TinyUSB in the Pico SDK to the latest version***
2. Compile using standard Pico SDK toolchain
## Roadmap