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 am trying to work out how Notify works in the NimBLE-Arudino code but just can't find the right bit. What I think I know: - the client needs...

Hi there I now tried to get this to run a full afternoon :) I'll try to get my ESP32C3 (no classic BT, this might have been easier?!) act as...

I'm building a sensor which reports in the manufacturer data hence the manufacturer data changes frequently this does work, however only on a fresh instance of BLEAdvertisementData(): `````c++ advData =...

enhancement

I am programming and ESP32 with platform.io. NimBLECharacteristic::setValue(const char *s) is setting the attribute size to the entire size of the buffer, not just the '\0' terminated string. For example...

What am I missing or doing wrong? --- More details at https://bit.ly/pio-monitor-filters --- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H Found 8 devices Connected to Length...

`#include ` `fatal error: NimBLE2902.h: No such file or directory`

Hi, some devices have multiple characteristics with same UUID under one service. Here is one example of an HID device having multiple characteristics: 2a4d for service 1812 ``` Scanning for...

requires testing

unable to get remove/add to work, per #547 , back to adding on the fly, get crash ``` OTA Start requested scanning for app task stop(); Sprintf("removing advertised UUID="); Sprintln(activeService[status]->getUUID().toString().c_str());...

Hi, I added the PIN protection to a single characteristic thanks to the issue https://github.com/h2zero/NimBLE-Arduino/issues/158 but I want to protect with PIN the entire connection. Now I'm connecting with BLE...

I'm trying to make a dynamic whitelist on esp32. To do it, I store the addresses of devices with which I had a connection in NVS. If esp32 have a...