Reference Manual for the Bluefruit nRF52 API.

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
tahunus
 
Posts: 33
Joined: Fri Aug 20, 2021 4:24 pm

Reference Manual for the Bluefruit nRF52 API.

Post by tahunus »

My ask: is there a Reference Manual for the Bluefruit nRF52 API?

I've gone thru several BLE tutorials (Adafruit's and others) and are now well versed in BLE specs. So no doubts now on GAP, GATT, Characteristics, Services, HID over GATT, etc.

I've reviewed the examples on https://learn.adafruit.com/bluefruit-nr ... -nrf52-api and although they are quite good, they do not cover all the keywords and parameters I need to make a HID Keyboard to work on an Itsy-Bitsy nRF52840 with Dual Role as client (to receive keystrokes from a BLE Keyboard) and server (to send keystrokes to an iOS device).

In case you want to know what I built and why I need this API Reference, see here: https://www.hackster.io/pedro-martin/bl ... 2-0-dc52cc

Help please!. Thanks!

User avatar
hathach
 
Posts: 1270
Joined: Tue Apr 23, 2013 1:02 am

Re: Reference Manual for the Bluefruit nRF52 API.

Post by hathach »

If you want a complete picture, it is probably better to look at the actual code.
https://github.com/adafruit/Adafruit_nR ... t52Lib/src

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”