Skip to content

Commit d6ee97d

Browse files
committed
Update README for raspberry pi
1 parent e1ec71d commit d6ee97d

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,23 @@ cd pybluez
5858
pip install . --user
5959
```
6060

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+
6172
## Identify printer Bluetooth MAC address
6273

6374
**On linux:**
6475

6576
```
66-
user@name:~$ hcitool
77+
user@name:~$ hcitool scan
6778
Scanning ..
6879
00:15:83:15:bc:5f PeriPage+BC5F
6980
```

0 commit comments

Comments
 (0)