Programs for the Raspberry Pi Pico series 


     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.    


     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.       


     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 is a firmware and PC configuration app suite that bridges BLE/Wi-Fi and UART using a Raspberry Pi Pico W. 


     PicoSlave is firmware that enables the Raspberry Pi Pico to operate as a slave device (UART/I2C/SPI/PWM) for communication continuity testing.


     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).