I can't get my Bluetooth keyboard or mouse to work with RaspPi. I want a wireless solution. Are there alternatives?
1 Answers
I've seen several questions concerning connecting Bluetooth devices to the RaspPi, particularly mice and keyboards.
There is an alternative: nano-receiver devices. These are tiny dongles that plug in to USB ports and pair with companion devices such as mice and keyboards. You don't even have to install additional drivers. They usually are referred to as "wireless" as opposed to "Bluetooth".
I have a mini keyboard with integrated thumb trackball made by SIIG (SIIG JK-WR0412-S1 81 Key Wireless Mini Multimedia Keyboard) which uses a single dongle and therefore a single USB port (which powers it). It required no configuration other than pairing which occurred automatically when I powered up everything. The keyboard is battery powered. And since RaspPi sees it as a (two?) USB device(s?), it required no configuration either. Range is about 5 meters.
Such devices are available from several manufacturers. You can get separate mouse and keyboard but that would require both USB ports.
For me, it is a good alternative to a Bluetooth device.

- 1,061
- 10
- 15
<100ma
(Rev A) Many keyboards use more than that, so a wireless keyboard is a good solution but not a universal fix. – Piotr Kula Sep 18 '12 at 13:35wireless
mode- It starts up in PS/2 Emulation using propitiatory wireless that is build into the devices. Also I never heard of propitiatory AND Bluetooth. That sounds a bit strange. Even thought the propitiatory wireless might run at 2.4Ghz like Bluetooth it is propitiatory because it uses a custom RF stack and does not meet BT1,2,3 or 5 Specifications for pairing and security. It just connects and relays data based on hard codded Hardware identifiers and cannot be mixed and matched. – Piotr Kula Sep 18 '12 at 13:39