{"id":41076282,"url":"https://github.com/mikerr/pihidproxy","last_synced_at":"2026-01-22T13:25:20.829Z","repository":{"id":40545819,"uuid":"132770974","full_name":"mikerr/pihidproxy","owner":"mikerr","description":"Bridge Bluetooth keyboard and mouse to USB (hid proxy) using Raspberry Pi Zero","archived":false,"fork":false,"pushed_at":"2018-05-17T14:49:14.000Z","size":26,"stargazers_count":124,"open_issues_count":5,"forks_count":23,"subscribers_count":14,"default_branch":"master","last_synced_at":"2023-10-20T21:48:51.911Z","etag":null,"topics":["bluetooth","hid","usb-hid"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikerr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-09T14:43:06.000Z","updated_at":"2023-10-09T23:59:42.000Z","dependencies_parsed_at":"2022-07-31T23:38:50.352Z","dependency_job_id":null,"html_url":"https://github.com/mikerr/pihidproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/mikerr/pihidproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikerr%2Fpihidproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikerr%2Fpihidproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikerr%2Fpihidproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikerr%2Fpihidproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikerr","download_url":"https://codeload.github.com/mikerr/pihidproxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikerr%2Fpihidproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28663784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluetooth","hid","usb-hid"],"created_at":"2026-01-22T13:25:20.073Z","updated_at":"2026-01-22T13:25:20.817Z","avatar_url":"https://github.com/mikerr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pihidproxy\nBridge Bluetooth keyboard and mouse to USB (hid proxy)\n\n![Imgur](https://i.imgur.com/cpGkjXw.png)\n\nIf you have a bluetooth keyboard, you can't access BIOS or OS without a BT stack.\nThis project acts as a bridge so the PC only sees a USB keyboard and so works without drivers.\nIt works by copying keypresses from the bluetooth keyboard to the piZero's USB.\n\nRequirements:\n\nRaspberry Pi Zero\nBluetooth keyboard\n\nInitial setup:\n\n    echo \"dtoverlay=dwc2\" | sudo tee -a /boot/config.txt\n    echo \"dwc2\" | sudo tee -a /etc/modules\n    echo \"libcomposite\" | sudo tee -a /etc/modules\n\nput the following in /etc/rc.local\n\n    pair.sh\n    setuphid.sh\n    keys.py\n\npair.sh - bash script to pair \u0026 connect bluetooth on boot.\n\nsetuphid.sh - installs the USB keybaord driver\n\nkeys.py - reads keyboard (e.g. bluetooth) and translates keycodes, then sends it over USB.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikerr%2Fpihidproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikerr%2Fpihidproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikerr%2Fpihidproxy/lists"}