-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jun 16, 2026
·
16 revisions
Parsec CouchLink turns a remote Parsec gamepad into a real controller input for a retro console.
Remote player
|
| Parsec virtual Xbox controller(s)
v
Windows host running couchlink.exe
|
| Wi-Fi
v
Raspberry Pi Pico W or Pico 2 W running CouchLink firmware
|
| USB as selected input persona
v
USB4MAPLE or another USB-to-console adapter
|
v
Console player 2
- Quick Start - install from a release zip and run the setup script.
- Controller Routing - choose which controller goes to which Pico.
- Setup and Flashing - what the script does and how to recover a Pico.
- Troubleshooting - what to run when setup or discovery fails.
- Hardware Lab - unattended bench checks for firmware, reconnects, and controller output.
- Reporting-Bugs - how to make a bundle and what to include in an issue.
- Build - build the release zip from source.
- Protocol - short runtime and setup protocol reference.
- Changelog - release notes.
| File | Purpose |
|---|---|
setup.ps1 |
The first-run setup script. |
couchlink.exe |
Windows app that guides setup, routing, flashing, diagnostics, and streaming. |
couchlink-pico2w.uf2 |
Firmware for Pico 2 W. |
couchlink-picow.uf2 |
Firmware for Pico W / Pico WH. |
README.txt |
Short copy of the release-folder instructions. |
CHANGELOG.md |
Release history. |
LICENSE / NOTICE
|
License text and release archive notes. |
- Download the release zip.
- Extract it.
- Run
setup.ps1from PowerShell. - When prompted, hold BOOTSEL, plug in the Pico, then release BOOTSEL as soon as Windows shows the
RPI-RP2orRP2350drive. Do not press BOOTSEL again during the reboot that follows. - Enter the 2.4 GHz Wi-Fi credentials.
- Let setup add the Startup shortcut.
- Run
couchlink.exe, choose the Pico on the Basic tab, start streaming, then start a Parsec session and play.
The Wi-Fi password is sent to the Pico over USB setup mode. It is not saved on the PC.
For development benches with the Pico plugged into the Windows host, couchlink lab
can cycle setup mode, BOOTSEL flashing, run-mode controller enumeration, and
signal checks. See Hardware Lab.