←back to thread

233 points bahaaador | 1 comments | | HN request time: 0.21s | source

Hi HN! I built Bluetooth USB Peripheral Relay, a tool that lets Bluetooth devices (like keyboards and mice) connect to USB-only hosts using a Raspberry Pi Zero W.

Why? My friend needed a way to use his Bluetooth mouse and keyboard on a PC with Bluetooth disabled due to policy restrictions. This tool acts as a bridge, relaying Bluetooth input over USB. It also lets you use Bluetooth peripherals with older devices that only support USB input.

Tech: Written in Go, optimized for Raspberry Pi Zero W.

I love HN’s community and often lurk here—I’m hoping this project is useful or at least sparks some interesting discussions. Feedback and contributions are welcome!

Show context
mschuster91 ◴[] No.42127293[source]
I'd love to see something like this but the other way around - a native implementation of a Bluetooth mouse and keyboard in either Android, an iPhone or a RPi with a touchscreen. It would make life in a server rack so much easier if I didn't have to lug around a physical keyboard and mouse...
replies(3): >>42128025 #>>42128029 #>>42129819 #
bashtian ◴[] No.42129819[source]
For Android there is an app that does this. https://play.google.com/store/apps/details?id=io.appground.b...
replies(2): >>42131346 #>>42131893 #
1. mschuster91 ◴[] No.42131346[source]
This right here is why I love HN. I've searched for years for this. Thanks so much.