Hi,
Iam working on a project based on Ble Mesh, Iam using nrf5_SDK_for_Mesh_v4.2.0_src. Iam trying to form a BLE Mesh network and control the light bulb. I went through the document and provisioner example, In that unprovisioned device is provisioned and configured based on URI. Every example has specific URI which is used for provisioning and configuration. But I want to provision a light bulb from nrf52832 without using a nrf mesh mobile app or any other app. How can I provision and configure light bulb with nrf52832?
Also is it possible to combine client and provisioner code? and self provisioning?