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

How to get unicast address on mesh server.

Hi,

I have add beacon function to "light_control_server" project. I want to every server broadcast their unicast address. Could do kindly teach me how to do this. It's better if give me a piece of code.

Parents
  • The sender address is included in every packet. Check out the src field in nrf_mesh_evt_message_t in a packet you receive on access layer , for example in mesh_msg_handle() in access.c

  • Yes. I want to make a bluetooth mesh backbone networking with beacon indoor positioning, which is suit for shopping mall or underground parking.

    Firstly I want to implement a simple mesh+beacon networking. Beacon take care of indoor positioning and mesh take care of DFU ex. All of those nodes should be reply nodes and powered continually. They are backbone of mesh network.

    I want the indoor positioning is utilized base on the mesh in the future. It's should be a self organizing(positioning) system, if we follow some simple rules when place these relay nodes, like place them in 30 meters distance grid layout.

    Please give me some advises, ether mesh networking or other potential one.

Reply
  • Yes. I want to make a bluetooth mesh backbone networking with beacon indoor positioning, which is suit for shopping mall or underground parking.

    Firstly I want to implement a simple mesh+beacon networking. Beacon take care of indoor positioning and mesh take care of DFU ex. All of those nodes should be reply nodes and powered continually. They are backbone of mesh network.

    I want the indoor positioning is utilized base on the mesh in the future. It's should be a self organizing(positioning) system, if we follow some simple rules when place these relay nodes, like place them in 30 meters distance grid layout.

    Please give me some advises, ether mesh networking or other potential one.

Children
No Data
Related