xmb-bigscreen
XMB for Plasma BigScreen, console-like fullscreen launcher for living room gamepad users
QML★ 50
Use any bluetooth gamepad on your Nintendo Switch with a Raspberry Pi Pico W.
git clone https://github.com/juan518munoz/PicoSwitch-WirelessGamepadAdapter.gitjuan518munoz/PicoSwitch-WirelessGamepadAdapterUse any bluetooth gamepad on your Nintendo Switch with a Raspberry Pi Pico W.
This project is possible thanks to Bluepad32 and TinyUSB.
Multiple gamepads support (4 max)
.uf2 file from releases..uf2 file inside it.

sudo apt-get install make cmake gdb-arm-none-eabi gcc-arm-none-eabi build-essential
PICO_SDK_PATH environment variable to the SDK path. Not using the SDK will download it automatically for each build.make update
make build
make flashThis
make command will only work on OSes where the mounted pico drive is located in /media/${USER}/RPI-RP2. If this is not the case, you can manually copy the .uf2 file located inside the build directory to the pico drive.make commands:clean - Clean build directory.flash_nuke - Flash the pico with flash_nuke.uf2 which will erase the flash memory. This is useful when the pico is stuck in a boot loop.all - build and flash.format - Format the code using clang-format. This requires clang-format to be installed.debug - Start minicom to debug the pico. This requires minicom to be installed and uart debugging.more like this
XMB for Plasma BigScreen, console-like fullscreen launcher for living room gamepad users
Compiling Raspberry Pi Pico RP2040 / Pico2 RP2350 C/C++ programs on Fedora
search projects, people, and tags