-
When I try to get the characteristics of my BLE device I always get the below error message. The source was working 3 days ago, but now it causes crash during the execution on the device. I could not …
-
Hi, I am trying to send a string from xamarin app(c#) to arduino BLE HM-10module, as follows:
```
public async Task sendString()
{
//Guid characteristics = Id {0000ffe1-000…
-
**DFU Bootloader version (please complete the following information):**
- SDK version: [e.g. SDK 16]
- Library version: [e.g. 4.6.1]
**Device information (please complete the following informat…
-
I have created a cpp project. I am using esp-idf v4.4 and vscode espressif plugin v1.2
in the main.cpp file i am using
`extern "C"
{
void app_main();
}`
normally and all cpp and hpp f…
-
**Environment**
Zephyr version: 2.5
Target: NRF52840
**Bug description**
Just after registering a service, UART communication is blocked for more than 10ms, causing a communication failure. In t…
-
# Model not set
This hits everything. But this was the only patch needed to be able to pair an Eve Motion.
It's not part of the advertisement, we have to read a characteristic.
```
diff --g…
-
## Environment
- Development Kit: ESP32-Wrover
- Kit version (for WroverKit/PicoKit/DevKitC): Custom
- Module or chip used: ESP32
- IDF version (run ``git describe --tags`` to find it):
…
-
Intermittent issue, after BT connection is complete, I attempt to write to a characteristic on the remote device, and in some instances (approx 50% of the time), an exception is thrown.
## Steps to…
-
* bleak version: 0.14.3
* Python version: 3.9.9
* Operating System: Windows 10 version 10.019043 Build 19043
* BlueZ version (`bluetoothctl -v`) in case of Linux:
### Description
I'm writing …
ghost updated
2 years ago
-
Observed on Android 6.0 + 8.1.0 devices.
**Steps:**
-connect from flutter app to custom hardware ble device.
-call subscribeToCharacteristic to listen to read characteristic - fully connected.
-…