From f630051c2fa51ea438247b4efdabef560288b62c Mon Sep 17 00:00:00 2001 From: awalol Date: Tue, 28 Apr 2026 15:21:18 +0800 Subject: [PATCH] add README.EN.md --- README.EN.md | 33 +++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 34 insertions(+) create mode 100644 README.EN.md diff --git a/README.EN.md b/README.EN.md new file mode 100644 index 0000000..1841ca6 --- /dev/null +++ b/README.EN.md @@ -0,0 +1,33 @@ +# Pico2W DualSense 5 Bridge +[中文](./README.md) +> Turn the Pico2W into a wireless adapter for the DS5 controller + +# Features +- Supports HD Haptics + +# Usage +1. Hold down the BOOTSEL button on the Pico to enter flashing mode +2. Drag the `.uf2` file onto it +3. Put the DS5 controller into Bluetooth pairing mode +4. Enjoy it + +- Adjusting the microphone volume changes the haptic gain multiplier, range: [1, 2] +- Enabling speaker mute disables the LED connection indicator (takes effect after the controller reconnects) +- Enabling microphone mute disables silent disconnection +- The device will only appear in the system after the controller is connected to the Pico + +# Current Issues +- Audio may have slight stuttering +- Due to encoding requirements, the Pico needs to be overclocked. The current settings are 1.2V and 270MHz. In my own testing, the maximum stable frequency was 270MHz, with good results. +- If your Pico cannot boot with these overclocking settings, increase the voltage or lower the frequency yourself + +# Future Plans + +# Build +You need to upgrade the TinyUSB version in the Pico SDK to the latest version + +# Citation +- [rafaelvaloto/Pico_W-Dualsense](https://github.com/rafaelvaloto/Pico_W-Dualsense) - Inspiration for this project +- [egormanga/SAxense](https://github.com/egormanga/SAxense) - Haptics reports +- [https://controllers.fandom.com/wiki/Sony_DualSense](https://controllers.fandom.com/wiki/Sony_DualSense) - Data report structure +- [Paliverse/DualSenseX](https://github.com/Paliverse/DualSenseX) - Speaker packet reports \ No newline at end of file diff --git a/README.md b/README.md index dbfbad7..e7cd717 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Pico2W DualSense 5 Bridge +[English](./README.EN.md) > 将 Pico2W 变成 DS5 手柄的无线适配器 # 功能特点