Skip to main content

BLE HCI Test interface for controllers capable of the UART transport

Project description

MAX-BLE-HCI

Python3 BLE HCI over serial Directed to MAX Vendor Specific Commands

Read the Docs

Insatll from PyPi

MAX-BLE-HCI is hosted via PyPi and can be installed with the following command

pip install max-ble-hci

Installation from source

If you prefer to use the most up to date version, you can also install from source.

The intsall.sh or .bat are used to install the library into your Python site packages and be done as such.
On Linux or MacOS

sudo chmod +x install.sh
./install.sh

On Windows

install.bat

Basic Usage

The BLE-HCI is a mostly generic library, which is capable of driving any BLE devices which can communicate using the UART transport.

To use with Analog Devices, Inc. BLE capable MAX32 microcontrollers, please flash one of the following examples to the chip you are using

If you have not yet set up an installation of the Analog-Devices-MSDK, please follow the instructions found here https://github.com/Analog-Devices-MSDK/msdk/tree/main
Once the board is flashed refer to the README in the example to configure your board.

Locate the serial port to which the HCI is connected to. If for example, your serial port is COM5, the following code would be used to reset the device.

from max_ble_hci import BleHci

port_name = "COM5"

hci = BleHci(port_name)
hci.reset()

Command Line Interface (CLI)

By defaults, the CLI capable of driving the BLE-HCI is installed as part of the package and can be accessed by running

max_ble_hci --version

The cli requires a serial port to connect the HCI to and is passed in through the command line. Once connected, you can type the help command as such, and begin to explore the CLI.

>>> help
usage:  [-h]
        {clear,cls,addr,memstats,adv,scan,init,data-len,send-acl,sink-acl,conn-stats,cs,test-stats,ts,bben,bbdis,rssi,reset,tx-test,tx,txtestvs,txvs,rx-test,rx,rx-test-vs,rxvs,end-test,end,reset_ts,rsts,tx-power,txp,discon,dc,set-chmap,cmd,exit,quit,q,help,h}
        ...

positional arguments:
  {clear,cls,addr,memstats,adv,scan,init,data-len,send-acl,sink-acl,conn-stats,cs,test-stats,ts,bben,bbdis,rssi,reset,tx-test,tx,txtestvs,txvs,rx-test,rx,rx-test-vs,rxvs,end-test,end,reset_ts,rsts,tx-power,txp,discon,dc,set-chmap,cmd,exit,quit,q,help,h}
    clear (cls)         Clear the scrren
    addr                Set the device address.
    memstats            Get BLE stack memory usage statistics
    adv                 Send the advertising commands
    scan                Send scanning commands and print scan reports, ctrl-c to exit.
    init                Send the initiating commands to open a connection
    data-len            Set the max data length
    send-acl            Send ACL packets
    sink-acl            Sink ACL packets, do not send events to host
    conn-stats (cs)     Get the connection stats
    test-stats (ts)     Get the test stats
    bben                Enable the Baseband Radio (Required for RSSI capture)
    bbdis               Disable the Baseband Radio
    rssi                Get an RSSI sample using CCA
    reset               Sends an HCI reset command
    tx-test (tx)        Execute the transmitter test.
    txtestvs (txvs)     Execute the vendor-specific transmitter test
    rx-test (rx)        Execute the receiver test
    rx-test-vs (rxvs)   Execute the vendor-specific receiver test
    end-test (end)      End the Tx/Rx test, print the number of correctly received packets
    reset-ts (rsts)     Reset accumulated stats from DTM
    tx-power (txp)      Set the Tx power
    discon (dc)         Send the command to disconnect
    set-chmap           Set the connection channel map to a given channel.
    cmd                 Send raw HCI command
    exit (quit, q)      Exit the program
    help (h)            Show help message

options:
  -h, --help            show this help message and exit
>>> 

Contributing

Contributions are encouraged! Pull requests must pass all GitHub Actions unless directly waved by an admin of the repository.

Python Versioning

This package is designed to support Python 3.8 and up. Non backwards compatible features will not be accepted (ex Use of match which was introduced in 3.10)

Style Guidlines

MAX-BLE-HCI is formatted using the Black formatter. It can be installed via pip using pip install black

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

max_ble_hci-1.1.1.tar.gz (116.5 kB view details)

Uploaded Source

Built Distribution

max_ble_hci-1.1.1-py3-none-any.whl (67.6 kB view details)

Uploaded Python 3

File details

Details for the file max_ble_hci-1.1.1.tar.gz.

File metadata

  • Download URL: max_ble_hci-1.1.1.tar.gz
  • Upload date:
  • Size: 116.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for max_ble_hci-1.1.1.tar.gz
Algorithm Hash digest
SHA256 f854e7cfa626b73b1fde8968f975cc339951cf2c5501a7432aa9a6047e073037
MD5 fced2e7068a745c87b932c9e88c6be0d
BLAKE2b-256 2f89d6d4b9ca2e652b4190abba2cf379f8e93f98d12cb780624654d2e861fd28

See more details on using hashes here.

File details

Details for the file max_ble_hci-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: max_ble_hci-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 67.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for max_ble_hci-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 86fa9053c39acca0e55634e53dd073a35cb8630f6648d7c0b21739f7fbee73df
MD5 c2ffd21e919e2c2e0d6726614a0a2ebe
BLAKE2b-256 d3daed7ccfc754f3ec69d2fc34324c1a9fa3b9d30f1b0dd0c888f1f8058e1deb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page