This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does the 51822/51422 have a API with inquiry function when act as central role

Hi,all my question is the title.

i am a freshman here.

i know that the inquiry is a function with BR/EDR. Does the 51822/51422 have a API with inquiry function when act as central role?

thank you

Parents
  • Hi,

    There are different versions of Bluetooth. You are looking for Basic Rate/Enhanced Data Rate (BR/EDR), while the software stack we provide for the nRF5 series is for Low Energy (LE).

    If you need the Bluetooth BR/EDR stack, I am afraid you are on your own. We do not provide an implementation of this stack. If you have to use that stack, you will either have to find someone that has already made this stack for the nRF51, or you will have to make it on your own.

    The nRF51 SoftDevices implements the Bluetooth Low Energy (BLE) stack. It is a precompiled and linked binary library for the nRF51, and it has an API that covers the roles, modes and procedures for BLE.

    Regards, Terje

Reply
  • Hi,

    There are different versions of Bluetooth. You are looking for Basic Rate/Enhanced Data Rate (BR/EDR), while the software stack we provide for the nRF5 series is for Low Energy (LE).

    If you need the Bluetooth BR/EDR stack, I am afraid you are on your own. We do not provide an implementation of this stack. If you have to use that stack, you will either have to find someone that has already made this stack for the nRF51, or you will have to make it on your own.

    The nRF51 SoftDevices implements the Bluetooth Low Energy (BLE) stack. It is a precompiled and linked binary library for the nRF51, and it has an API that covers the roles, modes and procedures for BLE.

    Regards, Terje

Children
No Data
Related