ArduinoBLE
ArduinoBLE copied to clipboard
ArduinoBLE library for Arduino
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...
*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...
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...
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...
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...
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,...
I believe this library supports the Arduino Nano ESP32, which is not part of the supported device list in README.md.
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...