nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

Geofence Capabilities in BLE Mesh

Hi,

        What are the geofence capabilities in BLE Mesh ? What are the possible features that can be implemented in the view of geofence. My point is like the mesh node if it goes away from certain virtual fence of our interest then, is there any possiblity that we can actually lock the node automatically even if it is the radio range of mesh not the range of virtual fence of our interest. If so please give some suggestions on how to implement them.

Parents
  • Hi!

    We don't have any examples or already implemented solutions for this specific usecase.

    My point is like the mesh node if it goes away from certain virtual fence of our interest then

    You could have the node perform some action if it is in range of specific nodes in the network. If you could define the geofence in that way? This is done using asset tracking, light control etc.

    is there any possiblity that we can actually lock the node automatically

    What do you mean "lock the node"?

    even if it is the radio range of mesh not the range of virtual fence of our interest.

    So you want to be able to "lock the node" when it is still in range of the Mesh, but outside the virtual fence?

    Br,
    Joakim

  • Lock the node in the sense it should not work beyond that fence range. Say gets unprovisioned.

    And one more point I want to know is how to know whether a node is in the network or outside the network ? How can we know how many nodes are in the network or outside the network after all nodes are provisioned.

  • Thanks.

    I guess it would be possible to unprovision the node. However, managing the virtual fence might be the challenge.

    You could read more about the heartbeat message. This will give you some information about the node, including RSSI which could be useful.
    Another option might be to have your node broadcast as a beacon. That way other nodes can roughly track the position of your node.

    Br,
    Joakim

  • Can you please brief what is node broadcast as a beacon..?

    Please guide me where is asset_tracking example, I couldn't locate it.

Reply Children
Related