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

Multilink peripheral RAM settings

Hi, i try to establish a communication between 3 sensors in the following way!

image description

Node 1 should broadcast messages to Node 2 and Node 3 as Peripheral. To establish a connection now between Node 1 and Node 2, Node 2 acts as central and connects to Node 3 as a seconde peripheral device!

First of all is it possible to use the Multiperipheral on nRF51422 or just on nRF52 series?

Second how do i have to extend the RAM to use a second Peripheral based on ble_nus_uart app peripheral?

Parents
  • The latest version of the S130 SoftDevice, for the nRF51, does not support multiperipheral, so your suggested topology is not possible.

    Node 1 can be connected to Node 2 as a central, and to Node 3 as a peripheral.

    Node 2 can be connected to Node 3 as a central, and to Node 1 as a peripheral.

    Node 3 can be connected to Node 1 as a central, and to Node 2 as a peripheral.

Reply
  • The latest version of the S130 SoftDevice, for the nRF51, does not support multiperipheral, so your suggested topology is not possible.

    Node 1 can be connected to Node 2 as a central, and to Node 3 as a peripheral.

    Node 2 can be connected to Node 3 as a central, and to Node 1 as a peripheral.

    Node 3 can be connected to Node 1 as a central, and to Node 2 as a peripheral.

Children
Related