-
Beautiful library! Using it to push EQ3BT state to MQTT (and subsequently couple this to OpenHAB). Thank you for the development.
I am currently polling the Valve state every 10 minutes, and activati…
-
Currently, I make a custom GATT services, and It just works only by removing some default GATT services in `pxt.json` like this:
```
"yotta": {
"config": {
"microbit-dal": {
…
-
After trying to connect with peripheral.connect() and requesting the product password, when I enter the wrong password, I get a response from Kable/Callback that the connection status has changed and …
-
First, the source code for the BLE Peripheral Simulator is a tremendous resource for anyone investigating Web Bluetooth.
https://github.com/WebBluetoothCG/ble-test-peripheral-android
There is a …
-
Hello,
I am running this code on my peripheral that sends battery level periodically. But I am not able to get it.
A simple read_val also does not work. Please help.
Ubuntu 18.04
```
impo…
-
It doesn't seem possible to expose GATT services when using `noble` (i.e as a BLE Central). That functionality seems to only exist in `bleno` (i.e as a BLE Peripheral).
That asymmetry isn't required …
-
## Introduction
Greetings Zephyr Team. This RFC proposes a BLE module for easier integration of Bluetooth GATT services and characteristics. I would like to hear your feedback and see if you would …
-
I'm working with BluetoothLeGatt project.
I can scan on GAP , connect at GATT layer and discover services which are, however, cannot be broadcasted to DeviceControlActivity as this activity goes in…
-
I've noticed two missing characteristics in one of the primary services with bluez (version 5.63 and Git master).
*btgatt-client* gave this debug output:
```
[GATT client]# gatt: Failed to insert…
-
* bleak version: 0.22.1
* Python version: 3.9.12
* Operating System: Windows 11 Enterprise
* BlueZ version (`bluetoothctl -v`) in case of Linux:
### Description
I tried to read the characteri…