- https://learn.sparkfun.com/tutorials/python-programming-tutorial-getting-started-with-the-raspberry-pi/configure-your-pi
- https://geektechstuff.com/2020/06/01/python-and-bluetooth-part-1-scanning-for-devices-and-services-python/
- https://pimylifeup.com/upgrade-raspbian-stretch-to-raspbian-buster/
- https://pimylifeup.com/upgrade-raspbian-stretch-to-raspbian-buster/
- https://linuxize.com/post/how-to-install-python-3-9-on-debian-10/
- https://askubuntu.com/questions/320996/how-to-make-python-program-command-execute-python-3
- https://ronm333.medium.com/virtual-environments-on-the-raspberry-pi-ead158a72cd5
- https://raspberrypi.stackexchange.com/questions/99686/raspberry-pi-error-python-gui-no-display-name-and-no-display-environment-var
- https://raspberrypi.stackexchange.com/questions/38294/error-when-attempting-to-create-python-gui-using-tkinter-no-display-name-and-n
- https://stackoverflow.com/questions/40861638/python-tkinter-treeview-not-allowing-modal-window-with-direct-binding-like-on-ri
- https://www.activestate.com/resources/quick-reads/how-to-install-pip-on-windows/
- https://github.com/pybluez/pybluez/blob/master/docs/install.rst
- pybluez/pybluez#431
- pybluez/pybluez#236
- pip install pybluez2 (for windows)
sudo apt-get update
sudo apt-get install -y libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev
pip3 install Cmake
sudo apt-get install libbluetooth-dev
pip3 install git+https://github.com/pybluez/pybluez.git#egg=pybluez
- pip3 install mysql-connector-python==8.0.29
- pip3 install pybluez
- pip3 install pyyaml
- pip3 install SpeechRecognition
- pip3 install customtkinter
- pip3 install python-dotenv
- pip3 install Pillow
ssh pi@raspberry.local
ssh pi@vipperpi.local