Is there a way to indicate that Provisioning mode is in progress

Hello Nordic Team,

I have a nRF52833 DK and I am running Light switch Server and client applicaiton in it.

I am in the moment customizing the application for our custom need.

So we are in a process to modfyin the application.

I would like to know is there a way to tell that current mode is in Provisioning mode ?

I know there is a PDU type but during provisioning mode we can see other PDUs as well

For our requirement I am going to define a custom PDU for my need.

So would like to know whether is way to indicate that Provisioning is started and its ended.

Thanks and Regards

Sarjoon.

Parents
  • Hi.

    Just to clarify; Which device do you want to know if other devices are in active provisioning?

    Do you want the light switch client (or other nodes in the network) to know that the light switch server is currently beein provisioned?

    Also, if you could add information about SDK version etc. that could be useful in order to assist you in the best possible way.

    Br,
    Joakim

  • Hello ,

    Not with the other nodes.

    Its in the same application not with other application, Assume Light switch Client application has started provisioning , I would like to indicate that Provisioning has started and would like to indicate once Provisioning is done.

    I have seen "m_device_identification_started"  flags present.

    But I see even after "m_device_provisioned" is set to true. There are still few transfer been happening with Network PDU type.

    I want to exactly tell and indicate my application when the Provisioning is ended.

    nRF SDK version is 17.1.0

    SDK for MESH version is v5.0.0_src

    I am using nRF Connect for SDK to build my application.

    Thanks and Regards

    Sarjoon

  • I understand. Sorry for the misunderstanding.

    When the provisioning process is complete, you willl get the NRF_MESH_PROV_EVT_COMPLETE event. Receiving the event will set m_device_provisioned = true.

    sarjoon said:
    There are still few transfer been happening with Network PDU type.

    What kind of transfer are you seeing?

    Br,
    Joakim

Reply Children
No Data
Related