BleuIO library available on PyPI
November 10, 2020Bleuio Python library is available on PyPI (the Python Package Index) to simplify the life of Python developers.
Before starting to install our library, make sure your you have the latest python installed on your system.
If you have never installed a library from PyPI, you must install the pip tool enabling you to download and install a PyPI package. There are several methods which are described on this page.
Now Install the library by running
pip install bleuio
Easy, right? pip automatically downloads and installs the most recent library on your system in the correct directory. To check that the installation went well, you can launch a Python interpreter and run the following lines:
from bleuio_lib.bleuio_funcs import BleuIo
my_dongle = BleuIo()
my_dongle.start_daemon()
print(my_dongle.ati())
Good luck on creating amazing Bluetooth Low Energy application using BleuIO
Facebook Twitter LinkedIn