ArduinoBLE
ArduinoBLE copied to clipboard
ArduinoBLE library for Arduino
**Peripheral**: Nicla sense ME **Central**: RP2040 Both use the ArduinoBLE library. I wrote code for the **Nicla Sense ME** which creates one service and exactly one characteristic. This characteristic is...
If you update an XBox One controller to the latest firmware, the update will convert the controller to running using BLE. Microsoft shows a few different ways to do the...
Thanks for adding ESP32 support! There seems to be one quirk: When calling BLE.end() before BLE.begin(), the whole device resets and starts the bootloader. Tested on a Beetle-ESP2-C3 from DF-Robot....
As I mentioned on a PJRC forum post, I have a version of this library building and running on Teensy 4.1 and Micromod using the USBHost_T36 library and a couple...
I'm using an Arduino Nano RP2040 Connect with the NINA module. I've got a service that exposes some string characteristics that I want to feed a different value to each...
```c++ libraries/ArduinoBLE/src/utility/HCICordioTransport.cpp: In function 'void bleLoop()': libraries/ArduinoBLE/src/utility/HCICordioTransport.cpp:123:68: warning: 'us_timestamp_t mbed::TimerBase::read_high_resolution_us() const' is deprecated: Use the Chrono-based elapsed_time method. If integer microseconds are needed, you can use `elapsed_time().count()` [since mbed-os-6.0.0] [-Wdeprecated-declarations]...
Hi everyone. This is my setup. An ESP32 running as BLE Server An nRF52840 mbed board (XIAO BLE Sense) running as BLE Client Everything seems to work apart for the...
It would be really lovely to include a classic bluetooth Mouse Keyboard example as BLE peripheral! I tried to make it, but after many hours trying I gave it up....
Hi Dear, I'm trying to connect multi ( up to 10 ) Nano.33 BLE Senes together with BLE, but I can connect two peripherals with ArduinoBLE.H v1.2.1 and Mbed OS...
hi, it's possible to connect to a peripheral that needs a password to pair? ### Additional context #### Additional requests - https://github.com/arduino-libraries/ArduinoBLE/issues/268#issuecomment-1451669818 - https://github.com/arduino-libraries/ArduinoBLE/issues/268#issuecomment-1702804216