This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Configuration Problem

Hi.

I have been trying to implement my own Model into the Light Switch Example  (Mesh SDK 4.2, SD s140 7.0.1, Hardware: nrf52840 DK), according to this Thread: 

Adding Simple OnOff Model to Generic OnOff Server Example - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com) .

I want to use the Provisioner Example instead of the Mobile App for Provisioning, so I made Changes in the Provisioner Example by adding additional Code to the following files:

  • node_setup.c
  • config_scenarios.h
  • config_steps.h

I tried it out with my Server Model. Provisioning works fine but when it comes to the Configuration Process, i get the opcode status field : 13  Error, which according to the Information in access_status.h means: "The requested bind operation cannot be performed due to general constraints."

My guess is that i, for whatever reason, can't bind my own server model instance and the health server model Instance to the same element. Since it is kind of a "Standard" Error, i hope someone here can help me to get to the bottom of this. 

Best regards.

Related