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

How to control a light from one server to another server in light switch example of BLE mesh SDK?

I am working on light switch example of BLE mesh SDK.

I am using five nRF52840 boards one for provisioner,one for client and rest for servers.

I am using Segger embedded studio for programming, mesh SDK v2.1.1.

The network is working fine I am able to control the servers from the client.

I want to know whether it is possible to control the light of a server from another sever.

If it is possible I want to know what are the changes needed to be  made and in which examples we need to make the changes.

Could anyone please help in this?

Thanks in advance.

Parents
  • Hi,

    If you want to use the server to control another server, you will need to integrate the generic on off client model into the server example. You can take a look at the FW located here to see how this is done on the Nordic Thingy:52 board. Make sure to take a look at the Youtube video for instructions too. The FW is updated to work on mesh sdk v2.2.0. I would take a look at the FW & do similar changes to the light switch client & server FW to get this working on the dev kits.

    Kind Regards,

    Bjørn

Reply
  • Hi,

    If you want to use the server to control another server, you will need to integrate the generic on off client model into the server example. You can take a look at the FW located here to see how this is done on the Nordic Thingy:52 board. Make sure to take a look at the Youtube video for instructions too. The FW is updated to work on mesh sdk v2.2.0. I would take a look at the FW & do similar changes to the light switch client & server FW to get this working on the dev kits.

    Kind Regards,

    Bjørn

Children
Related