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

configure a provisioned node with the Serial API

Hello, i am working with the nRF5 Mesh SDK on nRF52 based boards. Starting from the light_switch example i created a custom model to perform light control and other tasks; then i integrated the serial protocol into my code so that i can manage the provisioning from there but, as far as i can understand, in order to send messages to my model, i need to use the Configure Model, which is not accessible from the serial API. Is there a way to configure a provisioned node using the serial API? Thanks in advance, Mauro

Related