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

BLE MESH: Messaging from server 0x107, 0x108, 0x109 etc to Client

Hi,

How can I send message from servers other than 0x105 and 0x106 to client?

I receive status message in client from servers 0x105 and 0x106.

I can send message to client from the servers 0x105 and 0x106.

But I can't do this using other servers such as 0x107, 0x108, 0x109 etc.

How do I enable that?

Parents
  • Hi,

    What example are you building on, or is this a custom project?

    In general, you need to design your setup so that there are corresponding client and server models, and then you must configure the nodes such that they publish and listen to the right addresses and such that the same application key is bound to the model in each end. Configuration is done by the provisioner.

    Regards,
    Terje

Reply
  • Hi,

    What example are you building on, or is this a custom project?

    In general, you need to design your setup so that there are corresponding client and server models, and then you must configure the nodes such that they publish and listen to the right addresses and such that the same application key is bound to the model in each end. Configuration is done by the provisioner.

    Regards,
    Terje

Children
Related