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.
本ファームウェアにより、Raspberry Pi Pico W / Pico 2 Wを「USB - BLE HIDブリッジ」として動作させることができます。
USB HIDデバイス(キーボード、マウス、ゲームパッドなど)をPico Wに接続するだけで、PCやタブレット、スマートフォン等からBLE(Bluetooth Low Energy)デバイスとして使用できるようになります。
Pico W / Pico 2 W - BLE to USB HID Bridge
This software is firmware for the Raspberry Pi Pico W / Pico 2 W. It 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 functionality. It operates as a BLE Central (Host), forwarding input data from the connected BLE device to the host PC via USB. Since it is recognized as a standard USB HID device by the PC, it can also be used in UEFI environments.
本ソフトウェアは、Raspberry Pi Pico W / Pico 2 W用のファームウェアです。Bluetooth機能を持たないPCでも、キーボードやマウスなどのBLE HIDデバイス1台を、有線USBデバイスとして使用できるようにします。BLEセントラル(ホスト)として動作し、接続したBLEデバイスからの入力データをUSB経由でホストPCへ転送します。PCからは標準的なUSB HIDデバイスとして認識されるため、UEFI環境でも使用可能です。
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.
本ソフトウェアは、Windows PCからRaspberry Pi PicoまたはPico Wのペリフェラル(GPIO、ADC、UART、SPI、I2C、PWM)をUSBまたはWi-Fi経由で制御するためのものです。
ファームウェア、PCアプリケーション、ライブラリで構成されています。
PicoBrg
PicoBrg is a firmware and PC configuration app suite that bridges BLE/Wi-Fi and UART using a Raspberry Pi Pico W.
PicoBrgは、Raspberry Pi Pico Wを使用して、BLE/Wi-Fi⇔UARTの変換(ブリッジ)を行うファームウェアおよび設定用PCアプリのセットです。
PicoSlave
PicoSlave is firmware that enables the Raspberry Pi Pico to operate as a slave device (UART/I2C/SPI/PWM) for communication continuity testing.
PicoSlaveは、Raspberry Pi Picoを通信の導通確認用のスレーブ(UART/I2C/SPI/PWM)として動作させるファームウェアです。
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).
HUB75ドットマトリクスLEDディスプレイ(WAVESHARE-20591: Pico-RGB-Matrix-P3-64x32)にMP4動画を表示するための、Raspberry Pi Pico用ファームウェアおよびPCアプリケーションです。PIOを利用することで、30fpsで4096色(RGB各チャンネル16階調)の表示を実現しています。
PicoIot
PicoIotは、Raspberry Pi Pico Wを使用した簡易IoTシステムです。各種センサ(GPIO入力、ADC電圧、BME280環境センサなど)から取得したデータを、Wi-FiやBLEを利用してPCやスマートフォンへ送信・表示することができます。※BME280を接続していなくても使用できます。