Raspberry Pi: Difference between revisions
From wikiluntti
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
https://www.cod3v.info/index.php?title=Setting_up_the_Raspi | [[https://www.cod3v.info/index.php?title=Setting_up_the_Raspi| Setting up the Raspberry Pi.]] | ||
https://www.cod3v.info/index.php?title=Raspi_and_EV3-G | [[https://www.cod3v.info/index.php?title=Raspi_and_EV3-G]] | ||
https://www.cod3v.info/index.php?title=Raspi_and_Ev3dev | [[https://www.cod3v.info/index.php?title=Raspi_and_Ev3dev]] | ||
Revision as of 22:35, 2 November 2020
[Setting up the Raspberry Pi.]
[[1]]
[[2]]
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