This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Python library for BLE central? Any other options than Bluepy?

I have some Nordic BLE peripherals.  I'd like to develop a Python script to run on a Raspberry Pi to act as a BLE Central to connect to a couple of these peripherals.  I've checked out Bluepy, but wanted to see if there are any better options.

Related