ArduinoBLE
ArduinoBLE copied to clipboard
ArduinoBLE library for Arduino
Using same method as ATTClass::removeConnection. Addresses issue #66
This change is intended to allow Service Data to be set from be BLELocalDevice. The methods required already existed but were **protected**. I have moved these into the **public** scope...
I've had a project that required me to set the service data manually for BLE advertising. Adding this PR on the off chance it's useful to anyone else
If you have a solution that communicates with ArduinoBLE using Cordio, and you want to be able to set the solution to sleep for some time to save battery, ArduinoBLE...
You seem to favor a non-standard indentation style (OK). Why not make a Clang format file so that all the source can be updated to be consistent?
On some devices including Moodmetric smartring, connection sometimes fails, or whenever connection works, discovering the attributes fail. See both logs below. Bottom line: I cannot read anything out of it....
**Background** Mbed boards (nano33ble, portentaH7) running ArduinoBLE have two relevant concurrent threads in execution: one executes the main arduino sketch, the other one handles the transport of HCI packets and...
Hi Everyone, I'm trying to put together a simple sketch that connects to a given BLE service UUID and sends data to a specific characteristic (also given by UUID). What...
My BLE central [iTag](https://thejeshgn.com/2017/06/20/reverse-engineering-itag-bluetooth-low-energy-button/) program based on the SensorTag example fails at the simpleKeyCharacteristic.subscribe() step. I "fixed" the problem as shown below. The characteristics properties are not available at this...