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

light_switch_proxy_server of mesh sdk 2.0.0

Hi Nordic:

I build up an mesh network with following setting:

1. A nRF52 platform with example/light_switch/provisioner with a auto-start-provisioner

2. Another nRF52 platform with example/light_switch/proxy_server, and controlled by segger debugger.

After proxy_server node start, I saw "successfully provisioned" in RTT terminal, and then I use nRFConnect to connect proxy_server, 

I saw "app_error_weak.c,   95, Mesh assert at 0x0002C880 (:0)"

If I change this node to proxy_client, the result is same.

So, is light_switch/proxy_client or server of mesh-sdk-2.0 only experimentally?

Could you give me any hint to fix?

(thank you very much, it would be great for me to have many mesh-nodes with proxy feature, thanks!)

Parents Reply Children
  • Hello, i used only the nRF provisioner in here:

    examples\light_switch\provisioner

    The 3rd party provisioners (android) didn't work, but the nRF did, i suspect the Android one didn't assign the proper groups. the example client needs to be provissioned with 5 virtual keys. one for the device itself, it has 2 for the first 2 light switches, and it has 2 for 2 groups (even/odd lights), if i were you i'd start with the nrf provissioner first, and maybe wait for the nRF App (iOS/Android) to be released, you can contact your local nRF sales rep for timelines (i was told maybe end of this week).

Related