Skip to main content

BLE device scanner and data collector for Flowtime

Project description

Enter BLE SDK For PC

Introduction

Enter BLE SDK For PC is provided by EnterTech, and it is tailored for EnterTech's Bluetooth chips for PC. This SDK is developed in Python and can run on macOS, Linux, and Windows.

Installation

pip install enterble

Features

  1. Search for Bluetooth devices
  2. Connect to Bluetooth devices
  3. Communicate with Bluetooth devices
  4. Adaptation for data exchange with EnterTech's Flowtime series chips

Usage

See examples

Guide

  1. Start scanning for devices
    • loop.run_until_complete(device_discover())
  2. Run simple.py
  3. Observe the device scanning situation
  4. Change the unique device ID to the one you scanned for your device (use UUID for macOS systems, MAC address for Win systems)
    • device_identify = (
          "d2:ab:3f:c9:37:ad"
          if platform.system() != "Darwin"
          else "D5D4362A-1690-4204-B797-3015EEDB510E"
      )
      
  5. Start the code for data collection
    • loop.run_until_complete(data_collector())
  6. Run simple.py

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

enterble-1.1.6.tar.gz (9.4 kB view details)

Uploaded Source

File details

Details for the file enterble-1.1.6.tar.gz.

File metadata

  • Download URL: enterble-1.1.6.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for enterble-1.1.6.tar.gz
Algorithm Hash digest
SHA256 32d74a88c5c8ccb8d2e660a66359998bdcf768195feed1eb4212a580b2244653
MD5 b104b78e2e72bdd642dbc3a640dd87d1
BLAKE2b-256 b36654aea66d9fdb211d9df940dfc1adc67b1fc86bcde3b469033b819faa81ff

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