This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does Light_switch sample code used as PROXY + RELAY node ??

After enabling both the Macro MESH_FEATURE_RELAY_ENABLED and MESH_FEATURE_GATT_PROXY_ENABLED as mentioned in this link ....

Does the proxy and relay feature work for light_switch client and server example ??

I want to configure topology using 3 nrf kit and mobile app as follows...

1) nrf DK named A works as on/of server ( light )

2) nrf DK named B works as on/of client ( switch )

( Both A-client and B-server are not in radio range.... But A is in range with C...and also B is in range with C )

3) nrf DK named C works as PROXY + RELAY node. ( communication between A and B should be via node C)

4) Provisioning of proxy node C is done by nrf mesh mobile app.

 

My question is what are the steps ...or which sample code I should use for nrf kit C ( PROXY + RELAY ) ???

Related