lordsutch / Bluetooth_HID

A Raspberry Pi program that emulates a keyboard/mouse Bluetooth HID client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetooth_HID

A program used to make a Raspberry Pi emulate a keyboard/mouse Bluetooth HID client.

Prerequisites

In order to run the program the Raspberry Pi has to be updated and some dependencies have to be installed.

All of that can be done easily by cloning the repository and executing the following command from its root folder:

$ sudo bash raspberry_pi_initial_setup.sh

Running

In order to run the program you need to first configure the Raspberry Pi's Bluetooth daemon:

$ sudo bash bluetooth_daemon_configuration.sh

and then to run the user_interface python script:

$ python user_interface.py

About

A Raspberry Pi program that emulates a keyboard/mouse Bluetooth HID client

License:GNU General Public License v3.0


Languages

Language:Python 97.4%Language:Shell 2.6%