2026-05-08 19:58:34 +08:00
2026-05-08 14:02:00 +08:00
2026-04-26 23:39:17 +08:00
2026-05-08 19:58:34 +08:00
2026-04-25 16:37:08 +08:00
2026-04-26 23:39:17 +08:00
2026-03-15 20:22:08 +08:00
2026-03-05 16:21:25 +08:00
2026-05-02 18:07:06 +08:00
2026-05-06 13:58:07 +08:00

Pico2W DualSense 5 Bridge

中文

Turn a Raspberry Pi Pico2W into a wireless adapter for the DualSense (DS5) controller.

Overview

This project enables the Raspberry Pi Pico2W to function as a Bluetooth bridge for the DualSense controller, allowing wireless connectivity with enhanced haptics support.

Features

  • 🎮 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

Flashing Firmware

  1. Hold the BOOTSEL button on the Pico2W
  2. Connect the Pico2W to your computer via USB
  3. The device will mount as a USB storage device
  4. Drag and drop the .uf2 firmware file onto the device

Pairing the Controller

  1. Put the DualSense controller into Bluetooth pairing mode
  2. Wait for the Pico2W to detect and connect
  3. Once connected, the device will appear on the host system

Configuration

The following controller settings are repurposed:

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

Notes

The Pico device will only be visible to the system after the controller is connected

Some behaviors depend on reconnection cycles to take effect

Known Issues

  • ⚠️ Audio may experience slight stuttering
  • ⚠️ Overclocking is required for proper performance

Performance / Overclocking

Due to encoding requirements, the Pico2W must be overclocked:

Current settings:

  • Voltage: 1.2V
  • Frequency: 320 MHz

If your device fails to boot:

  • Increase voltage slightly or Reduce CPU frequency

Build Instructions

To build the project from source:

  1. Update TinyUSB in the Pico SDK to the latest version
  2. Compile using standard Pico SDK toolchain

Roadmap

Community

  • Join the Discord server: Discord Server
  • If you have a bug, please open an issue instead.

References

S
Description
Pico2W DualSense 5 Bridge — fork of awalol/DS5Dongle with English translation
Readme MIT
3 MiB
Languages
C++ 85.1%
Python 5%
CMake 3.7%
Shell 3.4%
C 2.8%