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
- Search for Bluetooth devices
- Connect to Bluetooth devices
- Communicate with Bluetooth devices
- Adaptation for data exchange with EnterTech's Flowtime series chips
Usage
See examples
Guide
- Start scanning for devices
loop.run_until_complete(device_discover())
- Run simple.py
- Observe the device scanning situation
- 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" )
-
- Start the code for data collection
loop.run_until_complete(data_collector())
- Run simple.py
Project details
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32d74a88c5c8ccb8d2e660a66359998bdcf768195feed1eb4212a580b2244653 |
|
MD5 | b104b78e2e72bdd642dbc3a640dd87d1 |
|
BLAKE2b-256 | b36654aea66d9fdb211d9df940dfc1adc67b1fc86bcde3b469033b819faa81ff |