NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
Thanks for providing us with such a powerful and multi-functional library @h2zero! I'm using your library in combination with the BLE-MIDI-library of @lathoub (https://github.com/lathoub/Arduino-BLE-MIDI) Since release 1.4.1 I noticed re-connection...
Hi im trying to create an HID Gamepad so when i first pair the device all works great but when i (for example) reset the module it doesnt work. Any...
Version: NimBLE-Arduino @ 1.4.0 I want to use onSecurityRequest() to decide if a client is allowed to bond. However, it seems that the method is never called as opposed to...
I'm not sure if this is a bug or not, but it wasn't what I expected. When I send a char*, the value ends with the null terminator (\u0000). When...
I'm running into a panic abort issue with BLE-Gamepad (0.5.1 and earlier) and running into a backtrace related to an assertion failure. Hoping I can get some pointers on potential...
### Use Case NimBLE device is configured as a server and advertises. Smartphone client scans, can see peripheral device name and connects. After connection, would like server to use existing...
Hello, what should I do to extend the Bluetooth connection distance? In terms of software, I set the maximum gain `NimBLEDevice::setPower(ESP_PWR_LVL_P9); /** +9db */` but the distance is only about...
Current implementation to set manufacturer data `void NimBLEAdvertising::setManufacturerData(const std::string &data)` Issue: Trying to set the first two bytes of the manufacturer data to Manufacturer ID from Bluetooth SIG list (Nordic...
Hi, i am experiencing a weird problem. Let me explain. I have an esp32 based device that, when activated, starts to advertise its name waiting to be connected. On the...
I'm trying to get my ble notifications to auto update on nRF Connect android app. Ive selected the button to subscribe to notifications in the app. I'm unsure if this...