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

Get database beacon in RSSI util model

Hello how are you?

I'm using the mesh example Light switch example from nRF5 SDK for Mesh v4.0.0. I implemented the RSSI util model  and it is working, one question I have is how I can request the bank for each node, the idea would be to have a gateway that requests and stores the database of all nodes.

Would I be able to get this request through the RSSI util model? if not, could you give me an example that does something like that, I'm kind of lost on this subject.

Thank you in advance.

Parents
  • Hi,

    how I can request the bank for each node

    By bank I assume you mean database?

    Yes, you can use the RSSI util model. You should be able to request the database by sending out the database beacon request with the correct opcode. The database beacon request is a broadcast message that reaches all other mesh devices within the radio proximity. All devices that receive this database beacon request will respond by sending a database beacon, which contains the MAC or the element context of the mesh device.

Reply
  • Hi,

    how I can request the bank for each node

    By bank I assume you mean database?

    Yes, you can use the RSSI util model. You should be able to request the database by sending out the database beacon request with the correct opcode. The database beacon request is a broadcast message that reaches all other mesh devices within the radio proximity. All devices that receive this database beacon request will respond by sending a database beacon, which contains the MAC or the element context of the mesh device.

Children
No Data
Related