NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
This sets a timer for scan responses such that if they are not received within 1 second, the scan result callback will be called and the device deleted from the...
Hello, I am aware that the Arduino 3.X.X release is currently in the alpha phase, but I am developing a new product based on the ESP32H2, so I need to...
Is there any restrictions that NimBLE wont advertise if there is no internet connection? I try con connect to an ESP32, with no problem where Wifi connection is OK, but...
Hello I am currently facing an issue with my ESP32 development board and I'm seeking assistance to resolve it. I have been trying to use the "BLE_Write" and "Server" examples...
Hi, I am trying to use put NRF52840 to sleep. I have tried Arduino_nRF5x_lowPower library but it seems to not work with thislinrary showing the following error: .pio/libdeps/nrf52840_dk_adafruit/Arduino nRF5x lowPower/src/Arduino_nRF5x_lowPower.h:25:10:...
Hello, I have a BLE beacon that advertises itself with an interval of roughly 100ms. Unfortunately, I am not able to scan the beacon every 100ms. Mostly it takes over...
I apologize, this is more a bawling cry for help than a bug. I've been working on getting two esp32-c3s talking to each other. This is my first BLE project,...
**NRF52840-QIAA** n-able core version = 1.0.0 NimBLE-Arduino version = 1.4.1 platformio.ini config: _platform = https://github.com/h2zero/platform-n-able.git#1.0.0 framework = arduino lib_deps = h2zero/NimBLE-Arduino@^1.4.0 upload_protocol = jlink board = generic_nrf52840 debug_tool = jlink_...
I am experiencing the same problem which was discussed here with NimBLE-Arduino: https://github.com/espressif/arduino-esp32/pull/6864/files/35fb47ebebc352e43f935c0bf70beb6b0e3629ea I tried to add NimBLE2902 but this is not implemented here.. Can someone please take a look?
I was attempting to help out people with no comments on their issues and found the "See also" link on https://h2zero.github.io/esp-nimble-cpp/class_nim_b_l_e2904.html#details is broken. Somehow I'm super not surprised that bluetooth.com...