Pihidproxy
Bridge Bluetooth keyboard and mouse to USB (hid proxy) using Raspberry Pi Zero
Install / Use
/learn @mikerr/PihidproxyREADME
pihidproxy
Bridge Bluetooth keyboard and mouse to USB (hid proxy)

If you have a bluetooth keyboard, you can't access BIOS or OS without a BT stack. This project acts as a bridge so the PC only sees a USB keyboard and so works without drivers. It works by copying keypresses from the bluetooth keyboard to the piZero's USB.
Requirements:
Raspberry Pi Zero Bluetooth keyboard
Initial setup:
echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt
echo "dwc2" | sudo tee -a /etc/modules
echo "libcomposite" | sudo tee -a /etc/modules
put the following in /etc/rc.local
pair.sh
setuphid.sh
keys.py
pair.sh - bash script to pair & connect bluetooth on boot.
setuphid.sh - installs the USB keybaord driver
keys.py - reads keyboard (e.g. bluetooth) and translates keycodes, then sends it over USB.
Related Skills
node-connect
338.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.4kCommit, push, and open a PR
