Live data from Hacker News

Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

github.com

31–40 of 119 posts

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#31
post #24
post #16

I can't get past someone not being allowed to turn on bluetooth!

My workplace doesn't even allow us to plug in (unapproved?) USB devices, so even this workaround likely wouldn't fly here.

Easy to spoof a whitelisted device. Of course this might risk your future employment…

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#33
post #12

This is a wonderful hack! But — using a Raspberry Pi and Linux is overkill for this. It introduces huge unnecessary complexity. A simpler approach would be to go with Zephyr and a small microcontroller (ARM Cortex M4).

I would think an esp32 with Bluetooth would do wouldn't it?

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#34

So 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

#35
> This project was born out of a desire to help a friend who couldn't use his favorite Bluetooth mouse and keyboard due to Bluetooth being disabled on his work laptop.

Protip: If their company's IT section is like the one at my old company, they are quite unlikely to like this solution, either.

But it's very clever. Kudos.

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#36
post #17

Cool stuff! Actually that tempts me to start a new rabbit hole research: could we do BT -> Internet -> BT. I would have so many uses to that.

Well, you need a frame converter that sends it to an IP address/DNS server, and on the receiving side something that receives that packet on a specific port and translates it to a BT command. I would say the most complicated part would be the TCP/IP stack, and binding/publishing your address, but if you are running something with Embedded Linux it is doable :)

Hp had a wifi mouse !!

https://www.techspot.com/review/420-hp-wifi-mouse/

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#37

So 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.

This would also work to allow you to use a BT keyboard / mouse in UEFI setup etc I believe

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#38

> This project was born out of a desire to help a friend who couldn't use his favorite Bluetooth mouse and keyboard due to Bluetooth being disabled on his work laptop. Protip: If their company's IT section is like the one at my old company, they are quite unlikely to like this solution, either. But it's very clever. Kudos.

Thank you for sharing your thoughts, I had thought about this as well but came to the conclusion that from the company's perspective, this is no different than connecting a random keyboard bought from Amazon, what do you think?

Another thought around this is that I don't even think there's anything intrinsically insecure about BT as an attack vector but most likely some old policy based on security issues that existed in the early days of Bluetooth. Or at least I don't know of any, but I'm no expert in this so I would love to hear other people's insights here.

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#39

> This project was born out of a desire to help a friend who couldn't use his favorite Bluetooth mouse and keyboard due to Bluetooth being disabled on his work laptop. Protip: If their company's IT section is like the one at my old company, they are quite unlikely to like this solution, either. But it's very clever. Kudos.

Thank you for sharing your thoughts, I had thought about this as well but came to the conclusion that from the company's perspective, this is no different than connecting a random keyboard bought from Amazon, what do you think? Another thought around this is that I don't even think there's anything intrinsically insecure about BT as an attack vector but most likely some old policy based on security issues that existe…

In my experience, the IT section didn't trust anything they didn't approve, themselves. They certainly wouldn't allow us to buy any random device from Amazon.

It sucked. Big time, but they had the clout.

Re: Show HN: Bluetooth USB Peripheral Relay – Bridge Bluetooth Devices to USB

#40

> This project was born out of a desire to help a friend who couldn't use his favorite Bluetooth mouse and keyboard due to Bluetooth being disabled on his work laptop. Protip: If their company's IT section is like the one at my old company, they are quite unlikely to like this solution, either. But it's very clever. Kudos.

IT departments that are too restrictive will soon find that people have a parallel world executing in Excel sheets and using some external messaging app to keep the company operations running despite IT efforts to ensure it doesn't - I mean to ensure it is "secure"...
Post reply on HN