This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to combine light control with remote provisioning in ble mesh?

HI

I've successfully executed the Light control example and remote provisioning example separately but would now like to combine the light control example with the the remote provisioning example so that I may introduce a Light server to a network at any point. How do I do this? How do I change the example such that I may do this?

Any help is much appreciated. Thank You Rahul

Parents
  • Hi Rahul,

    Note that we have released SDK v0.10 lately.

    I haven't tried myself, but it should be possible to combine the light control example and the pb-remote example.

    Our suggestion is to add pb-remote model and code into the light control example.

    Basically each lighting server node should add remote provisioning server so that they can relay the provisioning packet. They should still work as normal provisionee and the configuration server should still work normally.

    On the lighting client, you should disable the original provisioner and use the pb-remote provisioner instead. The original configuration client should be called after provisioning is finished.

    Let us know if you have any problem combining the code.

Reply
  • Hi Rahul,

    Note that we have released SDK v0.10 lately.

    I haven't tried myself, but it should be possible to combine the light control example and the pb-remote example.

    Our suggestion is to add pb-remote model and code into the light control example.

    Basically each lighting server node should add remote provisioning server so that they can relay the provisioning packet. They should still work as normal provisionee and the configuration server should still work normally.

    On the lighting client, you should disable the original provisioner and use the pb-remote provisioner instead. The original configuration client should be called after provisioning is finished.

    Let us know if you have any problem combining the code.

Children
No Data
Related