NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.

Results 220 NimBLE-Arduino issues
Sort by recently updated
recently updated
newest added

Hi, i know its not a problem with this library, just with nimble itself, but for others i am reporting it here. This code will report always 1M_PHY, even if...

Have a question. One important feature for smart home applications is to detect presence of persons (or their phones). Due to changing random MAC addresses of i.e smart phones, this...

Hello I'm building a server on an ESP32. I would like it request a connection confirmation (just yes/no) when I connect with my iphone. But it connect directly and ask...

I'm using an ttgo tdisplay S-3 (https://github.com/Xinyuan-LilyGO/T-Display-S3) powered by an ESP32-S3 chip, trying to connect to a uECG device using the provided code here. (https://github.com/ultimaterobotics/orbitrack_esp32). The code runs and connects...

Hi, I am trying out the NimBLE_Secure_Server example and it did work. What is the setting that is need for the BLEServer to present passkey Input dialog before ability to...

For some reason, when I try to pass a `NimBLEUUID` to `getCharacteristic` it cannot get the characteristic (null returned) - Passing a string instead, works. Passing a UUID to `getService`...

Hello I am working on a firmware. The firmware works fine as long as I don't include bluetooth. As soon as I use bluetooth, i get memory allocation crashes when...

There is a way to `setAdvertisementData` in the advertising, but getting a pointer to it does not. How do I read the string or char* and then modify the bits/bytes/words...

Hi, I use NimBLE on ESP32, but I can't set the MTU value to more than 255 bytes. is there any limitation ? best regards

At `log_common.h` we have defined: ``` #define LOG_LEVEL_DEBUG (0) #define LOG_LEVEL_INFO (1) #define LOG_LEVEL_WARN (2) #define LOG_LEVEL_ERROR (3) #define LOG_LEVEL_CRITICAL (4) #define LOG_LEVEL_NONE (5) ``` `LOG_LEVEL..` names are very common...

bug