Raspberry Pi: Difference between revisions
From wikiluntti
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
[[Bluetooth LE & Polar Heart Beat Monitor]] | [[Bluetooth LE & Polar Heart Beat Monitor]] | ||
[[Sound spectrum]] | |||
== Bluetooth == | == Bluetooth == |
Revision as of 08:29, 16 February 2021
Project Ideas
Bluetooth LE & Polar Heart Beat Monitor
Bluetooth
Bluetooth on Raspi 3
sudo apt update
sudo apt upgrade
sudo apt-get install python-bluez
#sudo apt install bluetooth pi-bluetooth bluez blueman
sudo nano /etc/systemd/system/dbus-org.bluez.service
. Modify ExecStart=/usr/lib/bluetooth/bluetoothd –C
sudo sdptool add SP
sudo reboot
sudo apt-get install bluetooth bluez libbluetooth-dev
sudo python3 -m pip install pybluez