Files
platform-espressif32/examples/espidf-arduino-h2zero-BLE_scan
Jason2866 b6261bc213 add conflicting libs to lib_ignore
as safeguard. LDF may add this unwanted libs
2024-08-08 11:19:21 +02:00
..
2024-08-08 11:05:04 +02:00
2024-08-08 11:05:04 +02:00
2024-08-08 11:05:04 +02:00
2024-08-08 11:05:04 +02:00
2024-08-08 11:05:04 +02:00
2024-08-08 11:05:04 +02:00
2024-08-08 11:05:04 +02:00

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.