NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
Hello, I'm would to update library to new refactored version. I tried version 2.2.3 and If client is not cleanly disconnected from BLE server (goes out of range), then the...
This ensures that the callback will be called within the configured time (in ms) when devices fail to respond to a scan response request within that time. Closes #591
Is there by any chance an example of implementing the OTS GATT service? Can this be done with NimBLE? thank you
When you initialize a NimBLEUUID with a 16-bit id, like in: - NimBLECharacteristic("1234",... - NimBLEUUID("1234") Only the string without 0x prefix is accepted and working. But when you try to...
Hello, is there a way to modify the ACCESS_ADDRESS for BLE scan? i want to receive the frames from my custom remote control which uses a BLE Phy but modify...
Hi, in our company we are developing a board that include a esp32c3 module. We have implemented the host BLE host level with this library (NimBLE-Arduino). We need some information...
I've had this curious issue on ESP32-S3 (on a proprietary board) not disconnecting correctly when device exits the range of bluetooth with NimBLE-Arduino 2.1.2. Also seems to happen on 2.2.3....
Hello, I am using the ESP32-C3. My project has a BLE-client and a BLE-server. The NimBLE-Arduino version is v2.2.3. The BLE-server sends notifications with a payload of 40 bytes 2...
I'm having an issue connecting the iOS Device (central) to the ESP32-s3-mini (peripheral). Sometimes, the iOS device fails to connect to the peripheral, and an Apple engineer claims that it...
Hi `NimBLE-Arduino` maintainers!!!!🐟 👋 🤗 Thanks for your hard wizarding work ❤ I'm working with an [ESP32P4 dev board](https://www.aliexpress.com/i/3256808141773824.html), which includes a peripheral ESP32C6, pre-configured for [ESP-Hosted](https://github.com/espressif/esp-hosted) When I compile...