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

The publication is not configured for client ..

Please Help,

When I'm trying to test the network on the RTT I found error msg: "publication is not configured for client[0]"

how can I solve this problem?

Parents Reply
  • As you can see from the Light Switch Client code: 

    main.c, line 260: 

     case NRF_ERROR_INVALID_PARAM:
                /* Publication not enabled for this client. One (or more) of the following is wrong:
                 * - An application key is missing, or there is no application key bound to the model
                 * - The client does not have its publication state set
                 *
                 * It is the provisioner that adds an application key, binds it to the model and sets
                 * the model's publication state.
                 */
                __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, "Publication not configured for client %u\n", button_number);
                break;
    

Children
No Data
Related