-
Hello all:
I'm using AT command for ESP32 and create BLE GATT server OK,
but for read / write characteristic , only :
AT+BLEGATTSSETATTR—GATTS Sets Characteristic work fine (for write)
there is …
-
## Problem Description
MTU size: 120
Sent packet size from server: 130
Received size on client: 117
Using two ESP32, one acts as client and the other as server. The client subscribes to the serv…
-
Would it be possible to add gatt advertising to the library?
Eg. http://blog.csdn.net/u013606170/article/details/46038283
including custom characteristics.
-
### The problem
I have 10 Thread Nanoleaf Essential Bulbs (non-Matter) which were working correctly for more than a year.
After I moved I deleted them from Home Assistant, reseted them and tried to …
-
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…
-
Hi, am trying to extend the Explorer example to print out the Manufacturer name Characteristic of the Primary Service of each device. However the library is quickly crashing to the following (or simil…
-
after trying to connect i get this
any ideas ?
`python3 alpha.py -s 4C:24:98:84:92:AD
Requesting encryption key...
Traceback (most recent call last):
File "alpha.py", line 318, in
…
-
**Is your feature request related to a problem? Please describe.**
Some new characteristics are missing in bluetooth_gatt.h for Battery Service 1.1 the released 2022-12-20.
**Describe the solution…
-
Are these GATT sub-procedures supported? I don't seem to be able to specify these operations as properties when I create a BLECharacteristic i.e.
```
enum BLEProperty {
BLEBroadcast = 0x01,…
ghost updated
7 years ago
-
I am following the gatt_server_service_table example at :
https://github.com/espressif/esp-idf/tree/release/v4.1/examples/bluetooth/bluedroid/ble/gatt_server_service_table
Though I am able to u…