Hello,
I am searching for a provisioning API for the nrf52832 to develop an application for Android and IOS. My preference is one that already can work with Googles flutter framework.
I am currently working on a project that uses several nodes that function as both proxy server and proxy client in a mesh network that can be controlled through mobile. The function of the mobile app is to: control the nodes, provide updates for the nodes through DFU, and make it possible to provision these nodes. Currently I can only find a DFU API and the only methods I can find for provisioning are through example codes in the nrf5_SDK_for_Mesh examples or through the nRF Mesh app.
Is there a provisioning API? Are there other means for provisioning?