Hi
When I restart boards where does the client remember which server it has given a key to compared to the health model
I am using nrf52840
Hi
When I restart boards where does the client remember which server it has given a key to compared to the health model
I am using nrf52840
Hi,
The client is configured to publish state events to a given address with a given key and with given parameters. All of this is stored to flash, and the client reads this information back from flash on reboot.
Please have a look at How to build a network for examples of provisioning and configuring a node. Among other things you will see that at the end of configuration the configuration data is stored to flash.
Regards,
Terje
Hi,
The client is configured to publish state events to a given address with a given key and with given parameters. All of this is stored to flash, and the client reads this information back from flash on reboot.
Please have a look at How to build a network for examples of provisioning and configuring a node. Among other things you will see that at the end of configuration the configuration data is stored to flash.
Regards,
Terje