Arduino, Sensoren, Z-Wave, Bluetooth und mehr - SmartHome.Work - Lösungen für zu Hause

Direkt zum Seiteninhalt

Bluetooth 4 and 5, how to use with Raspberry Pi 3

SmartHome.Work - Lösungen für zu Hause
Veröffentlicht von in Bluetooth · 12 Oktober 2018
Tags: Bluetooth
Raspberry - Update bluez af 5.49:

sudo apt-get update
sudo apt-get install git build-essential autoconf cmake libtool libglib2.0 libdbus-1-dev libudev-dev libical-dev libreadline-dev
wget http://www.kernel.org/pub/linux/bluetooth/bluez-5.49.tar.xz
tar xvf bluez-5.49.tar.xz 
cd bluez-5.49/
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --enable-experimental --with-systemdsystemunitdir=/lib/systemd/system --with-systemduserunitdir=/usr/lib/systemd
make
sudo make install

um richtige Version zu starten:

/etc/systemd/system/bluetooth.target.wants/bluetooth.service

ändern:
ExecStart=/usr/libexec/bluetooth/bluetoothd
->
ExecStart=/usr/libexec/bluetooth/bluetoothd --experimental

Reboot und Testen...



Copyright 2021 Michael Prüfer
Copyright 2018 Michael Prüfer
Zurück zum Seiteninhalt