Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
101–110 of 119 posts
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#102Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#103This solves a huge annoyance I've had: swap a Bluetooth keyboard/mouse between multiple laptops, without manually un0paring / re-pairing. I have a personal "hot desk" at home. I want to be able to plug in any laptop to the large monitor, and have the wireless keyboard/mouse on that desk instantly work. And when I leave the desk with my laptop, I don't want that keyboard/mouse connected anymore. This has been impossib…
I've always wondered how feasible it would be to copy Bluetooth pairing information. This particular series of hacks seems to rest at least somewhat on it being the same Bluetooth host adapter. (But maybe the host side can spoof, trade IDs with the other device?)
Ideally I'd love to centrally and dynically manage what devices of mine are paired with what system... I think that might be technically feasible, as long as I'm not trying to pair multiple things with a single bt adapter.
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#104Earlier quoted context omitted.
All of this is being insanely overcomplicated. Throwing more complexity at a simple problem might be "fun" from a nerd's POV, and, TBH, building this USB device sounds fun. But entirely unneeded while introducing more points of failure. A simple solution to your problem: 1. Get a monitor with a built-in USB hub (nearly all of them?). Consider getting a USB-C monitor to reduce the number of cables to 1. 2. Don't use B…
A cheap USB switch would also work, that would reduce the switching to switching monitor inputs and pressing the button the USB switch
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#105I'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...
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#106So it's basically what I would expect to get if I asked for a generic Bluetooth dongle.
Not quite, if your PC has a policy that disables Bluetooth, a BT dongle would not work either. That’s where this relay comes in—it bridges Bluetooth to USB, so you can still use your devices.
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#107Earlier quoted context omitted.
All of this is being insanely overcomplicated. Throwing more complexity at a simple problem might be "fun" from a nerd's POV, and, TBH, building this USB device sounds fun. But entirely unneeded while introducing more points of failure. A simple solution to your problem: 1. Get a monitor with a built-in USB hub (nearly all of them?). Consider getting a USB-C monitor to reduce the number of cables to 1. 2. Don't use B…
A cheap USB switch would also work, that would reduce the switching to switching monitor inputs and pressing the button the USB switch
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#108This is awesome! I have some serial devices (RS 232) that I've wished I could make wireless. Are there any similar projects to bluetooth serial comms?
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#109This solves a huge annoyance I've had: swap a Bluetooth keyboard/mouse between multiple laptops, without manually un0paring / re-pairing. I have a personal "hot desk" at home. I want to be able to plug in any laptop to the large monitor, and have the wireless keyboard/mouse on that desk instantly work. And when I leave the desk with my laptop, I don't want that keyboard/mouse connected anymore. This has been impossib…
https://gist.github.com/madkoding/f3cfd3742546d5c99131fd19ca...
Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB
#110Thank you!