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

With MTU 517 and LL tx_octets=251, a notify SDU can span two LL PDUs (SDU capacity ≈ 2×(251−MIC) = 502 bytes). Payload chunk should be ≤ 502 − (L2CAP 4...

bug

When Compiling my project for the ESP32-C2 and Arduino platform 5.5.1 then I get the errors: ``` multiple definition of `scan_stack_enableAdvFlowCtrlVsCmd'; multiple definition of `adv_stack_enableClearLegacyAdvVsCmd'; multiple definition of `chanSel_stack_enableSetCsaVsCmd'; multiple...

bug

Hello, i'm trying to connect my esp32-c3 to an iphone to subscribe to the Apple Notification Center Service, but information is scarce and i found this snipped of code in...

I encountered an issue with a bit of code I had not had issues with in much earlier versions of NimBLE, such as 1.3.8 for example. I have created this...

upstream bug

## Summary This PR adds full support for the **Characteristic Aggregate Format Descriptor** (UUID `0x2905`) when operating as a **BLE peripheral**. Correct implementation requires reliable handle mapping for multiple Presentation...

Creates examples demonstrating the new NimBLEStream classes that provide Arduino Stream interface (print(), println(), read(), available()) over BLE characteristics. Examples Added NimBLE_Stream_Echo - Minimal echo server (52 lines), demonstrates basic...

Adds a data stream client and server classes. The server class sends data to clients through notifications and accepts data written to the characteristic by clients. The client writes data...

I am not sure if this is expected behaviour or a bug. My use case is ESP32 sensors detecting beacons for presence reasons. I have been using Bluecharm beacons for...

I have currently a project with 5 ESP32 H2 devices, one is the Master and 4 Slaves, all 4 clients should be bonded automatically but it's working just for 3...

Hi, On the ESP32 S3 I see the free heap decrease immediately after calling ``BLEDevice::init("")`` by ~45kb, and then decrease further down to ~7kb: ``` Uptime: 2 d., 5 h.,...