Skip to content

BLE Install

Uffe Björklund edited this page Jun 16, 2015 · 8 revisions

Install dependencies

apt-get install libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev libbluetooth-dev

Install bluez

####Download

1. Navigate to /usr/lib/
2. wget www.kernel.org/pub/linux/bluetooth/bluez-5.30.tar.xz

####Unzip, Compile, Install

unxz bluez-5.30.tar.xz
tar xvf bluez-5.30.tar
cd bluez-5.30

./configure --prefix=/usr         \
            --disable-systemd     &&
make (this takes a while, go grab a coffee)

make install

Now, reboot with the BLE adapter inserted.

next

Clone this wiki locally