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.5.tar.gz (10.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: enterble-1.1.5.tar.gz
  • Upload date:
  • Size: 10.7 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.5.tar.gz
Algorithm Hash digest
SHA256 5071925a27704cd9c59189f0d11b899c5c9011f0eb90bbc8fd04098a90b8cea8
MD5 826353146cd78e0268660c9d12f89081
BLAKE2b-256 9ee0fc8412d7c7d1bb6ff752f8de90d8f858c425afb5103095192a979b440658

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