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 currently working with the LilyGO T-SIM7000G (ESP32) board for a project that involves connecting to a BLE peripheral device. My BLE device requires pairing and bonding before...

Hello! We have successfully implemented the NImBLE routine using the XIAO ESP32 series development board. In order to better support and share this achievement, we would like to add relevant...

**Observed Behavior:** When sending a series of BLE indications from an ESP32-C3 to an Android client, the `onStatus` callback of `NimBLECharacteristicCallbacks` on the ESP32 consistently reports error `code=14` (`ATT_ERR_UNLIKELY`). This...

Hi, I am using NimBLE v1.4.2. when i am connecting to device, it connects to device and i get onconnect callback. when i disconnect, i got ondisconnect callback. Issue happens...

I'm randomly getting this shortly after writing a characteristic value: ``` Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception). Debug exception reason: Stack canary watchpoint triggered (nimble_host) ``` My...

Hello! I'm developing a gamepad that would work in 2 modes: xinput and with gyro. When booted in gyro mode the firmware increments the last byte of the mac address...

Hi. When compiling with all warnings ON, I get the following warning messages: ```text /home/runner/Arduino/libraries/NimBLE-Arduino/src/nimble/nimble/host/mesh/src/proxy_srv.c:637:13: warning: 'proxy_ccc_write' defined but not used [-Wunused-function] 637 | static void proxy_ccc_write(uint16_t conn_handle) | ^~~~~~~~~~~~~~~...

Hello, trying to compile Bluetooth 5.0 NimBLE_extended code example, whether for Client, Server, etc., for the Xiao ESP32C3 module in ArduinoIDE and I get this error: _ble_hs_periodic_sync.c: In function 'ble_hs_periodic_sync_free':...

Hi there, so I tried to create a service that act as I/O via customService from my phone to my esp32c3 the BLE also act as HID devices if connected...

I find an error in having Extended advertised Servers not being recognized by whitelist. This is what I test. I have 3 servers and 1 Central. Without filtering on the...