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

How to build a system include one central connect to multi peripheral

Dear supporters team,

I have a project need to build with a system that includes one central connection to multi peripheral.

do you have any project base similar to my project?

I used board nrf52840.

Thanks,

John Nguyen

Parents Reply
  • Thanks for your support!
    Because, it is the first I used NRF52, so could you tell me step by step to do this application.
    For example: 
    #1. I need to prepare 3 boards, one for central, rest of the boards are peripherals.
    #2.  flash code ble_app_multilink_central to board central, similar with peripherals boards.

    #3. could you help me with some points to test or to check how it works?

    I think my question is too long to answer. if you can help me, I really appreciate it.

    Thanks and regards,

    John N

Children
  • Dear Support Teams,

     please ignore last your reply.

    Could you help me step by step to getting started with the central role?

    First, I would like to create a new project, It has a feature scan BLE peripherals and prints log.

    Thanks and regards,

    John N
     

  • Hi,

    To test the multiperipheral example I mentioned in my previous reply:

    1. You should flash the central board with the BLE Multi-link Central Example which you can find under <InstallFolder>\examples\ble_central\ble_app_multilink_central
    2. You should flash the 2 peripheral boards with the BLE Multi-link Peripheral Example which you can find  under: <InstallFolder>\examples\ble_peripheral\ble_app_blinky

     

    John Nguyen said:
    Could you help me step by step to getting started with the central role?

    First, I would like to create a new project, It has a feature scan BLE peripherals and prints log.

     Please make a new ticket for this request, as it's unrelated to your original question.

    regards

    Jared 

Related