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

About the mesh configuration failure

I use ble_app_uart(sdk 14.2) + light_switch(mesh1.0.1)

Questions are as follows:

1client + 1server is ok, but in the second server there will be network failure!

log:

<t:         16>, nrf_mesh_sdk.c,  191, Initializing softdevice
<t:         22>, nrf_mesh_sdk.c,  206, Initializing mesh stack
<t:        576>, nrf_mesh_sdk.c,  214, Enabling mesh stack
<t:        586>, main.c,  283, Setting up access layer and models
<info> app: UART Start!
<t:     455425>, provisioner.c,  272, Local provisioning link established
<t:     457025>, provisioner.c,  258, Using static authentication
<t:     468332>, provisioner.c,  267, Static authentication data provided
<t:     480932>, main.c,  503, Provisioning complete. Adding address 0x0100.
<t:     480941>, provisioner.c,  111, Getting composition data
<t:     483114>, provisioner.c,  314, Composition data: 0059000000000020000100000002010000020059000000
<t:     483122>, provisioner.c,  119, Adding appkey
<t:     484445>, provisioner.c,  227, Local provisioning link closed
<t:     484604>, provisioner.c,  128, Binding appkey to the Health model
<t:     486125>, provisioner.c,  140, Binding appkey to the Simple On/Off model
<t:     487372>, provisioner.c,  165, Setting publication address for the health server to 0x0001
<t:     489535>, provisioner.c,  187, Setting publication address for the On/Off server to 0x0001
<t:     491739>, provisioner.c,  196, Adding subscription
<t:     493364>, main.c,  466, Configuration of device 0 successful
<t:     816497>, main.c,  405, Node 0x0100 alive with 0 active fault(s), RSSI: -27
<t:     847993>, provisioner.c,  272, Local provisioning link established
<t:     849222>, provisioner.c,  258, Using static authentication
<t:     860601>, provisioner.c,  267, Static authentication data provided
<t:     872955>, main.c,  503, Provisioning complete. Adding address 0x0101.
<t:     872964>, provisioner.c,  111, Getting composition data
<t:     875645>, provisioner.c,  314, Composition data: 0059000000000020000100000002010000020059000000
<t:     875653>, provisioner.c,  119, Adding appkey
<t:     876316>, provisioner.c,  227, Local provisioning link closed
<t:     876925>, provisioner.c,  128, Binding appkey to the Health model
<t:    1144061>, main.c,  405, Node 0x0100 alive with 0 active fault(s), RSSI: -28
<t:    1471988>, main.c,  405, Node 0x0100 alive with 0 active fault(s), RSSI: -30
<t:    1799588>, main.c,  405, Node 0x0100 alive with 0 active fault(s), RSSI: -28
<t:    1859982>, main.c,  490, Configuration of device 1 failed

However, when the first server is successfully networked, the power is turned off and the power is on the second server. In this way, the network can be successfully established. What is the reason for this?

Parents Reply Children
No Data
Related