NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
I am using Nordic Semi nRF52840 to advertise in Coded PHY then other devices are scanning for the Device name set within the advertising packet as shown below. What would...
This adds a callback that is called when a device is initially discovered. It is always called wether scanning in passive or active mode. This allows for active scanning to...
Something I noticed recently while trying to debug mDNS issues in one of my projects is that if WiFi modem sleep is disabled, either via the ESP-IDF function `esp_wifi_set_ps(WIFI_PS_NONE);` or...
I am trying to use NimBLE with the Arduino Nano 33. But currently it is not possible to use it. The Arduino Nano 33 uses the nrf52840 chip. This chip...
Hello I have a large project with ESP-DF (4.4.1) and Ardunio (2.0.3). I use Nimble-Arduino (1.4.0). My ESP32 act as server and clients (phones) alternativly connect on the ESP32. Currently,...
How can i suppress following output to my serial monitor ? 20:50:32.829 -> Service Data: 20:50:32.829 -> UUID: 0xfe2c, Data: I just want to see the advertised lines.: 20:50:25.525 ->...
Hello everyone, I have been testing (a lot) and reading a lot about BLE scanning and I am unable to detect any smartphone, with BLEScan or NimBLEScan sketches. At some...
Hey :) great library! It works beautifully on an Arduino ESP32 for me and I am trying to port the code to the Adafruit Feather ESP32-S3 Reverse TFT now so...
Hi, I'm using this library in version 1.4.1 and identified an unexpected behaviour with server callbacks. Here is the init code I'm using: ``` class ServerCallbacks: public NimBLEServerCallbacks { void...