Raspberry Pi Installation Requirements
Required software for the Raspberry Pi
Settings
Enable serial communication
sudo nano /boot/config.txtenable_uart=1Enable Bluetooth discovery
sudo hciconfig hci0 piscanInstalling Required Tooling
sudo apt updateInstall Bluez
sudo apt-get install bluetooth bluez libbluetooth-dev
sudo python3 -m pip install pybluezLast updated