Page 1 of 1

C++ Library for NimBLE

Posted: Sat Aug 22, 2020 6:34 pm
by h2zero
Hi all,

I have just released version 1.0.0 of a C++ library for NimBLE. It's based off of Neil Kolban's BLE library in the esp32-snippets/cpp_utils repo.
It's 90% compatible with existing code from the original library, so very little needs to be changed.

Full documentation is available as well as a migration guide.
https://h2zero.github.io/esp-nimble-cpp/

Works with IDF v3.2 and up (backport of NimBLE stack available for 3.2 & 3.3).

Check out the repo here:
https://github.com/h2zero/esp-nimble-cpp

Arduino version (includes NimBLE) is also available here :
https://github.com/h2zero/NimBLE-Arduino

Re: C++ Library for NimBLE

Posted: Sun May 08, 2022 2:38 am
by locustcox
Thanks for creating and maintaining this so well. Going to use it in my next project. :)