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

multiple peripheral to Single central connection

Dear Nordic Team,

Thanks for supporting.

I am try to work multiple (Peripheral) tag ID read with one central and stored in my PC via UART communication. Which example I want to choose?. please anybody Give me a suggestion. Thanks in advance.

I am using nRF51 and nRF52 DK and SDK version is 11.0

Simply explained Here :Untitled.png

Parents
  • Take a look at the BLE Multi-link example, it is located in:

    \SDK_INSTALL_FOLDER\examples\ble_central\ble_app_multilink_central
    

    More information about the example can be found at the inforcenter.

  • The battery value is not by default a part of the advertisement packet, so you will need to use the ADC to read the battery voltage, and then add it to the advertisement packet. Here is an old example on how it can be done.

Reply
  • The battery value is not by default a part of the advertisement packet, so you will need to use the ADC to read the battery voltage, and then add it to the advertisement packet. Here is an old example on how it can be done.

Children
No Data