Hello to everyone.
I´m working with the Light_switch examples (server-client-provisioner) in BLE Mesh 3.10 for nRF52 DK PCA10040.
I´m trying to make a network with 2 clients and 2 servers. Obviously, both clients can send a message to servers and I know that I can connect two clients eachother but what I want to know is if I can take the code of the server (the code that makes the server to turn on the LED when a client send a message) and put it on the client's code. That´s only to be sure (phisically) that the message was sent correctly, watching the LED.
I hope you can help me.