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

Friendship - BLE Mesh

Hi,

I am trying to understand possibilities provıded by Bluetooth Mesh Technology.

In my topology, there are tywo types node.

The first type of node is connected to the electric grid and its position is fixed.

The second type of node is a battery-powered tag which can travel around rooms.

As much as I understand, a node in the BLE Mesh network can be relay, proxy, friend or low power node.

The node which is connected to the electric grid works as relay node.

The other node only requires to send data over BLE Mesh network. It does not need to receive any packet.

Is it necessary to configure the second type node as low power node ?
The position of battery powered node will change continously . How the friendship works for battery powered node ?

Thanks for your support

Best regarsd

Parents
  • Hi.

    As the position of your battery powered tag, a friend node might not be the best solution here.

    Is it necessary to configure the second type node as low power node

     It isn't necessary to do this. You can use it as a normal mesh node just like all the other nodes. But the power consumption will be high, and the battery will most likely have to be charged or changed quite often. However, this might be acceptable for your usecase.

    What I could suggest is configuring the battery powered tag as a beacon device. As you don't need the two-way comunication, this might be a good solution for you. Then it only needs to broadcast data when it needs to, but never stay in RX-mode listening for packets. We have a beaconing example in the nRF5 SDK for Mesh that you can take a look at.

    Best regards,
    Joakim Jakobsen

Reply
  • Hi.

    As the position of your battery powered tag, a friend node might not be the best solution here.

    Is it necessary to configure the second type node as low power node

     It isn't necessary to do this. You can use it as a normal mesh node just like all the other nodes. But the power consumption will be high, and the battery will most likely have to be charged or changed quite often. However, this might be acceptable for your usecase.

    What I could suggest is configuring the battery powered tag as a beacon device. As you don't need the two-way comunication, this might be a good solution for you. Then it only needs to broadcast data when it needs to, but never stay in RX-mode listening for packets. We have a beaconing example in the nRF5 SDK for Mesh that you can take a look at.

    Best regards,
    Joakim Jakobsen

Children
Related