We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ec71d commit d6ee97dCopy full SHA for d6ee97d
1 file changed
README.md
@@ -58,12 +58,23 @@ cd pybluez
58
pip install . --user
59
```
60
61
+On raspberry pi it may require to install additional libraries
62
+```
63
+sudo apt install libbluetooth-dev libopenjp2-7 libtiff5
64
65
+
66
+And in some cases you will have to restart the bluetooth adapter and service on raspberry pi when it fails to connect or device is busy
67
68
+sudo systemctl restart bluetooth
69
+sudo hciconfig hci0 reset
70
71
72
## Identify printer Bluetooth MAC address
73
74
**On linux:**
75
76
-user@name:~$ hcitool
77
+user@name:~$ hcitool scan
78
Scanning ..
79
00:15:83:15:bc:5f PeriPage+BC5F
80
0 commit comments