Programs for the Raspberry Pi Pico series
Pico W / Pico 2 W - USB to BLE HID Bridge
This firmware allows the Raspberry Pi Pico W / Pico 2 W to operate as a "USB to BLE HID Bridge".
By simply connecting a USB HID device (keyboard, mouse, gamepad, etc.) to the Pico W, you can use it as a BLE (Bluetooth Low Energy) device from a PC, tablet, smartphone, or other devices.
Pico W / Pico 2 W - BLE to USB HID Bridge
This firmware for the Raspberry Pi Pico W / Pico 2 W allows you to use a single BLE HID device, such as a keyboard or mouse, as a wired USB device, even on PCs without Bluetooth.
It operates as a BLE Central (Host), forwarding input data from the connected BLE device to the host PC via USB, where it is recognized as a standard USB HID device.
PicoJig
This software allows you to control the peripherals (GPIO, ADC, UART, SPI, I2C, PWM) of a Raspberry Pi Pico or Pico W from a Windows PC via USB or Wi-Fi. It consists of firmware, a PC application, and a library.
PicoBrg
PicoBrg is a firmware and PC configuration app suite that bridges BLE/Wi-Fi and UART using a Raspberry Pi Pico W.
PicoSlave
PicoSlave is firmware that enables the Raspberry Pi Pico to operate as a slave device (UART/I2C/SPI/PWM) for communication continuity testing.
PicoMtrx
Raspberry Pi Pico firmware and a PC application for displaying MP4 videos on a HUB75 dot-matrix LED display (WAVESHARE-20591: Pico-RGB-Matrix-P3-64x32). Achieves 4096 colors at 30fps using PIO (16 levels per RGB channel).