Hello,
I am doing a project for college with nRF52840. It's about a mobile phone with an app that send the location of the device when a user touch a button. This message enter in the nRF52840 Mesh and reach a server.
I was working with the light switch example. The client node has to be a proxy node, receiving messages from the mobile and resending to the mesh. now i have some doubts about how i can continue:
1. How can I send and receive in the mobile phone messages to/from the nRF52840 with the proxy option? I need to make a coexistance between SDK and Mesh SDK, with a GATT Bearer...?
2. This messages can have 2 type of opcodes (with and without ack). In the moment I would have working the point before, is there any form of send this opcode between BLE and Mesh?
3. The mobile phone can connect to many nRF. When it connect to one, the other act as a relay. Do i have to configure this relay in any way?
Thanks in advance!!