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

Bluetooth Mesh as Repeater

Hi,

Can an nRF5x device be configured as a BLE relay with Bluetooth Mesh?

I believe with the Central-Peripheral-Relay example, the Relay needs to establish connection with Central and Peripheral device before data transfer can happen. With Bluetooth Mesh as Relay, can I get the Central and Peripheral devices to connect without having to first connect to the Relay? i.e. using the Bluetooth Mesh Relay to re-transmit the signal as is.

Parents
  • Hi Chong,

    Please be aware that Bluetooth Mesh and BLE are not the same and currently we don't do GATT bearer in our Mesh SDK. So actually no Central-Peripheral-Relay communication here, unless you define your own proprietary protocol.

    Also, in our current implementation of the Mesh stack, all node will act as Relay node, there is no low power node yet.

Reply
  • Hi Chong,

    Please be aware that Bluetooth Mesh and BLE are not the same and currently we don't do GATT bearer in our Mesh SDK. So actually no Central-Peripheral-Relay communication here, unless you define your own proprietary protocol.

    Also, in our current implementation of the Mesh stack, all node will act as Relay node, there is no low power node yet.

Children
Related