Hi Nordic Team,
I am currently working on how to build one mesh provisioner.
Current Env: Nrf_sdk: 17.0, Mesh SDK: 5.0, Board Chip: nrf52832
My Questions is how to use any node address to send data.
If one mesh node had been provisioned by Phone, and i only have know its node address, how do i control it with my nrf52832's mesh provisioner?
For example, if we conrtol its "ONOFF", i will follow your example as this.(generic_onoff_client_set(&m_clients[0], &set_params, NULL);)
But i dont have node's handle, how do i exchange the dst addr to model_handle? (node addr --> /** Model handle assigned to this instance */ access_model_handle_t model_handle; ???)
(Questions 2: As i know, if i want to control node's configuration server, i need to add the devkey into my provisioner, it that right? can you help to list how to control one node(not provisioned by current provisioner))
Thanks for Nordic Team
BR,
TimCheng.