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

mesh light_switch_server not sending massage to other server in mesh

hi,

i doing a project where i have combined light switch server from nrf_mesh sdk 1.0.0 with nrf5 sdk 14.2.0 ble_uart_example to send.

my aim is to send on_off command from nrf tool_box app to ble_uart_example and according to that input light_switch_server should operate and send command to mesh if command is for other node in mesh.

so far i have done is that flashed 3 nrf 52832 with my light_switch_ble_uart example, and provisioned with a separate light switch client.

so now i am able to send command from node 1 which has provision address of 0x0100 to other 2 nodes.

but when i tried same with other nodes which has provision address 0x0101 and 0x0102, i am not seeing any response on other nodes.(but all 3 nodes are flashed with same code).

please help me.

Parents
  • Hi,

    It is possible that you haven't configured your nodes properly. It is not enough to just provision them, they also have to be configured, like the light switch example does with the server-models. 

    I need more details to help you with the issue. Do you configure your devices or are you just provisioning them? Which modifications have you done to the example? Which mesh-address are you sending to?

Reply
  • Hi,

    It is possible that you haven't configured your nodes properly. It is not enough to just provision them, they also have to be configured, like the light switch example does with the server-models. 

    I need more details to help you with the issue. Do you configure your devices or are you just provisioning them? Which modifications have you done to the example? Which mesh-address are you sending to?

Children
Related