h2zero/NimBLE-Arduino@^2.1.0 Build a project, PlatformIO will automatically install dependencies. Using This library is intended to be compatible with the original ESP32 BLE functions and classes with minor changes. If you have not used the original Bluedroid library please refer to theNew user ...
@@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = 2.1.0 PROJECT_NUMBER = 2.1.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for...
NimBLE_Secure_Client.ino NimBLE_Secure_Server NimBLE_Server NimBLE_Server_Whitelist NimBLE_active_passive_scan src .clang-format .gitignore CHANGELOG.md LICENSE NOTICE README.md library.properties Breadcrumbs NimBLE-Arduino /examples /NimBLE_Secure_Client ...
-Config option`CONFIG_NIMBLE_CPP_ADDR_FMT_UPPERCASE`if defined will make the BLE address strings uppercase. 21+ 422 ##[2.1.3]2025-01-05 523 624 ##Fixed Original file line numberDiff line numberDiff line change @@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino ...
h2zero/NimBLE-ArduinoPublic NotificationsYou must be signed in to change notification settings Fork169 Star815 Code Issues94 Pull requests2 Discussions Actions Projects Security Insights Additional navigation options New issue Description asukiaaa
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x. - Release 2.2.0 · h2zero/NimBLE-Arduino
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x. - Release 2.1.3 · h2zero/NimBLE-Arduino
I'm trying to use NimBLE-arduino in Tasmota, and having an issue with an unrecoverable BLE hang. Basically, I have: a single client. I then 1/ stop a scan 2/ connect by MAC 3/ get a service 4/ get a characteristic (for read/write use) 5/...
The below code (refactored BLE_server_multiconnect example with added security) works great on both Android 8.1 and Android 11 phones. No problems. However, iPhone 10 and iPhone 11 phones aren't even detecting the existence of NimBLE. Wh...
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x. - Release 2.2.1 · h2zero/NimBLE-Arduino