Bluepy: Python interface to Bluetooth LE on Linux
Jump to navigation
Jump to search
Installation
Follow the instruction on official page on: https://github.com/IanHarvey/bluepy or the do the following: To install the current released version, on most Debian-based systems:
sudo apt-get install python-pip libglib2.0-dev sudo pip install bluepy
After installation, we can import the library into our python project:
import btle