Hello everybody !
I am working on a project and I need to create a server node which also works with the nRF SDK.
As I have seen, it exits coexistance examples where both SDKs works at the same time. However, these examples configure a client node and I need to do it but in the server to see the change of some GATT (from BLE) when I press for example a button in the client.
How can I for example add into a basic server example (like dimming or blinking) from nRF5 SDK for Mesh the funcionality of nRF SDK?
I would appreciate so much your help if you could provide me an example of this... This is the last step I need to learn to build my BLE Mesh for a final project.