add h2zero NimBLE example

This commit is contained in:
Jason2866
2024-08-08 11:05:04 +02:00
parent df8ab31a6f
commit 342e640a5a
11 changed files with 255 additions and 0 deletions
@@ -0,0 +1,7 @@
# Arduino_IDF_BLE_scan example using 3rd party NimBLE stack
BLE scan example, using the great h2zero NimBLE implementation. The needed NimBLE lib is loaded via the IDF component manager -> `idf_component.yml`.
Mandantory not to forget to switch Arduino included BLE libs.
Done in `sdkconfig.defaults`
Thx @h2zero for the great BLE library.