Hi everyone,
I'm trying to evaluate the BLE mesh SDK, using the example of the light_switch.
I have the SDK15 and the the SDK_mesh v2 and I am able to compile everything just fine. The provisioner also registers the client as expected.
The problem that I am facing is that both provisioner and client are DK boards, but the servers I have are also nrf52832, but custom hardware.
I'm trying to do a proof of concept in which the client, after pressing one button, turns on the client's LED (in the address 29 in my case).
What I have done is modifying the BSP_BUTTON_LED in the pca10400.h for the address of my interest, but this had no success.
Could you give me some guidance on how to achieve this? I think I am pretty close but I am getting lost
Another question that I am facing, is that the devices are mobile, so.. when should the provisioner provision the different servers or clients? I think that it will not be very useful if everytime that I get a disconnection on a device it has to be provisioned again.
Thanks in advance and best regards