You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Library is tracking the esp-nimble repo, nimble-1.2.0-idf master branch, currently [@95bd864.](https://github.com/espressif/esp-nimble)
41
-
42
-
Also tracking the NimBLE related changes in ESP-IDF, master branch, currently [@2ef4890.](https://github.com/espressif/esp-idf/tree/master/components/bt/host/nimble)
43
-
<br/>
44
-
45
39
# Installation
46
40
**Arduino Library manager:** Go to `sketch` -> `Include Library` -> `Manage Libraries` and search for NimBLE and install.
47
41
@@ -87,6 +81,11 @@ In `nimconfig.h` the value is:
87
81
Espressif has stated the hard maximum connections is 9.
88
82
<br/>
89
83
84
+
# Development Status
85
+
This Library is tracking the esp-nimble repo, nimble-1.2.0-idf master branch, currently [@95bd864.](https://github.com/espressif/esp-nimble)
86
+
87
+
Also tracking the NimBLE related changes in ESP-IDF, master branch, currently [@2ef4890.](https://github.com/espressif/esp-idf/tree/master/components/bt/host/nimble)
88
+
<br/>
90
89
91
90
# Acknowledgments
92
91
*[nkolban](https://github.com/nkolban) and [chegewara](https://github.com/chegewara) for the [original esp32 BLE library](https://github.com/nkolban/esp32-snippets/tree/master/cpp_utils) this project was derived from.
@@ -95,5 +94,8 @@ Espressif has stated the hard maximum connections is 9.
sentence=BLE library for arduino-esp32 based on NimBLE.
6
-
paragraph=This library is a more updated and lower resource alternative to the original bluedroid library for esp32.
5
+
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.
6
+
paragraph=This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.
0 commit comments