-
https://github.com/hbldh/bleak is a cross-platform bluetooth interface using python's asyncio infrastructure. The use of asyncio provides for more flexibility for the user. The bleak api has native …
xloem updated
3 years ago
-
* bleak version: 0.22.2
* Python version:3.11.6
* BlueZ version:5.68
### Description
when i tried to scan the ble devices it gives me this error while running code on Raspberry pi
```
Inte…
-
### Describe the issue you are experiencing
Version tested:
11.4 and now upgrade to 12.2
Description:
Bluetooth is not discovering any devices. The hardware bridge is showing up. WIFI is worki…
-
* bleak version: 0.14.3
* Python version: 3.9.2
* Operating System: Debian GNU/Linux 11 (bullseye) 5.10.0-16-amd64
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.64
### Description
…
-
### Hello again!
* bleak version: 0.22.2
* Python version: python 3.10.12
* Operating System: Android 14
### Description
I have an android app that works very well with bleak (good start…
-
### What is the problem or limitation you are having?
I have designed Bluetooth application which is based on Bleak Python library. The application is working fine on Linux platform but when I tried …
-
Only at the first launch, ble2mqtt gave readings from the MCLH-09 sensor. Nothing further.
What am I doing wrong?
I've also tried to pair via bluetoothctl (pair is ok). Then unpair and remove. N…
-
@tomaszduda23 Have you happened to test any of the transports - USB, BLE, or UDP - on Android?
I'd love to add it here if it works: https://intercreate.github.io/smpclient/latest/#smpclient--operat…
-
* Home Assistant Version (eg. 2023.11): **2023.11**
* Ember Mug Component Version (eg. 0.8.0): **0.8.0**
* Which device(s) are you using for Bluetooth (e.g. Bluetooth Dongle / ESPHome Proxy): **Blue…
csilv updated
10 months ago
-
@janvrany
Hi,
while your implementation works fine for the "Powered Up Technic Hub", I have a problem with the "Powered Up Hub".
Using this program:
```
#!/usr/bin/env python3
import …