NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
### Discussed in https://github.com/h2zero/NimBLE-Arduino/discussions/580 Originally posted by **j45p41** August 14, 2023 Hi, I have been able to achieve CODED_PHY connection between two ESP32 devices but can't seem to find a...
Its more of a question than issue! I have ESP32 project nimBLE. Basically my device is BLE Keyboard. One of the functionality is to disconnect from Server side (esp32). I...
ESP32 got stuck after 5-6 hours of scanning with "scan_evt timeout" error. nimBLE version 1.4.0
Hi! I need to create a project with bluetooth connection on my PC, but ANY BT library I use show only on my smartphone the connection. My question: Is this...
Hello I saw that this library is supporting the chip but when I setup to be HID joystick for some reason its not visible and the same code works on...
Great library and I'm wondering if it is compatable with the ESP32-S3 hardware? I am using the sketch here: https://www.youtube.com/watch?v=ExFxuvfCbAU&t=445s and it works with the ESP32 TTGO board that uses...
Hi, I wanted to know if there is even the slightest of possibilities to use the Arduino Uno R4 WiFi BLE stack with Nimble or if I have to go...
Hi, thanks for your library! I'm trying to send OTA firmware updates to ESP32. I'm following this [example ](https://github.com/ClaesClaes/Arduino-ESP32-NimBLE-OTA-iOS-SwiftUI) to test proof of concept. This example creates a characteristic with...
Arduino IDE ext_nimble_config.h: No such file or directory [NimBLE-Arduino.zip](https://github.com/h2zero/NimBLE-Arduino/files/13776810/NimBLE-Arduino.zip) included Arduino library which does not have the file in it.
I'm getting a core panic when running code that connects to a BLE server. I am using NimBLE 1.4.1, ESP32-S3, Arduino Version: 2.1.1-nightly-20230627, and derived by code from https://github.com/h2zero/NimBLE-Arduino/blob/release/1.4/examples/NimBLE_Server/NimBLE_Server.ino and...