Hello to everyone.
I'm working with the Light_Switch example with four nRF52832 SDK (two clients, two servers) and my cellphone as provisioner, in Mesh 3.10, with "nRF Mesh" App for Android.
Now, I'm trying to add another cellphone as proxy_client, but I don't know how. Like the title: there's any software to make an App to give my mobile device the proxy_client role in light_switch example?
I know that exists MIT App Inventor, but I don't think that it'll work. Then I thought, maybe Nordic has a private software to make this App, hasn't it?
I'm using Windows 10, my Android version is 5.1.1, my nRF52 board is PCA 10040 and my mobile is compatible with BLE.
What I'm trying to do is to use my mobile to send instructions to the other two clients (nRF52), for example:
Each client has two group adresses (controlled by button 1 and button 3); these adresses can be seen by the phone. Then the phone send a message to any client to activate a button (let's say the button 1). This message is a "button pressed" signal, so, the button is pressed (by software, not hardware) and the servers connected to that group address are going to receive the signal.
I hope you can help me.