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

[PyACI] How can reconfigure a node after reset the serial device?

I using the nRF mesh SDK v2.2.0

I do the below steps:

- Provisioning the light node by the interactive PyACI

- Configure the light node

- Can the node with PyACI using GenericOnOffClient

- Store the database

- Exit the interactive PyACI

- Hard reset the serial node that connect with PC

- Run the interactive PyACI

What the next step do I run with the interactive PyACI to reconfigure the light node?

I tried to add the publication address for serial node, add the ConfigureClient, but when I run the set the model publish address for the light node, I get only success from the serial node, not happen on the light node

Please guide me the right step I do. Thanks!

Related