ArduinoBLE
ArduinoBLE copied to clipboard
ArduinoBLE library for Arduino
Hello, I have used nano ble 33 module. I am connect to the peripheral device and getting data, while allows a scan with duplicates. But the scan stops automatically 10-15...
When handlers are used in BLE codes, in order to check different events (connection, disconnection and discovery), after a few connections the Portenta stops working, showing a blinking red led...
Hello, I am working on a data logger. Data are saved on a SD card then at the end of the session data are uploaded to the phone. I have...
Fix for issue #245 - ATT_OP_FIND_INFO_RESP incorrect processing during ATTClass::discoverDescriptors causes crashing I've highlighted this issue on 9th July ... this is an issue of causing __CRASHES__ if using ArduinoBLE...
Recently Arduino team also added this Lib in their Page as V 1.3.1 and 1.3.0 . I uploaded the Encrypted Battery Monitor Example in my Arduino Nano 33 BLE Sense...
To simplify usage of the ArduinoBLE, I added the definitions for format types. In the future I would like to add also known services and characteristics uuid codes. I check...
Fixed the names and comments to not confuse the users. The BLE central can start connection to peripheral, not vice versa. The most confusing one was that we wait for...
Hi, Since ArduinoBLE is compatible with ESP32 with the latest merge, I'm trying to use it with an ESP32. But when I run the example "PeripheralExplorer.ino", I got this exception:...
Hey, first off thanks a ton for putting this library together and maintaining it! I have working code for a central (Arduino IoT) to connect with a peripheral (Arduino Sense)...
Hi, The battery level demo, running on a Nano RP2040, connecting with the nRF Toolbox app, tries to connect then says "Device was dicsonnected, because required services are missing". Any...