Quick Start

  1. Refer to the Hardware Setup to setup the jumpers on your development kit.

  2. Call: pip install py-ble-manager[dev] to install the py_ble_manager package and its dependencies.

    Note

    Specifying [dev] will install optional dependency: prompt_toolkit. prompt_toolkit is used in some of the examples to provide a command line interface.

    Note

    This library requires Python v3.10.5 or later.

    Note

    It is recommended to install the library using a virtual environment. To setup a virtual environment using venv call: $ python -m venv ./<name_of_your_env>. Note to create a virtual environment that uses Python 3.10.5, you must already have Python 3.10.5 downloaded on your computer. To use the above command to create a Python 3.10.5 environment, Python 3.10.5 must be configured in your PATH. You can download it from the python website.

  3. Download the py_ble_manager enabled firmware binary to the development kit by calling the py_ble_manager_programmer utility from the terminal.

  4. The package is now installed and you are ready to run one of the examples!