BLE Mesh Provisioner application

Hi

Can the device(nrf52832) be used as a BLE Mesh Provisioner and Light Switch Client(such as Generic OnOff Client) at the same time?

I want to develop a device(nrf52832) that can be used as a provisioner, control the light switch, and read the status of the light switch. Is there any similar example that I can refer to?

  • Hi,

    Yes, it should be possible to use the nRF52832 for both provisioner and light switch client. Please note however that the provisioner typically may need more non-volatile memory (Flash), so that you might have to use external Flash for that if you intend to have many devices in the network.

    Relevant samples in the SDK are:

    Regards,
    Terje