arduino-bt-hid-proxy
arduino-bt-hid-proxy copied to clipboard
Support for bluetooth mouse
Hi @houkanshan, I was looking for a similar project to be able to use my magic keyboard and my magic mouse on a mac and a pc without having to redo the bluetooth paring every time.
I have a question is it possible to connect both devices or is only the keyboard supported? If the mouse is not supported, will it be supported in the future?
Congratulations again on the project
Hi @Piero24 Thanks! It only support keyboard now. But I believe won't be hard to support both. For the mouse support you'll need to
- add a parser for it. Like this https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/BTHID/BTHID.ino#L44 .
- And a reporter like this https://github.com/NicoHood/HID/blob/master/examples/Mouse/ImprovedMouse/ImprovedMouse.ino