-
After added the new library,( downloaded from github branch:master created a.zip file of the cpp_utils folder, and from Arduino IDE, #include library, Add library from .ZIP file)
I have the same erro…
-
Hi, i tried to retrive notification from ANCS i found your topic on nkolban lib.
Here is my log:
********************
**Device connected**
74:19:6f:5d:a6:1b
********************
E (262016) B…
-
## ESP-IDF Sample GATT Client project
- Chip used: ESP32 C3 Mini
- SDK version V4.4
## Ask Issue
- Q: I am using the BLE bluedroid stack for BLE central application. The sample…
-
* bleak version: 0.20.1
* Python version: 3.11.0
* Operating System: Windows 11
### Description
I am using bleak to write to a characteristic on a Nordic device. Anything less than or equal to…
-
Hi @Emill
Now I have successfully implemented a Flutter mobile GATT client and `ble-host` GATT server. It works as expected and seems very stable. Thank you for the wonderful library.
In regards …
-
## 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…
-
NimBLE host seems to allow to send subsequent ATT requests without waiting for previous one to complete. This behavior is invalid as per Core 5.0, Vol 3, Part F, Section 3.3.2:
> Once a client send…
-
My application is a gateway that scans continuously for medical devices. When it sees one, it stops the scan and connects. When the connect succeeds it continues scanning again. This works fine normal…
-
Hey!
I've been checking new multiconnect features (BLE client) and came across a problem with identifying the remote device from which we recieved the notification. This is especially critical when w…
-
I'm trying to build a BLE GATT client with notify registration, based on the samples in this repository.
I'm using PlatformIO with ESP32 BLE Arduino@^1.0.1.
I can connect successfully to my device…