ArduinoBLE icon indicating copy to clipboard operation
ArduinoBLE copied to clipboard

ArduinoBLE library for Arduino

Results 139 ArduinoBLE issues
Sort by recently updated
recently updated
newest added

Hi all, I am trying to BLE broadcast IO pin readings from an Arduino RP2040 Nano Connect. This data will be picked up by a Raspberry Pi running TheengsGateway. Does...

Hello! Thank you for building and maintaining this library. Here is a simple test case with a buggy path, and a separate workaround using the existing library code: ```cpp #include...

type: imperfection
topic: code

*Moved from https://github.com/arduino/reference-en/issues/965 by @cattledogGH* A `BLEStringCharacteristic` type was added to the library: https://github.com/arduino-libraries/ArduinoBLE/pull/5 But that type is not documented in the library reference: https://github.com/arduino-libraries/ArduinoBLE/blob/dff9e414abc20df491b46d0b38b360eb1a3507fb/docs/api.md?plain=1#L2664-L2692 The full public API of...

type: imperfection
topic: documentation

This pull request addresses a critical issue in the BLEUuid class where the UUID string was not being properly managed. The class was storing a pointer to the original string...

type: imperfection
topic: code

When you build the code in this library there are several warnings printed - [x] ~~Order member initialization on `BLELocalCharacteristic`~~ (fixed by https://github.com/arduino-libraries/ArduinoBLE/pull/302) - [x] ~~Unused variables in:~~ (fixed by...

type: imperfection
topic: code

Tried to use ArduinoBLE on Espressif Esp32 -WROVER board and had a kernel panic and reboot loop on BLE initialization. It was crashing on `esp_bt_controller_init(&bt_cfg);` somehow. That change fixes the...

type: imperfection
topic: code

Please excuse for choosing "issue", I'm new to Github. Would it be possible to add some kind of ".valueUpdatedAndChanged" ? Why?: My SmartWatch every circa 1-3sec newly reports it's present,...

type: enhancement
topic: code

I believe this library supports the Arduino Nano ESP32, which is not part of the supported device list in README.md.

type: imperfection
topic: documentation

It seems that one service is advertised only. How to advertise more as one service like for CSC and CP? Also advertising is stopped after connection is established.

This bug seems to be similar to the closed issue #33 and is referenced in this forum thread: https://forum.arduino.cc/t/nano-33-ble-arduinoble-library-handling-loss-of-connection/620170 I'm using Arduino IDE 2.2.1 with ArduinoBLE 1.3.6 and the Seeed...

type: imperfection