Skip to content

Carglglz/bleico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f0907a · Oct 12, 2020
Oct 10, 2020
Oct 10, 2020
Oct 10, 2020
Oct 12, 2020
Sep 17, 2020
Jul 27, 2020
Aug 8, 2020
Jul 12, 2020
Jul 27, 2020
Sep 20, 2020
Aug 27, 2020
Oct 10, 2020

Repository files navigation

Bleico

Bluetooth Low Energy System Tray Utility

Bleico is a system tray application/tool to scan, connect, explore and debug Bluetooth low energy devices which are compliant with Bluetooth SIG GATT Characteristics.

It is based on bleak, bleak-sigspec and PyQt5

Features

  • Bluetooth Low Energy Scanner
  • System Tray Menu with:
    • Icon according to Appearance characteristic (if present)
    • Device Name
    • Device UUID
    • Services and Characteristics menu tree
    • Characteristic Metadata view
    • Device information (if present)
    • Readable and writeable Characteristics organised in sections by services
    • Read periodically from Characteristics
    • Write to Characteristics (from menu or dialog box)
    • Enable desktop notifications on notifiable Characteristics
    • Configurable tool tip
    • Last update, Connection status and RSSI
    • Desktop Notification on Connection status changes (can be disabled).
    • Automatic Reconnection on disconnect, in 30 seconds cycles until reconnected.

Installation

Command Line Tool

Install bleico by running:

$ pip install bleico

Or get latest development version:

$ pip install https://github.com/Carglglz/bleico/tree/develop.zip

Standalone Application

Download from Releases