Ir al contenido principal

Bluetooth

Conexión vía Bluetooth (conexión de un teclado )
------------------------------------------
Fuente: http://thepihut.com/blogs/raspberry-pi-tutorials/17841464-bluetooth-installing-and-using-bluetooth-on-the-raspberry-pi

1) Instalar varios programas con la consola:
$sudo apt-get install bluetooth  blueman bluez python-gobject python-gobject-2

2) Open a Terminal window and edit the /etc/rc.local file with:
$sudo nano /etc/rc.local
And add the following to the end of the file, just before the exit 0 line:

sudo hidd -i hci0 --connect 00:07XXXXXXX
replacing the MAC address with the MAC address of your keyboard.

Reboot your Pi, ensuring the keyboard is switched on.  Once it boots you should be able to use your Bluetooth keyboard with your Pi.

Comentarios