able
able copied to clipboard
Python for Android Bluetooth Low Energy package
I was trying to install able on linux and import the class BluetoothDispatcher but it was giving error cannot import name BluetoothDispatcher. `ImportError: cannot import name 'BluetoothDispatcher' from 'able' (/user/.local/lib/python3.8/site-packages/able/__init__.py)`...
This issue is to address possible steps to document re-connection routine: see PR #33 by @robgar2001 Possible steps: - [ ] `BLE.connectGatt()` Java method should close current GATT client before...
Hi, I really love the simplicity of this library for managing a GATT client. I just wanted to check my understanding about receiving data through notifications. Am i right in...
Hi, I know this is probably a stupid question, but how do I install able? I need it for an android kivy app, so I'm using buildozer, but I can't...
We have created a Kivy application which spawns a service and we wish to run able within this. We tried running some existing working code but get ``` 05-28 13:23:56.487...
I haven't used Kivy yet, but before I do I wanted to know if it has the capability to make my android act as a peripheral that sends messages? Can...
It seems that this uses a deprecated startLeScan function, and a newer API allows for filtering, and things like low power background scans. Is this functionality on the road map...
This is not an issue but a request Please add a function to connect to a device by the mac address or though the java class _bluetoothdevice_ that can be...
I suspect it's an issue with python-for-android but, I just thought I'd give you a heads up about this before anyone complains. What branch of python-for-android and pyjnius worked last...