Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bluetooth mouse/keyboard emulation [closed]

I'm having a hard time finding a software that would emulates a Bluetooth keyboard (and/or mouse) that follows HID standard. I've already found one, but I couldn't get it working: http://mulliner.org/bluetooth/xkbdbthid.php

I'm only interested in a solution that uses HID standard so that other machines can immediately recognize the soft as Bluetooth hid device, without the need of any pre-installed softwares. (Running under Windows or Linux if possible.)

Would it be possible to write a code in java to emulate Bluetooth hid devices?

Any help would be very appreciated, thanks!

like image 953
matech Avatar asked Jan 29 '11 14:01

matech


People also ask

Why does my Bluetooth mouse keep shutting off?

Case 1 – Just restarting your computer should install the missing driver on your computer. After restarting the system, try to connect the Bluetooth mouse with your system. Case 2 – Download the latest update for the Bluetooth mouse driver from the manufacturer's website. Install it on your computer.

Why does my Bluetooth keyboard keep turning off?

For most connection problems, the problem comes down to the battery life. Swapping out the batteries only takes a second and it's often the easiest way to regain reliable bluetooth connectivity for keyboards and mice.


1 Answers

It's been a while since you asked the question, but I'm going to add this answer anyway, it may help you or someone else.

I'm also interested in Bluetooth HID emulation, ideally from within some Java/Android code. However, I came across this Python-based script/project:

http://code.google.com/p/hidemulator

I've not tried this code myself, but from what I can see, the script is reasonably easy to follow. It currently only supports the PS3's six-axis controller, but maybe you (or I, if I ever get the time) could adapt the Nokia project's Keyboard and Mouse routines into the Python script (or convert it to Java/Groovy, which is my ultimate goal ;-) ).

Cheers

Rich

like image 51
Big Rich Avatar answered Sep 23 '22 13:09

Big Rich