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 245 NimBLE-Arduino issues
Sort by recently updated
recently updated
newest added

Not sure yet if this is a fluke or not: Version 1.3.7: ``` Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Core 1 register dump: PC : 0x400ef180...

Hi I have a BLE device (Spark Control - a BLE pedal to control a guitar amp) which seems to fail on getService in NimBLE. I have many other devices...

I need to change the name of the device during runtime. But, once init'd, later inits won't change the name. For example, this results in the BLE name of "happy":...

I don't have a clue yet on why this happens, but very often the client side handle value of a characteristic gets corrupted. This is the flow: scan connect get...

I tried to set `notify_callback` with using class member method but could not. (`scanCompleteCB` also) Could you support `CharacteristicCallbacks` class to set notify_callback like `AdvertisedDeviceCallbacks` or `ClientCallbacks`? Is there any...

Hi I'm using a Lilygo T5 v2.4.1 with epaper 1.54. I'm trying to combine in a background task a switch from wifi to BLE services because I'm not able to...

Hello Server is ESP32 (WROOM, ESP32-D2WD) Client Mobile application: Cordova + plugin [cordova-plugin-ble-central] I have a problem when I upload the Server code to WROOM and connect from client its...

The recent development in the master branch has added support for using this library on Nordic nRF5 devices. A few months ago I started making an Arduino core to support...

Announcement

I am using your library to develop a bluetooth device which should connect to iOS and Android smartphones. When using iOS, I came across [the topic attribute caching](https://developer.apple.com/forums/thread/72343) for which...

enhancement

Hi , And sorry for this question. I'm new in Arduino programming. (But I have 20+ years of experience in C/ObjC/Swift for ios and others) Can I use your fantastic...