Jakeler / ble-serial

"RFCOMM for BLE" a UART over Bluetooth low energy (4+) bridge for Linux, Mac and Windows
https://blog.ja-ke.tech/tags/#bluetooth
MIT License
264 stars 37 forks source link

Updated readme to include steps to set up permissions for bluepy-helper #3

Closed AGlass0fMilk closed 4 years ago

AGlass0fMilk commented 4 years ago

With the current installation instructions, one must run the BLE scripts as root or use sudo to avoid permissions issues. This can be somewhat annoying, especially when the scripts do not get installed in the root user's PATH.

This PR updates the readme with information on how to grant bluepy-helper permissions so it is not required to run these scripts as root.

Jakeler commented 4 years ago

Thanks!