惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
量子位
N
Netflix TechBlog - Medium
博客园 - 聂微东
博客园 - Franky
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
Clever Raspberry Pi hack gets Sony's PS5 controller worki...
Darren Allan · 2026-05-01 · via Latest from TechRadar
Someone holding a PS5 DualSense Controller
(Image credit: Sony)

  • A modder has come up with a way to use a DualSense controller wirelessly on PC without losing haptics and the adaptive triggers
  • It uses a Raspberry Pi Pico 2 W as a bridge between the controller and PC
  • This solution seemingly has no discernible added latency, at least for non-competitive gaming

If you use a PS5 DualSense controller for gaming on your PC, you might well be frustrated that to get full functionality, you must have it connected via the cable, and not wirelessly – but that isn't true any longer, thanks to this clever use of a Raspberry Pi.

Tom's Hardware reports that a new creation built with a cheap Raspberry Pi Pico 2 W (the wireless variant of the Pico 2) acts as a bridge between the PC and the controller. This allows the DualSense to connect over Bluetooth and work just as it does on PS5 with haptic feedback, the nifty adaptive triggers, and other goodies.

In case you didn't realize, those functions work fine on PC when you hook up with the cable, but they don't if you connect to the PC (directly) using Bluetooth. This is because the Windows implementation of Bluetooth doesn't have the full bandwidth required by the DualSense to enable all its functions to be transmitted wirelessly.

Article continues below

The project, dubbed 'DS5Dongle', was highlighted on Reddit and is the creation of a developer by the name of 'awalol' on GitHub.

How does it work? Essentially, the Raspberry Pi Pico 2 W is plugged into the PC and acts as a bridge, meaning the PS5 controller connects to it (rather than the computer) – with the Pi then presenting itself to Windows 11 as a wired DualSense.

It's a clever workaround, and you can buy the necessary goods to fashion your own DS5Dongle for less than $20 in the US (or a roughly equivalent outlay in your region). All you need is a Pi Pico 2 W and a microUSB cable, and of course, the file for the project from GitHub.


Happy PC gamer

(Image credit: Shutterstock / Gorodenkoff)

Analysis: a neat solution, and latency doesn't spoil the wireless gaming fun

This shortcoming has been an annoyance for many PC gamers who want to use their PS5 DualSense with games that are better suited to a controller than to a mouse and keyboard. It's not ideal having to be restricted to plugging in your DualSense, as wireless obviously offers a great deal more freedom.

Sign up for breaking news, reviews, opinion, top tech deals, and more.

Once you've made your own Pi dongle, all you need to do is the initial handshake with the controller, and then your DualSense will be connected to the PC automatically every time you turn the controller on (assuming you leave the dongle in place, of course).

Are there any drawbacks? The obvious worry is that this is an extra step between the PC and the controller, so it may introduce some input latency, which is a point raised by some Redditors on the above thread.

According to the original poster, though, it's not a problem. They observed: "I can only say about my experience, which is I didn't feel any difference to wired. But I only play single player games."

It may not be an ideal solution for competitive gaming, but this is definitely one of the smarter DIY tech pieces I've seen for PC gamers this year. There's some possible flakiness with the current implementation of the DS5Dongle, as noted on GitHub, including the audio from the controller potentially being choppy. The project is still a work in progress.


A Gigabyte Radeon RX 9070 XT against a white background

Follow TechRadar on Google News and add us as a preferred source to get our expert news, reviews, and opinion in your feeds. Make sure to click the Follow button!

And of course, you can also follow TechRadar on YouTube and TikTok for news, reviews, unboxings in video form, and get regular updates from us on WhatsApp too.


Darren is a freelancer writing news and features for TechRadar (and occasionally T3) across a broad range of computing topics including CPUs, GPUs, various other hardware, VPNs, antivirus and more. He has written about tech for the best part of three decades, and writes books in his spare time (his debut novel - 'I Know What You Did Last Supper' - was published by Hachette UK in 2013).