Bluefruit API reference

The question is still unanswered :frowning:
"Where can I find a full API / reference / tutorial / description ...or whatever You name it ... for Adafruit BLUEFRUIT "

I found a discussion :
https://forum.arduino.cc/t/bluefruit-function-reference/950044
...but it ended with no conclusion.

I also found some info on Adafruit :
https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather/bluefruit-nrf52-api
but it also is not describing all functions and options

Also found a github helper :
https://github.com/cantinac/simple_nrf52_ble_service
it pretty nice describes some options but ...only some :frowning:

So the question is still open - is there a full description of this library ?

I would like to find something like this one for ArduinoBLE
:slight_smile: https://reference.arduino.cc/reference/en/libraries/arduinoble/

Please post a link to the library.

I mean Bluefruit

Have you posted your question about the Adafruit library on the Adafruit forum, which is constantly monitored by Adafruit professionals?

no.
where is this forum ?
thanks for help ... I'm a beginner :slight_smile:

I see you have found the Adafruit forum. It is very professional.

You already answered your own question. You linked to the learning guide where all of these functions have their own page:

If you need more info than that, you can look at the library itself. Adafruit libraries usually have a bunch of comments in the code to help you.

I'm afraid no ...this learning guide is very unprecise . Just a few examples with hardly any explanation .
I compare this to arduinoble quide - i found this very precise and clear.

The Adafruit folks clearly state that the guide and the library are still under development.

If you want to understand the library fully, you have no choice but to study and experiment with the examples, and read the actual library code.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.