NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
I installed the latest NimBLE 1.4.2 library and compiled it for the Arduino Nano ESP32 board with ESP32 core 2.0.13, which worked fine. Then, I switched to the ESP32 3.0.1...
My apologies to all, I cannot find a workaround for the upstream changes that have affected this repo's ability to work with arduino-esp32 core and the new C6/H2/C2 MCU's. The...
Hi, I am getting the following error using the [sample code](https://github.com/h2zero/NimBLE-Arduino/blob/release/1.4/examples/Bluetooth_5/NimBLE_multi_advertiser/NimBLE_multi_advertiser.ino). Compiling using Arduino IDE 2.3.2 for ESP32 C3 (Nimble Arduino by h2zero 1.4.1). What is missing here? ``` d:\Staging\Arduino\libraries\NimBLE-Arduino\src\nimble\nimble\host\src\ble_hs_periodic_sync.c:...
Hi, For my use case I want to get the current mode of a connection, to be able to display it (from the client side, but could also be from...
Only crash when I add a descriptor, as soon as descriptor is commented out, deinit works perfectly. It crash with following error: ``` CORRUPT HEAP: Bad head at 0x3ffcee10. Expected...
hey there; I'm trying to implement an ANCS (Apple Notification Centre Service) using NimBLE - I'm having real trouble though because it needs you to make a server on your...
ESP32-C6 support is available in Arduino Core ESP32 since version 3.x-alpha An attempt to build the `NimBLE_Client.ino` sketch from NimBLE-1.4.1 'examples' area with `arduino-cli` for a ESP32-C6 devkit target gives...
Hi @h2zero , thanks a lot for your library. I came to notice an issue, while adding a characteristic / removing it on runtime. While the service appears to be...
hi, i'm trying to connect as client to my hometrainer, alas so far i've not managed to do so. presently using an NRF58122, where it seems this function() is non-existing:...